Shades of Deep Pink #EA1288
Tints of Deep Pink #EA1288
RGB
CMYK
RGB Variations
Color information
#EA1288 (or 0xEA1288) is known color: Deep Pink. HEX triplet: EA, 12 and 88. RGB value is (234,18,136). Sum of RGB (Red+Green+Blue) = 234+18+136=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1288 is #15ED77. Grayscale: #5F5F5F. Windows color (decimal): -1437048 or 8917738. OLE color: 8917738.
HSL color Cylindrical-coordinate representation of color #EA1288: hue angle of 327.22º 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 #EA1288 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.08 |
| HSL | 327.22º | 0.86% | 0.49% | - |
| HSV(B) | 327.22º | 0.92% | 0.92% | - |
| XYZ | 38.59 | 19.7 | 25.06 | - |
| YUV | 96.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 136 | 0 | 0.92 | 0.42 | 0.08 | 327.22 | 0.86 | 0.49 |
| Hex | EA | 12 | 88 | 0 | 5C | 2A | 8 | 147 | 56 | 31 |
| Octal | 352 | 22 | 210 | 0 | 134 | 52 | 10 | 507 | 126 | 61 |
| Binary | 11101010 | 10010 | 10001000 | 0 | 1011100 | 101010 | 1000 | 101000111 | 1010110 | 110001 |
Color Harmonies of #EA1288
Complementary color
Monochromatic Colors of #EA1288
Black with #EA1288
Text Example
Text Example
White with #EA1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1288; }
p { color: rgb(234,18,136); }
H1.HeaderClassName
{
color: #EA1288;
}
.AnyTagClassName
{
color: #EA1288;
}
</style>
background-color css
<style>
a { background-color: #EA1288; }
a { background-color: rgb(234,18,136); }
div.DivClassName
{
background-color: #EA1288;
}
.BgClassName
{
background-color: #EA1288;
}
</style>
border-color css
<style>
span { border-color: #EA1288; }
span { border-color: rgb(234,18,136); }
td.TdClassName
{
border-color: #EA1288;
}
.TagClassName
{
border-color: #EA1288;
}
</style>