Shades of Deep Pink #E81088
Tints of Deep Pink #E81088
RGB
CMYK
RGB Variations
Color information
#E81088 (or 0xE81088) is known color: Deep Pink. HEX triplet: E8, 10 and 88. RGB value is (232,16,136). Sum of RGB (Red+Green+Blue) = 232+16+136=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E81088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81088 is #17EF77. Grayscale: #5E5E5E. Windows color (decimal): -1568632 or 8917224. OLE color: 8917224.
HSL color Cylindrical-coordinate representation of color #E81088: hue angle of 326.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81088 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 136 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.09 |
| HSL | 326.67º | 0.87% | 0.49% | - |
| HSV(B) | 326.67º | 0.93% | 0.91% | - |
| XYZ | 37.91 | 19.3 | 25.02 | - |
| YUV | 94.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 136 | 0 | 0.93 | 0.41 | 0.09 | 326.67 | 0.87 | 0.49 |
| Hex | E8 | 10 | 88 | 0 | 5D | 29 | 9 | 147 | 57 | 31 |
| Octal | 350 | 20 | 210 | 0 | 135 | 51 | 11 | 507 | 127 | 61 |
| Binary | 11101000 | 10000 | 10001000 | 0 | 1011101 | 101001 | 1001 | 101000111 | 1010111 | 110001 |
Color Harmonies of #E81088
Complementary color
Monochromatic Colors of #E81088
Black with #E81088
Text Example
Text Example
White with #E81088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81088; }
p { color: rgb(232,16,136); }
H1.HeaderClassName
{
color: #E81088;
}
.AnyTagClassName
{
color: #E81088;
}
</style>
background-color css
<style>
a { background-color: #E81088; }
a { background-color: rgb(232,16,136); }
div.DivClassName
{
background-color: #E81088;
}
.BgClassName
{
background-color: #E81088;
}
</style>
border-color css
<style>
span { border-color: #E81088; }
span { border-color: rgb(232,16,136); }
td.TdClassName
{
border-color: #E81088;
}
.TagClassName
{
border-color: #E81088;
}
</style>