Shades of Deep Cerise #E92484
Tints of Deep Cerise #E92484
RGB
CMYK
RGB Variations
Color information
#E92484 (or 0xE92484) is known color: Deep Cerise. HEX triplet: E9, 24 and 84. RGB value is (233,36,132). Sum of RGB (Red+Green+Blue) = 233+36+132=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E92484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92484 is #16DB7B. Grayscale: #696969. Windows color (decimal): -1497980 or 8660201. OLE color: 8660201.
HSL color Cylindrical-coordinate representation of color #E92484: hue angle of 330.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92484 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 132 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.09 |
| HSL | 330.76º | 0.82% | 0.53% | - |
| HSV(B) | 330.76º | 0.85% | 0.91% | - |
| XYZ | 38.4 | 20.25 | 23.71 | - |
| YUV | 105.85 | 142.77 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 132 | 0 | 0.85 | 0.43 | 0.09 | 330.76 | 0.82 | 0.53 |
| Hex | E9 | 24 | 84 | 0 | 55 | 2B | 9 | 14B | 52 | 35 |
| Octal | 351 | 44 | 204 | 0 | 125 | 53 | 11 | 513 | 122 | 65 |
| Binary | 11101001 | 100100 | 10000100 | 0 | 1010101 | 101011 | 1001 | 101001011 | 1010010 | 110101 |
Color Harmonies of #E92484
Complementary color
Monochromatic Colors of #E92484
Black with #E92484
Text Example
Text Example
White with #E92484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92484; }
p { color: rgb(233,36,132); }
H1.HeaderClassName
{
color: #E92484;
}
.AnyTagClassName
{
color: #E92484;
}
</style>
background-color css
<style>
a { background-color: #E92484; }
a { background-color: rgb(233,36,132); }
div.DivClassName
{
background-color: #E92484;
}
.BgClassName
{
background-color: #E92484;
}
</style>
border-color css
<style>
span { border-color: #E92484; }
span { border-color: rgb(233,36,132); }
td.TdClassName
{
border-color: #E92484;
}
.TagClassName
{
border-color: #E92484;
}
</style>