Shades of Deep Pink #E91D89
Tints of Deep Pink #E91D89
RGB
CMYK
RGB Variations
Color information
#E91D89 (or 0xE91D89) is known color: Deep Pink. HEX triplet: E9, 1D and 89. RGB value is (233,29,137). Sum of RGB (Red+Green+Blue) = 233+29+137=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D89 is #16E276. Grayscale: #666666. Windows color (decimal): -1499767 or 8986089. OLE color: 8986089.
HSL color Cylindrical-coordinate representation of color #E91D89: hue angle of 328.24º 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 #E91D89 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 137 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.09 |
| HSL | 328.24º | 0.82% | 0.51% | - |
| HSV(B) | 328.24º | 0.88% | 0.91% | - |
| XYZ | 38.56 | 20.01 | 25.5 | - |
| YUV | 102.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 137 | 0 | 0.88 | 0.41 | 0.09 | 328.24 | 0.82 | 0.51 |
| Hex | E9 | 1D | 89 | 0 | 58 | 29 | 9 | 148 | 52 | 33 |
| Octal | 351 | 35 | 211 | 0 | 130 | 51 | 11 | 510 | 122 | 63 |
| Binary | 11101001 | 11101 | 10001001 | 0 | 1011000 | 101001 | 1001 | 101001000 | 1010010 | 110011 |
Color Harmonies of #E91D89
Complementary color
Monochromatic Colors of #E91D89
Black with #E91D89
Text Example
Text Example
White with #E91D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D89; }
p { color: rgb(233,29,137); }
H1.HeaderClassName
{
color: #E91D89;
}
.AnyTagClassName
{
color: #E91D89;
}
</style>
background-color css
<style>
a { background-color: #E91D89; }
a { background-color: rgb(233,29,137); }
div.DivClassName
{
background-color: #E91D89;
}
.BgClassName
{
background-color: #E91D89;
}
</style>
border-color css
<style>
span { border-color: #E91D89; }
span { border-color: rgb(233,29,137); }
td.TdClassName
{
border-color: #E91D89;
}
.TagClassName
{
border-color: #E91D89;
}
</style>