Shades of Deep Pink #E81288
Tints of Deep Pink #E81288
RGB
CMYK
RGB Variations
Color information
#E81288 (or 0xE81288) is known color: Deep Pink. HEX triplet: E8, 12 and 88. RGB value is (232,18,136). Sum of RGB (Red+Green+Blue) = 232+18+136=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E81288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81288 is #17ED77. Grayscale: #5F5F5F. Windows color (decimal): -1568120 or 8917736. OLE color: 8917736.
HSL color Cylindrical-coordinate representation of color #E81288: hue angle of 326.92º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81288 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.09 |
| HSL | 326.92º | 0.86% | 0.49% | - |
| HSV(B) | 326.92º | 0.92% | 0.91% | - |
| XYZ | 37.94 | 19.37 | 25.03 | - |
| YUV | 95.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 136 | 0 | 0.92 | 0.41 | 0.09 | 326.92 | 0.86 | 0.49 |
| Hex | E8 | 12 | 88 | 0 | 5C | 29 | 9 | 147 | 56 | 31 |
| Octal | 350 | 22 | 210 | 0 | 134 | 51 | 11 | 507 | 126 | 61 |
| Binary | 11101000 | 10010 | 10001000 | 0 | 1011100 | 101001 | 1001 | 101000111 | 1010110 | 110001 |
Color Harmonies of #E81288
Complementary color
Monochromatic Colors of #E81288
Black with #E81288
Text Example
Text Example
White with #E81288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81288; }
p { color: rgb(232,18,136); }
H1.HeaderClassName
{
color: #E81288;
}
.AnyTagClassName
{
color: #E81288;
}
</style>
background-color css
<style>
a { background-color: #E81288; }
a { background-color: rgb(232,18,136); }
div.DivClassName
{
background-color: #E81288;
}
.BgClassName
{
background-color: #E81288;
}
</style>
border-color css
<style>
span { border-color: #E81288; }
span { border-color: rgb(232,18,136); }
td.TdClassName
{
border-color: #E81288;
}
.TagClassName
{
border-color: #E81288;
}
</style>