Shades of Deep Pink #EA1187
Tints of Deep Pink #EA1187
RGB
CMYK
RGB Variations
Color information
#EA1187 (or 0xEA1187) is known color: Deep Pink. HEX triplet: EA, 11 and 87. RGB value is (234,17,135). Sum of RGB (Red+Green+Blue) = 234+17+135=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1187 is #15EE78. Grayscale: #5F5F5F. Windows color (decimal): -1437305 or 8851946. OLE color: 8851946.
HSL color Cylindrical-coordinate representation of color #EA1187: hue angle of 327.37º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1187 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 135 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.08 |
| HSL | 327.37º | 0.86% | 0.49% | - |
| HSV(B) | 327.37º | 0.93% | 0.92% | - |
| XYZ | 38.51 | 19.64 | 24.68 | - |
| YUV | 95.34 | 150.39 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 135 | 0 | 0.93 | 0.42 | 0.08 | 327.37 | 0.86 | 0.49 |
| Hex | EA | 11 | 87 | 0 | 5D | 2A | 8 | 147 | 56 | 31 |
| Octal | 352 | 21 | 207 | 0 | 135 | 52 | 10 | 507 | 126 | 61 |
| Binary | 11101010 | 10001 | 10000111 | 0 | 1011101 | 101010 | 1000 | 101000111 | 1010110 | 110001 |
Color Harmonies of #EA1187
Complementary color
Monochromatic Colors of #EA1187
Black with #EA1187
Text Example
Text Example
White with #EA1187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1187; }
p { color: rgb(234,17,135); }
H1.HeaderClassName
{
color: #EA1187;
}
.AnyTagClassName
{
color: #EA1187;
}
</style>
background-color css
<style>
a { background-color: #EA1187; }
a { background-color: rgb(234,17,135); }
div.DivClassName
{
background-color: #EA1187;
}
.BgClassName
{
background-color: #EA1187;
}
</style>
border-color css
<style>
span { border-color: #EA1187; }
span { border-color: rgb(234,17,135); }
td.TdClassName
{
border-color: #EA1187;
}
.TagClassName
{
border-color: #EA1187;
}
</style>