Shades of Deep Cerise #E72091
Tints of Deep Cerise #E72091
RGB
CMYK
RGB Variations
Color information
#E72091 (or 0xE72091) is known color: Deep Cerise. HEX triplet: E7, 20 and 91. RGB value is (231,32,145). Sum of RGB (Red+Green+Blue) = 231+32+145=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E72091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72091 is #18DF6E. Grayscale: #686868. Windows color (decimal): -1630063 or 9511143. OLE color: 9511143.
HSL color Cylindrical-coordinate representation of color #E72091: hue angle of 325.93º 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 #E72091 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.09 |
| HSL | 325.93º | 0.81% | 0.52% | - |
| HSV(B) | 325.93º | 0.86% | 0.91% | - |
| XYZ | 38.58 | 20.07 | 28.63 | - |
| YUV | 104.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 145 | 0 | 0.86 | 0.37 | 0.09 | 325.93 | 0.81 | 0.52 |
| Hex | E7 | 20 | 91 | 0 | 56 | 25 | 9 | 146 | 51 | 34 |
| Octal | 347 | 40 | 221 | 0 | 126 | 45 | 11 | 506 | 121 | 64 |
| Binary | 11100111 | 100000 | 10010001 | 0 | 1010110 | 100101 | 1001 | 101000110 | 1010001 | 110100 |
Color Harmonies of #E72091
Complementary color
Monochromatic Colors of #E72091
Black with #E72091
Text Example
Text Example
White with #E72091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72091; }
p { color: rgb(231,32,145); }
H1.HeaderClassName
{
color: #E72091;
}
.AnyTagClassName
{
color: #E72091;
}
</style>
background-color css
<style>
a { background-color: #E72091; }
a { background-color: rgb(231,32,145); }
div.DivClassName
{
background-color: #E72091;
}
.BgClassName
{
background-color: #E72091;
}
</style>
border-color css
<style>
span { border-color: #E72091; }
span { border-color: rgb(231,32,145); }
td.TdClassName
{
border-color: #E72091;
}
.TagClassName
{
border-color: #E72091;
}
</style>