Shades of Deep Pink #E91B99
Tints of Deep Pink #E91B99
RGB
CMYK
RGB Variations
Color information
#E91B99 (or 0xE91B99) is known color: Deep Pink. HEX triplet: E9, 1B and 99. RGB value is (233,27,153). Sum of RGB (Red+Green+Blue) = 233+27+153=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91B99 is #16E466. Grayscale: #666666. Windows color (decimal): -1500263 or 10034153. OLE color: 10034153.
HSL color Cylindrical-coordinate representation of color #E91B99: hue angle of 323.3º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B99 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 153 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.09 |
| HSL | 323.3º | 0.82% | 0.51% | - |
| HSV(B) | 323.3º | 0.88% | 0.91% | - |
| XYZ | 39.75 | 20.41 | 31.98 | - |
| YUV | 102.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 153 | 0 | 0.88 | 0.34 | 0.09 | 323.3 | 0.82 | 0.51 |
| Hex | E9 | 1B | 99 | 0 | 58 | 22 | 9 | 143 | 52 | 33 |
| Octal | 351 | 33 | 231 | 0 | 130 | 42 | 11 | 503 | 122 | 63 |
| Binary | 11101001 | 11011 | 10011001 | 0 | 1011000 | 100010 | 1001 | 101000011 | 1010010 | 110011 |
Color Harmonies of #E91B99
Complementary color
Monochromatic Colors of #E91B99
Black with #E91B99
Text Example
Text Example
White with #E91B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B99; }
p { color: rgb(233,27,153); }
H1.HeaderClassName
{
color: #E91B99;
}
.AnyTagClassName
{
color: #E91B99;
}
</style>
background-color css
<style>
a { background-color: #E91B99; }
a { background-color: rgb(233,27,153); }
div.DivClassName
{
background-color: #E91B99;
}
.BgClassName
{
background-color: #E91B99;
}
</style>
border-color css
<style>
span { border-color: #E91B99; }
span { border-color: rgb(233,27,153); }
td.TdClassName
{
border-color: #E91B99;
}
.TagClassName
{
border-color: #E91B99;
}
</style>