Shades of Deep Cerise #E72495
Tints of Deep Cerise #E72495
RGB
CMYK
RGB Variations
Color information
#E72495 (or 0xE72495) is known color: Deep Cerise. HEX triplet: E7, 24 and 95. RGB value is (231,36,149). Sum of RGB (Red+Green+Blue) = 231+36+149=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E72495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72495 is #18DB6A. Grayscale: #6A6A6A. Windows color (decimal): -1629035 or 9774311. OLE color: 9774311.
HSL color Cylindrical-coordinate representation of color #E72495: hue angle of 325.23º 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 #E72495 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 149 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.09 |
| HSL | 325.23º | 0.8% | 0.52% | - |
| HSV(B) | 325.23º | 0.84% | 0.91% | - |
| XYZ | 39.01 | 20.42 | 30.32 | - |
| YUV | 107.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 149 | 0 | 0.84 | 0.35 | 0.09 | 325.23 | 0.8 | 0.52 |
| Hex | E7 | 24 | 95 | 0 | 54 | 23 | 9 | 145 | 50 | 34 |
| Octal | 347 | 44 | 225 | 0 | 124 | 43 | 11 | 505 | 120 | 64 |
| Binary | 11100111 | 100100 | 10010101 | 0 | 1010100 | 100011 | 1001 | 101000101 | 1010000 | 110100 |
Color Harmonies of #E72495
Complementary color
Monochromatic Colors of #E72495
Black with #E72495
Text Example
Text Example
White with #E72495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72495; }
p { color: rgb(231,36,149); }
H1.HeaderClassName
{
color: #E72495;
}
.AnyTagClassName
{
color: #E72495;
}
</style>
background-color css
<style>
a { background-color: #E72495; }
a { background-color: rgb(231,36,149); }
div.DivClassName
{
background-color: #E72495;
}
.BgClassName
{
background-color: #E72495;
}
</style>
border-color css
<style>
span { border-color: #E72495; }
span { border-color: rgb(231,36,149); }
td.TdClassName
{
border-color: #E72495;
}
.TagClassName
{
border-color: #E72495;
}
</style>