#EA1987

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

Shades of Deep Pink #EA1987

Tints of Deep Pink #EA1987

Color information

#EA1987 (or 0xEA1987) is unknown color: approx Deep Pink. HEX triplet: EA, 19 and 87. RGB value is (234,25,135). Sum of RGB (Red+Green+Blue) = 234+25+135=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1987 is #15E678. Grayscale: #636363. Windows color (decimal): -1435257 or 8853994. OLE color: 8853994.

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

Color convert

RGB23425135-
CMYK00.890.420.08
HSL328.42º83.27%50.78%-
HSV(B)328.42º89.32%91.76%-
XYZ38.6519.9424.73-
YUV100.03147.74223.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 25 (10.16% from 255) = 6.35%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=59.39%
G=6.35%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342513500.890.420.08328.4283.2750.78
HexEA19870592A81485333
Octal352312070131521051012363
Binary1110101011001100001110101100110101010001010010001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1987; }

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

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

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

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

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

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

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

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