Shades of Deep Cerise #E72796
Tints of Deep Cerise #E72796
RGB
CMYK
RGB Variations
Color information
#E72796 (or 0xE72796) is known color: Deep Cerise. HEX triplet: E7, 27 and 96. RGB value is (231,39,150). Sum of RGB (Red+Green+Blue) = 231+39+150=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E72796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72796 is #18D869. Grayscale: #6C6C6C. Windows color (decimal): -1628266 or 9840615. OLE color: 9840615.
HSL color Cylindrical-coordinate representation of color #E72796: hue angle of 325.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72796 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 150 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.09 |
| HSL | 325.31º | 0.8% | 0.53% | - |
| HSV(B) | 325.31º | 0.83% | 0.91% | - |
| XYZ | 39.19 | 20.64 | 30.77 | - |
| YUV | 109.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 150 | 0 | 0.83 | 0.35 | 0.09 | 325.31 | 0.8 | 0.53 |
| Hex | E7 | 27 | 96 | 0 | 53 | 23 | 9 | 145 | 50 | 35 |
| Octal | 347 | 47 | 226 | 0 | 123 | 43 | 11 | 505 | 120 | 65 |
| Binary | 11100111 | 100111 | 10010110 | 0 | 1010011 | 100011 | 1001 | 101000101 | 1010000 | 110101 |
Color Harmonies of #E72796
Complementary color
Monochromatic Colors of #E72796
Black with #E72796
Text Example
Text Example
White with #E72796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72796; }
p { color: rgb(231,39,150); }
H1.HeaderClassName
{
color: #E72796;
}
.AnyTagClassName
{
color: #E72796;
}
</style>
background-color css
<style>
a { background-color: #E72796; }
a { background-color: rgb(231,39,150); }
div.DivClassName
{
background-color: #E72796;
}
.BgClassName
{
background-color: #E72796;
}
</style>
border-color css
<style>
span { border-color: #E72796; }
span { border-color: rgb(231,39,150); }
td.TdClassName
{
border-color: #E72796;
}
.TagClassName
{
border-color: #E72796;
}
</style>