Shades of Deep Cerise #E91D84
Tints of Deep Cerise #E91D84
RGB
CMYK
RGB Variations
Color information
#E91D84 (or 0xE91D84) is known color: Deep Cerise. HEX triplet: E9, 1D and 84. RGB value is (233,29,132). Sum of RGB (Red+Green+Blue) = 233+29+132=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D84 is #16E27B. Grayscale: #656565. Windows color (decimal): -1499772 or 8658409. OLE color: 8658409.
HSL color Cylindrical-coordinate representation of color #E91D84: hue angle of 329.71º 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 #E91D84 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 132 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.09 |
| HSL | 329.71º | 0.82% | 0.51% | - |
| HSV(B) | 329.71º | 0.88% | 0.91% | - |
| XYZ | 38.21 | 19.87 | 23.65 | - |
| YUV | 101.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 132 | 0 | 0.88 | 0.43 | 0.09 | 329.71 | 0.82 | 0.51 |
| Hex | E9 | 1D | 84 | 0 | 58 | 2B | 9 | 14A | 52 | 33 |
| Octal | 351 | 35 | 204 | 0 | 130 | 53 | 11 | 512 | 122 | 63 |
| Binary | 11101001 | 11101 | 10000100 | 0 | 1011000 | 101011 | 1001 | 101001010 | 1010010 | 110011 |
Color Harmonies of #E91D84
Complementary color
Monochromatic Colors of #E91D84
Black with #E91D84
Text Example
Text Example
White with #E91D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D84; }
p { color: rgb(233,29,132); }
H1.HeaderClassName
{
color: #E91D84;
}
.AnyTagClassName
{
color: #E91D84;
}
</style>
background-color css
<style>
a { background-color: #E91D84; }
a { background-color: rgb(233,29,132); }
div.DivClassName
{
background-color: #E91D84;
}
.BgClassName
{
background-color: #E91D84;
}
</style>
border-color css
<style>
span { border-color: #E91D84; }
span { border-color: rgb(233,29,132); }
td.TdClassName
{
border-color: #E91D84;
}
.TagClassName
{
border-color: #E91D84;
}
</style>