Shades of Deep Cerise #E72279
Tints of Deep Cerise #E72279
RGB
CMYK
RGB Variations
Color information
#E72279 (or 0xE72279) is known color: Deep Cerise. HEX triplet: E7, 22 and 79. RGB value is (231,34,121). Sum of RGB (Red+Green+Blue) = 231+34+121=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E72279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72279 is #18DD86. Grayscale: #666666. Windows color (decimal): -1629575 or 7938791. OLE color: 7938791.
HSL color Cylindrical-coordinate representation of color #E72279: hue angle of 333.5º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E72279 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 121 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.09 |
| HSL | 333.5º | 0.8% | 0.52% | - |
| HSV(B) | 333.5º | 0.85% | 0.91% | - |
| XYZ | 36.98 | 19.51 | 19.91 | - |
| YUV | 102.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 121 | 0 | 0.85 | 0.48 | 0.09 | 333.5 | 0.8 | 0.52 |
| Hex | E7 | 22 | 79 | 0 | 55 | 30 | 9 | 14E | 50 | 34 |
| Octal | 347 | 42 | 171 | 0 | 125 | 60 | 11 | 516 | 120 | 64 |
| Binary | 11100111 | 100010 | 1111001 | 0 | 1010101 | 110000 | 1001 | 101001110 | 1010000 | 110100 |
Color Harmonies of #E72279
Complementary color
Monochromatic Colors of #E72279
Black with #E72279
Text Example
Text Example
White with #E72279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72279; }
p { color: rgb(231,34,121); }
H1.HeaderClassName
{
color: #E72279;
}
.AnyTagClassName
{
color: #E72279;
}
</style>
background-color css
<style>
a { background-color: #E72279; }
a { background-color: rgb(231,34,121); }
div.DivClassName
{
background-color: #E72279;
}
.BgClassName
{
background-color: #E72279;
}
</style>
border-color css
<style>
span { border-color: #E72279; }
span { border-color: rgb(231,34,121); }
td.TdClassName
{
border-color: #E72279;
}
.TagClassName
{
border-color: #E72279;
}
</style>