Shades of Deep Pink #EA1287
Tints of Deep Pink #EA1287
RGB
CMYK
RGB Variations
Color information
#EA1287 (or 0xEA1287) is known color: Deep Pink. HEX triplet: EA, 12 and 87. RGB value is (234,18,135). Sum of RGB (Red+Green+Blue) = 234+18+135=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1287 is #15ED78. Grayscale: #5F5F5F. Windows color (decimal): -1437049 or 8852202. OLE color: 8852202.
HSL color Cylindrical-coordinate representation of color #EA1287: hue angle of 327.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1287 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 135 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.08 |
| HSL | 327.5º | 0.86% | 0.49% | - |
| HSV(B) | 327.5º | 0.92% | 0.92% | - |
| XYZ | 38.52 | 19.67 | 24.69 | - |
| YUV | 95.92 | 150.06 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 135 | 0 | 0.92 | 0.42 | 0.08 | 327.5 | 0.86 | 0.49 |
| Hex | EA | 12 | 87 | 0 | 5C | 2A | 8 | 148 | 56 | 31 |
| Octal | 352 | 22 | 207 | 0 | 134 | 52 | 10 | 510 | 126 | 61 |
| Binary | 11101010 | 10010 | 10000111 | 0 | 1011100 | 101010 | 1000 | 101001000 | 1010110 | 110001 |
Color Harmonies of #EA1287
Complementary color
Monochromatic Colors of #EA1287
Black with #EA1287
Text Example
Text Example
White with #EA1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1287; }
p { color: rgb(234,18,135); }
H1.HeaderClassName
{
color: #EA1287;
}
.AnyTagClassName
{
color: #EA1287;
}
</style>
background-color css
<style>
a { background-color: #EA1287; }
a { background-color: rgb(234,18,135); }
div.DivClassName
{
background-color: #EA1287;
}
.BgClassName
{
background-color: #EA1287;
}
</style>
border-color css
<style>
span { border-color: #EA1287; }
span { border-color: rgb(234,18,135); }
td.TdClassName
{
border-color: #EA1287;
}
.TagClassName
{
border-color: #EA1287;
}
</style>