Shades of Deep Pink #E91481
Tints of Deep Pink #E91481
RGB
CMYK
RGB Variations
Color information
#E91481 (or 0xE91481) is known color: Deep Pink. HEX triplet: E9, 14 and 81. RGB value is (233,20,129). Sum of RGB (Red+Green+Blue) = 233+20+129=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E91481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91481 is #16EB7E. Grayscale: #5F5F5F. Windows color (decimal): -1502079 or 8459497. OLE color: 8459497.
HSL color Cylindrical-coordinate representation of color #E91481: hue angle of 329.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91481 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 129 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.09 |
| HSL | 329.3º | 0.84% | 0.5% | - |
| HSV(B) | 329.3º | 0.91% | 0.91% | - |
| XYZ | 37.82 | 19.41 | 22.52 | - |
| YUV | 96.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 129 | 0 | 0.91 | 0.45 | 0.09 | 329.3 | 0.84 | 0.5 |
| Hex | E9 | 14 | 81 | 0 | 5B | 2D | 9 | 149 | 54 | 32 |
| Octal | 351 | 24 | 201 | 0 | 133 | 55 | 11 | 511 | 124 | 62 |
| Binary | 11101001 | 10100 | 10000001 | 0 | 1011011 | 101101 | 1001 | 101001001 | 1010100 | 110010 |
Color Harmonies of #E91481
Complementary color
Monochromatic Colors of #E91481
Black with #E91481
Text Example
Text Example
White with #E91481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91481; }
p { color: rgb(233,20,129); }
H1.HeaderClassName
{
color: #E91481;
}
.AnyTagClassName
{
color: #E91481;
}
</style>
background-color css
<style>
a { background-color: #E91481; }
a { background-color: rgb(233,20,129); }
div.DivClassName
{
background-color: #E91481;
}
.BgClassName
{
background-color: #E91481;
}
</style>
border-color css
<style>
span { border-color: #E91481; }
span { border-color: rgb(233,20,129); }
td.TdClassName
{
border-color: #E91481;
}
.TagClassName
{
border-color: #E91481;
}
</style>