Shades of Deep Pink #E91F91
Tints of Deep Pink #E91F91
RGB
CMYK
RGB Variations
Color information
#E91F91 (or 0xE91F91) is known color: Deep Pink. HEX triplet: E9, 1F and 91. RGB value is (233,31,145). Sum of RGB (Red+Green+Blue) = 233+31+145=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F91 is #16E06E. Grayscale: #686868. Windows color (decimal): -1499247 or 9510889. OLE color: 9510889.
HSL color Cylindrical-coordinate representation of color #E91F91: hue angle of 326.14º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F91 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 145 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.09 |
| HSL | 326.14º | 0.82% | 0.52% | - |
| HSV(B) | 326.14º | 0.87% | 0.91% | - |
| XYZ | 39.21 | 20.35 | 28.65 | - |
| YUV | 104.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 145 | 0 | 0.87 | 0.38 | 0.09 | 326.14 | 0.82 | 0.52 |
| Hex | E9 | 1F | 91 | 0 | 57 | 26 | 9 | 146 | 52 | 34 |
| Octal | 351 | 37 | 221 | 0 | 127 | 46 | 11 | 506 | 122 | 64 |
| Binary | 11101001 | 11111 | 10010001 | 0 | 1010111 | 100110 | 1001 | 101000110 | 1010010 | 110100 |
Color Harmonies of #E91F91
Complementary color
Monochromatic Colors of #E91F91
Black with #E91F91
Text Example
Text Example
White with #E91F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F91; }
p { color: rgb(233,31,145); }
H1.HeaderClassName
{
color: #E91F91;
}
.AnyTagClassName
{
color: #E91F91;
}
</style>
background-color css
<style>
a { background-color: #E91F91; }
a { background-color: rgb(233,31,145); }
div.DivClassName
{
background-color: #E91F91;
}
.BgClassName
{
background-color: #E91F91;
}
</style>
border-color css
<style>
span { border-color: #E91F91; }
span { border-color: rgb(233,31,145); }
td.TdClassName
{
border-color: #E91F91;
}
.TagClassName
{
border-color: #E91F91;
}
</style>