Shades of Deep Pink #E81896
Tints of Deep Pink #E81896
RGB
CMYK
RGB Variations
Color information
#E81896 (or 0xE81896) is known color: Deep Pink. HEX triplet: E8, 18 and 96. RGB value is (232,24,150). Sum of RGB (Red+Green+Blue) = 232+24+150=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E81896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81896 is #17E769. Grayscale: #646464. Windows color (decimal): -1566570 or 9836776. OLE color: 9836776.
HSL color Cylindrical-coordinate representation of color #E81896: hue angle of 323.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81896 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 150 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.09 |
| HSL | 323.65º | 0.82% | 0.5% | - |
| HSV(B) | 323.65º | 0.9% | 0.91% | - |
| XYZ | 39.11 | 20.01 | 30.66 | - |
| YUV | 100.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 150 | 0 | 0.90 | 0.35 | 0.09 | 323.65 | 0.82 | 0.5 |
| Hex | E8 | 18 | 96 | 0 | 5A | 23 | 9 | 144 | 52 | 32 |
| Octal | 350 | 30 | 226 | 0 | 132 | 43 | 11 | 504 | 122 | 62 |
| Binary | 11101000 | 11000 | 10010110 | 0 | 1011010 | 100011 | 1001 | 101000100 | 1010010 | 110010 |
Color Harmonies of #E81896
Complementary color
Monochromatic Colors of #E81896
Black with #E81896
Text Example
Text Example
White with #E81896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81896; }
p { color: rgb(232,24,150); }
H1.HeaderClassName
{
color: #E81896;
}
.AnyTagClassName
{
color: #E81896;
}
</style>
background-color css
<style>
a { background-color: #E81896; }
a { background-color: rgb(232,24,150); }
div.DivClassName
{
background-color: #E81896;
}
.BgClassName
{
background-color: #E81896;
}
</style>
border-color css
<style>
span { border-color: #E81896; }
span { border-color: rgb(232,24,150); }
td.TdClassName
{
border-color: #E81896;
}
.TagClassName
{
border-color: #E81896;
}
</style>