Shades of Deep Pink #EA0787
Tints of Deep Pink #EA0787
RGB
CMYK
RGB Variations
Color information
#EA0787 (or 0xEA0787) is known color: Deep Pink. HEX triplet: EA, 07 and 87. RGB value is (234,7,135). Sum of RGB (Red+Green+Blue) = 234+7+135=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0787 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0787 is #15F878. Grayscale: #595959. Windows color (decimal): -1439865 or 8849386. OLE color: 8849386.
HSL color Cylindrical-coordinate representation of color #EA0787: hue angle of 326.17º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0787 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 135 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.08 |
| HSL | 326.17º | 0.94% | 0.47% | - |
| HSV(B) | 326.17º | 0.97% | 0.92% | - |
| XYZ | 38.38 | 19.39 | 24.64 | - |
| YUV | 89.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 135 | 0 | 0.97 | 0.42 | 0.08 | 326.17 | 0.94 | 0.47 |
| Hex | EA | 7 | 87 | 0 | 61 | 2A | 8 | 146 | 5E | 2F |
| Octal | 352 | 7 | 207 | 0 | 141 | 52 | 10 | 506 | 136 | 57 |
| Binary | 11101010 | 111 | 10000111 | 0 | 1100001 | 101010 | 1000 | 101000110 | 1011110 | 101111 |
Color Harmonies of #EA0787
Complementary color
Monochromatic Colors of #EA0787
Black with #EA0787
Text Example
Text Example
White with #EA0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0787; }
p { color: rgb(234,7,135); }
H1.HeaderClassName
{
color: #EA0787;
}
.AnyTagClassName
{
color: #EA0787;
}
</style>
background-color css
<style>
a { background-color: #EA0787; }
a { background-color: rgb(234,7,135); }
div.DivClassName
{
background-color: #EA0787;
}
.BgClassName
{
background-color: #EA0787;
}
</style>
border-color css
<style>
span { border-color: #EA0787; }
span { border-color: rgb(234,7,135); }
td.TdClassName
{
border-color: #EA0787;
}
.TagClassName
{
border-color: #EA0787;
}
</style>