Shades of Deep Pink #E81588
Tints of Deep Pink #E81588
RGB
CMYK
RGB Variations
Color information
#E81588 (or 0xE81588) is known color: Deep Pink. HEX triplet: E8, 15 and 88. RGB value is (232,21,136). Sum of RGB (Red+Green+Blue) = 232+21+136=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E81588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81588 is #17EA77. Grayscale: #606060. Windows color (decimal): -1567352 or 8918504. OLE color: 8918504.
HSL color Cylindrical-coordinate representation of color #E81588: hue angle of 327.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81588 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 136 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.09 |
| HSL | 327.3º | 0.83% | 0.5% | - |
| HSV(B) | 327.3º | 0.91% | 0.91% | - |
| XYZ | 37.99 | 19.47 | 25.05 | - |
| YUV | 97.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 136 | 0 | 0.91 | 0.41 | 0.09 | 327.3 | 0.83 | 0.5 |
| Hex | E8 | 15 | 88 | 0 | 5B | 29 | 9 | 147 | 53 | 32 |
| Octal | 350 | 25 | 210 | 0 | 133 | 51 | 11 | 507 | 123 | 62 |
| Binary | 11101000 | 10101 | 10001000 | 0 | 1011011 | 101001 | 1001 | 101000111 | 1010011 | 110010 |
Color Harmonies of #E81588
Complementary color
Monochromatic Colors of #E81588
Black with #E81588
Text Example
Text Example
White with #E81588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81588; }
p { color: rgb(232,21,136); }
H1.HeaderClassName
{
color: #E81588;
}
.AnyTagClassName
{
color: #E81588;
}
</style>
background-color css
<style>
a { background-color: #E81588; }
a { background-color: rgb(232,21,136); }
div.DivClassName
{
background-color: #E81588;
}
.BgClassName
{
background-color: #E81588;
}
</style>
border-color css
<style>
span { border-color: #E81588; }
span { border-color: rgb(232,21,136); }
td.TdClassName
{
border-color: #E81588;
}
.TagClassName
{
border-color: #E81588;
}
</style>