Shades of Deep Pink #E81986
Tints of Deep Pink #E81986
RGB
CMYK
RGB Variations
Color information
#E81986 (or 0xE81986) is known color: Deep Pink. HEX triplet: E8, 19 and 86. RGB value is (232,25,134). Sum of RGB (Red+Green+Blue) = 232+25+134=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E81986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81986 is #17E679. Grayscale: #636363. Windows color (decimal): -1566330 or 8788456. OLE color: 8788456.
HSL color Cylindrical-coordinate representation of color #E81986: hue angle of 328.41º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81986 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 134 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.09 |
| HSL | 328.41º | 0.82% | 0.5% | - |
| HSV(B) | 328.41º | 0.89% | 0.91% | - |
| XYZ | 37.93 | 19.57 | 24.33 | - |
| YUV | 99.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 134 | 0 | 0.89 | 0.42 | 0.09 | 328.41 | 0.82 | 0.5 |
| Hex | E8 | 19 | 86 | 0 | 59 | 2A | 9 | 148 | 52 | 32 |
| Octal | 350 | 31 | 206 | 0 | 131 | 52 | 11 | 510 | 122 | 62 |
| Binary | 11101000 | 11001 | 10000110 | 0 | 1011001 | 101010 | 1001 | 101001000 | 1010010 | 110010 |
Color Harmonies of #E81986
Complementary color
Monochromatic Colors of #E81986
Black with #E81986
Text Example
Text Example
White with #E81986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81986; }
p { color: rgb(232,25,134); }
H1.HeaderClassName
{
color: #E81986;
}
.AnyTagClassName
{
color: #E81986;
}
</style>
background-color css
<style>
a { background-color: #E81986; }
a { background-color: rgb(232,25,134); }
div.DivClassName
{
background-color: #E81986;
}
.BgClassName
{
background-color: #E81986;
}
</style>
border-color css
<style>
span { border-color: #E81986; }
span { border-color: rgb(232,25,134); }
td.TdClassName
{
border-color: #E81986;
}
.TagClassName
{
border-color: #E81986;
}
</style>