Shades of Deep Pink #E91796
Tints of Deep Pink #E91796
RGB
CMYK
RGB Variations
Color information
#E91796 (or 0xE91796) is known color: Deep Pink. HEX triplet: E9, 17 and 96. RGB value is (233,23,150). Sum of RGB (Red+Green+Blue) = 233+23+150=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E91796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91796 is #16E869. Grayscale: #636363. Windows color (decimal): -1501290 or 9836521. OLE color: 9836521.
HSL color Cylindrical-coordinate representation of color #E91796: hue angle of 323.71º degrees, saturation: 0.83, 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 #E91796 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.09 |
| HSL | 323.71º | 0.83% | 0.5% | - |
| HSV(B) | 323.71º | 0.9% | 0.91% | - |
| XYZ | 39.42 | 20.14 | 30.66 | - |
| YUV | 100.27 | 156.07 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 150 | 0 | 0.90 | 0.36 | 0.09 | 323.71 | 0.83 | 0.5 |
| Hex | E9 | 17 | 96 | 0 | 5A | 24 | 9 | 144 | 53 | 32 |
| Octal | 351 | 27 | 226 | 0 | 132 | 44 | 11 | 504 | 123 | 62 |
| Binary | 11101001 | 10111 | 10010110 | 0 | 1011010 | 100100 | 1001 | 101000100 | 1010011 | 110010 |
Color Harmonies of #E91796
Complementary color
Monochromatic Colors of #E91796
Black with #E91796
Text Example
Text Example
White with #E91796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91796; }
p { color: rgb(233,23,150); }
H1.HeaderClassName
{
color: #E91796;
}
.AnyTagClassName
{
color: #E91796;
}
</style>
background-color css
<style>
a { background-color: #E91796; }
a { background-color: rgb(233,23,150); }
div.DivClassName
{
background-color: #E91796;
}
.BgClassName
{
background-color: #E91796;
}
</style>
border-color css
<style>
span { border-color: #E91796; }
span { border-color: rgb(233,23,150); }
td.TdClassName
{
border-color: #E91796;
}
.TagClassName
{
border-color: #E91796;
}
</style>