Shades of Deep Pink #EA1987
Tints of Deep Pink #EA1987
RGB
CMYK
RGB Variations
Color information
#EA1987 (or 0xEA1987) is known color: 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
| RGB | 234 | 25 | 135 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.08 |
| HSL | 328.42º | 0.83% | 0.51% | - |
| HSV(B) | 328.42º | 0.89% | 0.92% | - |
| XYZ | 38.65 | 19.94 | 24.73 | - |
| YUV | 100.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 135 | 0 | 0.89 | 0.42 | 0.08 | 328.42 | 0.83 | 0.51 |
| Hex | EA | 19 | 87 | 0 | 59 | 2A | 8 | 148 | 53 | 33 |
| Octal | 352 | 31 | 207 | 0 | 131 | 52 | 10 | 510 | 123 | 63 |
| Binary | 11101010 | 11001 | 10000111 | 0 | 1011001 | 101010 | 1000 | 101001000 | 1010011 | 110011 |
Color Harmonies of #EA1987
Complementary color
Monochromatic Colors of #EA1987
Black with #EA1987
Text Example
Text Example
White with #EA1987
Text Example
Text Example
HTML Codes & Css Web 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>