Shades of Deep Cerise #E72C91
Tints of Deep Cerise #E72C91
RGB
CMYK
RGB Variations
Color information
#E72C91 (or 0xE72C91) is known color: Deep Cerise. HEX triplet: E7, 2C and 91. RGB value is (231,44,145). Sum of RGB (Red+Green+Blue) = 231+44+145=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72C91 is #18D36E. Grayscale: #6F6F6F. Windows color (decimal): -1626991 or 9514215. OLE color: 9514215.
HSL color Cylindrical-coordinate representation of color #E72C91: hue angle of 327.59º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72C91 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 145 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.09 |
| HSL | 327.59º | 0.8% | 0.54% | - |
| HSV(B) | 327.59º | 0.81% | 0.91% | - |
| XYZ | 38.97 | 20.83 | 28.76 | - |
| YUV | 111.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 145 | 0 | 0.81 | 0.37 | 0.09 | 327.59 | 0.8 | 0.54 |
| Hex | E7 | 2C | 91 | 0 | 51 | 25 | 9 | 148 | 50 | 36 |
| Octal | 347 | 54 | 221 | 0 | 121 | 45 | 11 | 510 | 120 | 66 |
| Binary | 11100111 | 101100 | 10010001 | 0 | 1010001 | 100101 | 1001 | 101001000 | 1010000 | 110110 |
Color Harmonies of #E72C91
Complementary color
Monochromatic Colors of #E72C91
Black with #E72C91
Text Example
Text Example
White with #E72C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72C91; }
p { color: rgb(231,44,145); }
H1.HeaderClassName
{
color: #E72C91;
}
.AnyTagClassName
{
color: #E72C91;
}
</style>
background-color css
<style>
a { background-color: #E72C91; }
a { background-color: rgb(231,44,145); }
div.DivClassName
{
background-color: #E72C91;
}
.BgClassName
{
background-color: #E72C91;
}
</style>
border-color css
<style>
span { border-color: #E72C91; }
span { border-color: rgb(231,44,145); }
td.TdClassName
{
border-color: #E72C91;
}
.TagClassName
{
border-color: #E72C91;
}
</style>