Shades of Deep Pink #E81997
Tints of Deep Pink #E81997
RGB
CMYK
RGB Variations
Color information
#E81997 (or 0xE81997) is known color: Deep Pink. HEX triplet: E8, 19 and 97. RGB value is (232,25,151). Sum of RGB (Red+Green+Blue) = 232+25+151=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E81997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81997 is #17E668. Grayscale: #646464. Windows color (decimal): -1566313 or 9902568. OLE color: 9902568.
HSL color Cylindrical-coordinate representation of color #E81997: hue angle of 323.48º 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 #E81997 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 151 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.09 |
| HSL | 323.48º | 0.82% | 0.5% | - |
| HSV(B) | 323.48º | 0.89% | 0.91% | - |
| XYZ | 39.21 | 20.09 | 31.09 | - |
| YUV | 101.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 151 | 0 | 0.89 | 0.35 | 0.09 | 323.48 | 0.82 | 0.5 |
| Hex | E8 | 19 | 97 | 0 | 59 | 23 | 9 | 143 | 52 | 32 |
| Octal | 350 | 31 | 227 | 0 | 131 | 43 | 11 | 503 | 122 | 62 |
| Binary | 11101000 | 11001 | 10010111 | 0 | 1011001 | 100011 | 1001 | 101000011 | 1010010 | 110010 |
Color Harmonies of #E81997
Complementary color
Monochromatic Colors of #E81997
Black with #E81997
Text Example
Text Example
White with #E81997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81997; }
p { color: rgb(232,25,151); }
H1.HeaderClassName
{
color: #E81997;
}
.AnyTagClassName
{
color: #E81997;
}
</style>
background-color css
<style>
a { background-color: #E81997; }
a { background-color: rgb(232,25,151); }
div.DivClassName
{
background-color: #E81997;
}
.BgClassName
{
background-color: #E81997;
}
</style>
border-color css
<style>
span { border-color: #E81997; }
span { border-color: rgb(232,25,151); }
td.TdClassName
{
border-color: #E81997;
}
.TagClassName
{
border-color: #E81997;
}
</style>