Shades of Deep Pink #EA1588
Tints of Deep Pink #EA1588
RGB
CMYK
RGB Variations
Color information
#EA1588 (or 0xEA1588) is known color: Deep Pink. HEX triplet: EA, 15 and 88. RGB value is (234,21,136). Sum of RGB (Red+Green+Blue) = 234+21+136=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1588 is #15EA77. Grayscale: #616161. Windows color (decimal): -1436280 or 8918506. OLE color: 8918506.
HSL color Cylindrical-coordinate representation of color #EA1588: hue angle of 327.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1588 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 136 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.08 |
| HSL | 327.61º | 0.84% | 0.5% | - |
| HSV(B) | 327.61º | 0.91% | 0.92% | - |
| XYZ | 38.64 | 19.81 | 25.08 | - |
| YUV | 97.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 136 | 0 | 0.91 | 0.42 | 0.08 | 327.61 | 0.84 | 0.5 |
| Hex | EA | 15 | 88 | 0 | 5B | 2A | 8 | 148 | 54 | 32 |
| Octal | 352 | 25 | 210 | 0 | 133 | 52 | 10 | 510 | 124 | 62 |
| Binary | 11101010 | 10101 | 10001000 | 0 | 1011011 | 101010 | 1000 | 101001000 | 1010100 | 110010 |
Color Harmonies of #EA1588
Complementary color
Monochromatic Colors of #EA1588
Black with #EA1588
Text Example
Text Example
White with #EA1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1588; }
p { color: rgb(234,21,136); }
H1.HeaderClassName
{
color: #EA1588;
}
.AnyTagClassName
{
color: #EA1588;
}
</style>
background-color css
<style>
a { background-color: #EA1588; }
a { background-color: rgb(234,21,136); }
div.DivClassName
{
background-color: #EA1588;
}
.BgClassName
{
background-color: #EA1588;
}
</style>
border-color css
<style>
span { border-color: #EA1588; }
span { border-color: rgb(234,21,136); }
td.TdClassName
{
border-color: #EA1588;
}
.TagClassName
{
border-color: #EA1588;
}
</style>