Shades of Deep Cerise #E72691
Tints of Deep Cerise #E72691
RGB
CMYK
RGB Variations
Color information
#E72691 (or 0xE72691) is known color: Deep Cerise. HEX triplet: E7, 26 and 91. RGB value is (231,38,145). Sum of RGB (Red+Green+Blue) = 231+38+145=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E72691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72691 is #18D96E. Grayscale: #6B6B6B. Windows color (decimal): -1628527 or 9512679. OLE color: 9512679.
HSL color Cylindrical-coordinate representation of color #E72691: hue angle of 326.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72691 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 145 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.09 |
| HSL | 326.74º | 0.8% | 0.53% | - |
| HSV(B) | 326.74º | 0.84% | 0.91% | - |
| XYZ | 38.76 | 20.42 | 28.69 | - |
| YUV | 107.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 145 | 0 | 0.84 | 0.37 | 0.09 | 326.74 | 0.8 | 0.53 |
| Hex | E7 | 26 | 91 | 0 | 54 | 25 | 9 | 147 | 50 | 35 |
| Octal | 347 | 46 | 221 | 0 | 124 | 45 | 11 | 507 | 120 | 65 |
| Binary | 11100111 | 100110 | 10010001 | 0 | 1010100 | 100101 | 1001 | 101000111 | 1010000 | 110101 |
Color Harmonies of #E72691
Complementary color
Monochromatic Colors of #E72691
Black with #E72691
Text Example
Text Example
White with #E72691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72691; }
p { color: rgb(231,38,145); }
H1.HeaderClassName
{
color: #E72691;
}
.AnyTagClassName
{
color: #E72691;
}
</style>
background-color css
<style>
a { background-color: #E72691; }
a { background-color: rgb(231,38,145); }
div.DivClassName
{
background-color: #E72691;
}
.BgClassName
{
background-color: #E72691;
}
</style>
border-color css
<style>
span { border-color: #E72691; }
span { border-color: rgb(231,38,145); }
td.TdClassName
{
border-color: #E72691;
}
.TagClassName
{
border-color: #E72691;
}
</style>