Shades of Deep Cerise #E72095
Tints of Deep Cerise #E72095
RGB
CMYK
RGB Variations
Color information
#E72095 (or 0xE72095) is known color: Deep Cerise. HEX triplet: E7, 20 and 95. RGB value is (231,32,149). Sum of RGB (Red+Green+Blue) = 231+32+149=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E72095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72095 is #18DF6A. Grayscale: #686868. Windows color (decimal): -1630059 or 9773287. OLE color: 9773287.
HSL color Cylindrical-coordinate representation of color #E72095: hue angle of 324.72º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72095 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 149 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.09 |
| HSL | 324.72º | 0.81% | 0.52% | - |
| HSV(B) | 324.72º | 0.86% | 0.91% | - |
| XYZ | 38.9 | 20.19 | 30.28 | - |
| YUV | 104.84 | 152.93 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 149 | 0 | 0.86 | 0.35 | 0.09 | 324.72 | 0.81 | 0.52 |
| Hex | E7 | 20 | 95 | 0 | 56 | 23 | 9 | 145 | 51 | 34 |
| Octal | 347 | 40 | 225 | 0 | 126 | 43 | 11 | 505 | 121 | 64 |
| Binary | 11100111 | 100000 | 10010101 | 0 | 1010110 | 100011 | 1001 | 101000101 | 1010001 | 110100 |
Color Harmonies of #E72095
Complementary color
Monochromatic Colors of #E72095
Black with #E72095
Text Example
Text Example
White with #E72095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72095; }
p { color: rgb(231,32,149); }
H1.HeaderClassName
{
color: #E72095;
}
.AnyTagClassName
{
color: #E72095;
}
</style>
background-color css
<style>
a { background-color: #E72095; }
a { background-color: rgb(231,32,149); }
div.DivClassName
{
background-color: #E72095;
}
.BgClassName
{
background-color: #E72095;
}
</style>
border-color css
<style>
span { border-color: #E72095; }
span { border-color: rgb(231,32,149); }
td.TdClassName
{
border-color: #E72095;
}
.TagClassName
{
border-color: #E72095;
}
</style>