#EA9587

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

Shades of Sweet Pink #EA9587

Tints of Sweet Pink #EA9587

Color information

#EA9587 (or 0xEA9587) is unknown color: approx Sweet Pink. HEX triplet: EA, 95 and 87. RGB value is (234,149,135). Sum of RGB (Red+Green+Blue) = 234+149+135=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9587 is #156A78. Grayscale: #ACACAC. Windows color (decimal): -1403513 or 8885738. OLE color: 8885738.

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

Color convert

RGB234149135-
CMYK00.360.420.08
HSL8.48º70.21%72.35%-
HSV(B)8.48º42.31%91.76%-
XYZ49.0540.7428.2-
YUV172.82106.66171.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=45.17%
G=28.76%
B=26.06%

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
Decimal23414913500.360.420.088.4870.2172.35
HexEA95870242A884648
Octal352225207044521010106110
Binary11101010100101011000011101001001010101000100010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9587; }

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

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

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

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

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

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

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

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