Shades of Deep Pink #EA1888
Tints of Deep Pink #EA1888
RGB
CMYK
RGB Variations
Color information
#EA1888 (or 0xEA1888) is known color: Deep Pink. HEX triplet: EA, 18 and 88. RGB value is (234,24,136). Sum of RGB (Red+Green+Blue) = 234+24+136=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1888 is #15E777. Grayscale: #636363. Windows color (decimal): -1435512 or 8919274. OLE color: 8919274.
HSL color Cylindrical-coordinate representation of color #EA1888: hue angle of 328º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1888 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 136 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.08 |
| HSL | 328º | 0.83% | 0.51% | - |
| HSV(B) | 328º | 0.9% | 0.92% | - |
| XYZ | 38.7 | 19.92 | 25.1 | - |
| YUV | 99.56 | 148.57 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 136 | 0 | 0.90 | 0.42 | 0.08 | 328 | 0.83 | 0.51 |
| Hex | EA | 18 | 88 | 0 | 5A | 2A | 8 | 148 | 53 | 33 |
| Octal | 352 | 30 | 210 | 0 | 132 | 52 | 10 | 510 | 123 | 63 |
| Binary | 11101010 | 11000 | 10001000 | 0 | 1011010 | 101010 | 1000 | 101001000 | 1010011 | 110011 |
Color Harmonies of #EA1888
Complementary color
Monochromatic Colors of #EA1888
Black with #EA1888
Text Example
Text Example
White with #EA1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1888; }
p { color: rgb(234,24,136); }
H1.HeaderClassName
{
color: #EA1888;
}
.AnyTagClassName
{
color: #EA1888;
}
</style>
background-color css
<style>
a { background-color: #EA1888; }
a { background-color: rgb(234,24,136); }
div.DivClassName
{
background-color: #EA1888;
}
.BgClassName
{
background-color: #EA1888;
}
</style>
border-color css
<style>
span { border-color: #EA1888; }
span { border-color: rgb(234,24,136); }
td.TdClassName
{
border-color: #EA1888;
}
.TagClassName
{
border-color: #EA1888;
}
</style>