Shades of Deep Pink #E91792
Tints of Deep Pink #E91792
RGB
CMYK
RGB Variations
Color information
#E91792 (or 0xE91792) is known color: Deep Pink. HEX triplet: E9, 17 and 92. RGB value is (233,23,146). Sum of RGB (Red+Green+Blue) = 233+23+146=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E91792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91792 is #16E86D. Grayscale: #636363. Windows color (decimal): -1501294 or 9574377. OLE color: 9574377.
HSL color Cylindrical-coordinate representation of color #E91792: hue angle of 324.86º 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 #E91792 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.09 |
| HSL | 324.86º | 0.83% | 0.5% | - |
| HSV(B) | 324.86º | 0.9% | 0.91% | - |
| XYZ | 39.1 | 20.01 | 29 | - |
| YUV | 99.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 146 | 0 | 0.90 | 0.37 | 0.09 | 324.86 | 0.83 | 0.5 |
| Hex | E9 | 17 | 92 | 0 | 5A | 25 | 9 | 145 | 53 | 32 |
| Octal | 351 | 27 | 222 | 0 | 132 | 45 | 11 | 505 | 123 | 62 |
| Binary | 11101001 | 10111 | 10010010 | 0 | 1011010 | 100101 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E91792
Complementary color
Monochromatic Colors of #E91792
Black with #E91792
Text Example
Text Example
White with #E91792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91792; }
p { color: rgb(233,23,146); }
H1.HeaderClassName
{
color: #E91792;
}
.AnyTagClassName
{
color: #E91792;
}
</style>
background-color css
<style>
a { background-color: #E91792; }
a { background-color: rgb(233,23,146); }
div.DivClassName
{
background-color: #E91792;
}
.BgClassName
{
background-color: #E91792;
}
</style>
border-color css
<style>
span { border-color: #E91792; }
span { border-color: rgb(233,23,146); }
td.TdClassName
{
border-color: #E91792;
}
.TagClassName
{
border-color: #E91792;
}
</style>