Shades of Deep Cerise #E72490
Tints of Deep Cerise #E72490
RGB
CMYK
RGB Variations
Color information
#E72490 (or 0xE72490) is known color: Deep Cerise. HEX triplet: E7, 24 and 90. RGB value is (231,36,144). Sum of RGB (Red+Green+Blue) = 231+36+144=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E72490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72490 is #18DB6F. Grayscale: #6A6A6A. Windows color (decimal): -1629040 or 9446631. OLE color: 9446631.
HSL color Cylindrical-coordinate representation of color #E72490: hue angle of 326.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72490 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 144 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.09 |
| HSL | 326.77º | 0.8% | 0.52% | - |
| HSV(B) | 326.77º | 0.84% | 0.91% | - |
| XYZ | 38.62 | 20.26 | 28.26 | - |
| YUV | 106.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 144 | 0 | 0.84 | 0.38 | 0.09 | 326.77 | 0.8 | 0.52 |
| Hex | E7 | 24 | 90 | 0 | 54 | 26 | 9 | 147 | 50 | 34 |
| Octal | 347 | 44 | 220 | 0 | 124 | 46 | 11 | 507 | 120 | 64 |
| Binary | 11100111 | 100100 | 10010000 | 0 | 1010100 | 100110 | 1001 | 101000111 | 1010000 | 110100 |
Color Harmonies of #E72490
Complementary color
Monochromatic Colors of #E72490
Black with #E72490
Text Example
Text Example
White with #E72490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72490; }
p { color: rgb(231,36,144); }
H1.HeaderClassName
{
color: #E72490;
}
.AnyTagClassName
{
color: #E72490;
}
</style>
background-color css
<style>
a { background-color: #E72490; }
a { background-color: rgb(231,36,144); }
div.DivClassName
{
background-color: #E72490;
}
.BgClassName
{
background-color: #E72490;
}
</style>
border-color css
<style>
span { border-color: #E72490; }
span { border-color: rgb(231,36,144); }
td.TdClassName
{
border-color: #E72490;
}
.TagClassName
{
border-color: #E72490;
}
</style>