Shades of Deep Pink #EA1787
Tints of Deep Pink #EA1787
RGB
CMYK
RGB Variations
Color information
#EA1787 (or 0xEA1787) is known color: Deep Pink. HEX triplet: EA, 17 and 87. RGB value is (234,23,135). Sum of RGB (Red+Green+Blue) = 234+23+135=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1787 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1787 is #15E878. Grayscale: #626262. Windows color (decimal): -1435769 or 8853482. OLE color: 8853482.
HSL color Cylindrical-coordinate representation of color #EA1787: hue angle of 328.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1787 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 135 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.08 |
| HSL | 328.15º | 0.83% | 0.5% | - |
| HSV(B) | 328.15º | 0.9% | 0.92% | - |
| XYZ | 38.61 | 19.85 | 24.72 | - |
| YUV | 98.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 135 | 0 | 0.90 | 0.42 | 0.08 | 328.15 | 0.83 | 0.5 |
| Hex | EA | 17 | 87 | 0 | 5A | 2A | 8 | 148 | 53 | 32 |
| Octal | 352 | 27 | 207 | 0 | 132 | 52 | 10 | 510 | 123 | 62 |
| Binary | 11101010 | 10111 | 10000111 | 0 | 1011010 | 101010 | 1000 | 101001000 | 1010011 | 110010 |
Color Harmonies of #EA1787
Complementary color
Monochromatic Colors of #EA1787
Black with #EA1787
Text Example
Text Example
White with #EA1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1787; }
p { color: rgb(234,23,135); }
H1.HeaderClassName
{
color: #EA1787;
}
.AnyTagClassName
{
color: #EA1787;
}
</style>
background-color css
<style>
a { background-color: #EA1787; }
a { background-color: rgb(234,23,135); }
div.DivClassName
{
background-color: #EA1787;
}
.BgClassName
{
background-color: #EA1787;
}
</style>
border-color css
<style>
span { border-color: #EA1787; }
span { border-color: rgb(234,23,135); }
td.TdClassName
{
border-color: #EA1787;
}
.TagClassName
{
border-color: #EA1787;
}
</style>