#EA9588

Color #EA9588 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EA9588

Tints of Sweet Pink #EA9588

Color information

#EA9588 (or 0xEA9588) is unknown color: approx Sweet Pink. HEX triplet: EA, 95 and 88. RGB value is (234,149,136). Sum of RGB (Red+Green+Blue) = 234+149+136=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9588 is #156A77. Grayscale: #ADADAD. Windows color (decimal): -1403512 or 8951274. OLE color: 8951274.

HSL color Cylindrical-coordinate representation of color #EA9588: hue angle of 7.96º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9588 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234149136-
CMYK00.360.420.08
HSL7.96º70%72.55%-
HSV(B)7.96º41.88%91.76%-
XYZ49.1240.7628.57-
YUV172.93107.16171.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=45.09%
G=28.71%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414913600.360.420.087.967072.55
HexEA95880242A884649
Octal352225210044521010106111
Binary11101010100101011000100001001001010101000100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9588; }

 p { color: rgb(234,149,136); }

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

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

 a { background-color: rgb(234,149,136); }

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

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

 span { border-color: rgb(234,149,136); }

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