#EA6E81

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

Shades of Deep Blush #EA6E81

Tints of Deep Blush #EA6E81

Color information

#EA6E81 (or 0xEA6E81) is unknown color: approx Deep Blush. HEX triplet: EA, 6E and 81. RGB value is (234,110,129). Sum of RGB (Red+Green+Blue) = 234+110+129=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6E81 is #15917E. Grayscale: #959595. Windows color (decimal): -1413503 or 8482538. OLE color: 8482538.

HSL color Cylindrical-coordinate representation of color #EA6E81: hue angle of 350.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6E81 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234110129-
CMYK00.530.450.08
HSL350.81º74.7%67.45%-
HSV(B)350.81º52.99%91.76%-
XYZ43.4730.2324.31-
YUV149.24116.58188.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=49.47%
G=23.26%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411012900.530.450.08350.8174.767.45
HexEA6E810352D815f4b43
Octal3521562010655510537113103
Binary111010101101110100000010110101101101100010101111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E81; }

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

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

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

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

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

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

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

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