Shades of Deep Cerise #E42490
Tints of Deep Cerise #E42490
RGB
CMYK
RGB Variations
Color information
#E42490 (or 0xE42490) is known color: Deep Cerise. HEX triplet: E4, 24 and 90. RGB value is (228,36,144). Sum of RGB (Red+Green+Blue) = 228+36+144=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E42490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42490 is #1BDB6F. Grayscale: #696969. Windows color (decimal): -1825648 or 9446628. OLE color: 9446628.
HSL color Cylindrical-coordinate representation of color #E42490: hue angle of 326.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42490 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 144 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.11 |
| HSL | 326.25º | 0.78% | 0.52% | - |
| HSV(B) | 326.25º | 0.84% | 0.89% | - |
| XYZ | 37.66 | 19.77 | 28.22 | - |
| YUV | 105.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 144 | 0 | 0.84 | 0.37 | 0.11 | 326.25 | 0.78 | 0.52 |
| Hex | E4 | 24 | 90 | 0 | 54 | 25 | B | 146 | 4E | 34 |
| Octal | 344 | 44 | 220 | 0 | 124 | 45 | 13 | 506 | 116 | 64 |
| Binary | 11100100 | 100100 | 10010000 | 0 | 1010100 | 100101 | 1011 | 101000110 | 1001110 | 110100 |
Color Harmonies of #E42490
Complementary color
Monochromatic Colors of #E42490
Black with #E42490
Text Example
Text Example
White with #E42490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42490; }
p { color: rgb(228,36,144); }
H1.HeaderClassName
{
color: #E42490;
}
.AnyTagClassName
{
color: #E42490;
}
</style>
background-color css
<style>
a { background-color: #E42490; }
a { background-color: rgb(228,36,144); }
div.DivClassName
{
background-color: #E42490;
}
.BgClassName
{
background-color: #E42490;
}
</style>
border-color css
<style>
span { border-color: #E42490; }
span { border-color: rgb(228,36,144); }
td.TdClassName
{
border-color: #E42490;
}
.TagClassName
{
border-color: #E42490;
}
</style>