Shades of Deep Pink #E91182
Tints of Deep Pink #E91182
RGB
CMYK
RGB Variations
Color information
#E91182 (or 0xE91182) is known color: Deep Pink. HEX triplet: E9, 11 and 82. RGB value is (233,17,130). Sum of RGB (Red+Green+Blue) = 233+17+130=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E91182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91182 is #16EE7D. Grayscale: #5E5E5E. Windows color (decimal): -1502846 or 8524265. OLE color: 8524265.
HSL color Cylindrical-coordinate representation of color #E91182: hue angle of 328.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91182 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.09 |
| HSL | 328.61º | 0.86% | 0.49% | - |
| HSV(B) | 328.61º | 0.93% | 0.91% | - |
| XYZ | 37.83 | 19.34 | 22.86 | - |
| YUV | 94.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 130 | 0 | 0.93 | 0.44 | 0.09 | 328.61 | 0.86 | 0.49 |
| Hex | E9 | 11 | 82 | 0 | 5D | 2C | 9 | 149 | 56 | 31 |
| Octal | 351 | 21 | 202 | 0 | 135 | 54 | 11 | 511 | 126 | 61 |
| Binary | 11101001 | 10001 | 10000010 | 0 | 1011101 | 101100 | 1001 | 101001001 | 1010110 | 110001 |
Color Harmonies of #E91182
Complementary color
Monochromatic Colors of #E91182
Black with #E91182
Text Example
Text Example
White with #E91182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91182; }
p { color: rgb(233,17,130); }
H1.HeaderClassName
{
color: #E91182;
}
.AnyTagClassName
{
color: #E91182;
}
</style>
background-color css
<style>
a { background-color: #E91182; }
a { background-color: rgb(233,17,130); }
div.DivClassName
{
background-color: #E91182;
}
.BgClassName
{
background-color: #E91182;
}
</style>
border-color css
<style>
span { border-color: #E91182; }
span { border-color: rgb(233,17,130); }
td.TdClassName
{
border-color: #E91182;
}
.TagClassName
{
border-color: #E91182;
}
</style>