#EA8E87

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

Shades of Sweet Pink #EA8E87

Tints of Sweet Pink #EA8E87

Color information

#EA8E87 (or 0xEA8E87) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 87. RGB value is (234,142,135). Sum of RGB (Red+Green+Blue) = 234+142+135=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E87 is #157178. Grayscale: #A8A8A8. Windows color (decimal): -1405305 or 8883946. OLE color: 8883946.

HSL color Cylindrical-coordinate representation of color #EA8E87: hue angle of 4.24º 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 #EA8E87 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234142135-
CMYK00.390.420.08
HSL4.24º70.21%72.35%-
HSV(B)4.24º42.31%91.76%-
XYZ47.9838.5927.84-
YUV168.71108.98174.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=45.79%
G=27.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414213500.390.420.084.2470.2172.35
HexEA8E870272A844648
Octal35221620704752104106110
Binary1110101010001110100001110100111101010100010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E87; }

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

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

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

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

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

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

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

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