Shades of Deep Pink #E91981
Tints of Deep Pink #E91981
RGB
CMYK
RGB Variations
Color information
#E91981 (or 0xE91981) is known color: Deep Pink. HEX triplet: E9, 19 and 81. RGB value is (233,25,129). Sum of RGB (Red+Green+Blue) = 233+25+129=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E91981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91981 is #16E67E. Grayscale: #626262. Windows color (decimal): -1500799 or 8460777. OLE color: 8460777.
HSL color Cylindrical-coordinate representation of color #E91981: hue angle of 330º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91981 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 129 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.09 |
| HSL | 330º | 0.83% | 0.51% | - |
| HSV(B) | 330º | 0.89% | 0.91% | - |
| XYZ | 37.91 | 19.6 | 22.55 | - |
| YUV | 99.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 129 | 0 | 0.89 | 0.45 | 0.09 | 330 | 0.83 | 0.51 |
| Hex | E9 | 19 | 81 | 0 | 59 | 2D | 9 | 14A | 53 | 33 |
| Octal | 351 | 31 | 201 | 0 | 131 | 55 | 11 | 512 | 123 | 63 |
| Binary | 11101001 | 11001 | 10000001 | 0 | 1011001 | 101101 | 1001 | 101001010 | 1010011 | 110011 |
Color Harmonies of #E91981
Complementary color
Monochromatic Colors of #E91981
Black with #E91981
Text Example
Text Example
White with #E91981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91981; }
p { color: rgb(233,25,129); }
H1.HeaderClassName
{
color: #E91981;
}
.AnyTagClassName
{
color: #E91981;
}
</style>
background-color css
<style>
a { background-color: #E91981; }
a { background-color: rgb(233,25,129); }
div.DivClassName
{
background-color: #E91981;
}
.BgClassName
{
background-color: #E91981;
}
</style>
border-color css
<style>
span { border-color: #E91981; }
span { border-color: rgb(233,25,129); }
td.TdClassName
{
border-color: #E91981;
}
.TagClassName
{
border-color: #E91981;
}
</style>