#E76E81

Color #E76E81 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E76E81

Tints of Deep Blush #E76E81

Color information

#E76E81 (or 0xE76E81) is unknown color: approx Deep Blush. HEX triplet: E7, 6E and 81. RGB value is (231,110,129). Sum of RGB (Red+Green+Blue) = 231+110+129=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76E81 is #18917E. Grayscale: #949494. Windows color (decimal): -1610111 or 8482535. OLE color: 8482535.

HSL color Cylindrical-coordinate representation of color #E76E81: hue angle of 350.58º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76E81 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231110129-
CMYK00.520.440.09
HSL350.58º71.6%66.86%-
HSV(B)350.58º52.38%90.59%-
XYZ42.4929.7324.27-
YUV148.34117.09186.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=49.15%
G=23.40%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111012900.520.440.09350.5871.666.86
HexE76E810342C915f4843
Octal3471562010645411537110103
Binary111001111101110100000010110100101100100110101111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76E81; }

 p { color: rgb(231,110,129); }

 H1.HeaderClassName
 {
   color: #E76E81;
 }
 .AnyTagClassName
 {
   color: #E76E81;
 }
</style>
background-color css

<style>
 a { background-color: #E76E81; }

 a { background-color: rgb(231,110,129); }

 div.DivClassName
 {
   background-color: #E76E81;
 }
 .BgClassName
 {
   background-color: #E76E81;
 }
</style>
border-color css

<style>
 span { border-color: #E76E81; }

 span { border-color: rgb(231,110,129); }

 td.TdClassName
 {
   border-color: #E76E81;
 }
 .TagClassName
 {
   border-color: #E76E81;
 }
</style>