Shades of Deep Pink #E91880
Tints of Deep Pink #E91880
RGB
CMYK
RGB Variations
Color information
#E91880 (or 0xE91880) is known color: Deep Pink. HEX triplet: E9, 18 and 80. RGB value is (233,24,128). Sum of RGB (Red+Green+Blue) = 233+24+128=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E91880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91880 is #16E77F. Grayscale: #626262. Windows color (decimal): -1501056 or 8394985. OLE color: 8394985.
HSL color Cylindrical-coordinate representation of color #E91880: hue angle of 330.14º 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 #E91880 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 128 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.09 |
| HSL | 330.14º | 0.83% | 0.5% | - |
| HSV(B) | 330.14º | 0.9% | 0.91% | - |
| XYZ | 37.83 | 19.54 | 22.2 | - |
| YUV | 98.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 128 | 0 | 0.90 | 0.45 | 0.09 | 330.14 | 0.83 | 0.5 |
| Hex | E9 | 18 | 80 | 0 | 5A | 2D | 9 | 14A | 53 | 32 |
| Octal | 351 | 30 | 200 | 0 | 132 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11101001 | 11000 | 10000000 | 0 | 1011010 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E91880
Complementary color
Monochromatic Colors of #E91880
Black with #E91880
Text Example
Text Example
White with #E91880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91880; }
p { color: rgb(233,24,128); }
H1.HeaderClassName
{
color: #E91880;
}
.AnyTagClassName
{
color: #E91880;
}
</style>
background-color css
<style>
a { background-color: #E91880; }
a { background-color: rgb(233,24,128); }
div.DivClassName
{
background-color: #E91880;
}
.BgClassName
{
background-color: #E91880;
}
</style>
border-color css
<style>
span { border-color: #E91880; }
span { border-color: rgb(233,24,128); }
td.TdClassName
{
border-color: #E91880;
}
.TagClassName
{
border-color: #E91880;
}
</style>