Shades of Deep Pink #E91D93
Tints of Deep Pink #E91D93
RGB
CMYK
RGB Variations
Color information
#E91D93 (or 0xE91D93) is known color: Deep Pink. HEX triplet: E9, 1D and 93. RGB value is (233,29,147). Sum of RGB (Red+Green+Blue) = 233+29+147=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D93 is #16E26C. Grayscale: #676767. Windows color (decimal): -1499757 or 9641449. OLE color: 9641449.
HSL color Cylindrical-coordinate representation of color #E91D93: hue angle of 325.29º 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 #E91D93 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 147 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.09 |
| HSL | 325.29º | 0.82% | 0.51% | - |
| HSV(B) | 325.29º | 0.88% | 0.91% | - |
| XYZ | 39.31 | 20.31 | 29.45 | - |
| YUV | 103.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 147 | 0 | 0.88 | 0.37 | 0.09 | 325.29 | 0.82 | 0.51 |
| Hex | E9 | 1D | 93 | 0 | 58 | 25 | 9 | 145 | 52 | 33 |
| Octal | 351 | 35 | 223 | 0 | 130 | 45 | 11 | 505 | 122 | 63 |
| Binary | 11101001 | 11101 | 10010011 | 0 | 1011000 | 100101 | 1001 | 101000101 | 1010010 | 110011 |
Color Harmonies of #E91D93
Complementary color
Monochromatic Colors of #E91D93
Black with #E91D93
Text Example
Text Example
White with #E91D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D93; }
p { color: rgb(233,29,147); }
H1.HeaderClassName
{
color: #E91D93;
}
.AnyTagClassName
{
color: #E91D93;
}
</style>
background-color css
<style>
a { background-color: #E91D93; }
a { background-color: rgb(233,29,147); }
div.DivClassName
{
background-color: #E91D93;
}
.BgClassName
{
background-color: #E91D93;
}
</style>
border-color css
<style>
span { border-color: #E91D93; }
span { border-color: rgb(233,29,147); }
td.TdClassName
{
border-color: #E91D93;
}
.TagClassName
{
border-color: #E91D93;
}
</style>