Shades of Cerise #E72272
Tints of Cerise #E72272
RGB
CMYK
RGB Variations
Color information
#E72272 (or 0xE72272) is known color: Cerise. HEX triplet: E7, 22 and 72. RGB value is (231,34,114). Sum of RGB (Red+Green+Blue) = 231+34+114=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E72272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72272 is #18DD8D. Grayscale: #656565. Windows color (decimal): -1629582 or 7480039. OLE color: 7480039.
HSL color Cylindrical-coordinate representation of color #E72272: hue angle of 335.63º 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 #E72272 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 114 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.09 |
| HSL | 335.63º | 0.8% | 0.52% | - |
| HSV(B) | 335.63º | 0.85% | 0.91% | - |
| XYZ | 36.56 | 19.35 | 17.73 | - |
| YUV | 102.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 114 | 0 | 0.85 | 0.51 | 0.09 | 335.63 | 0.8 | 0.52 |
| Hex | E7 | 22 | 72 | 0 | 55 | 33 | 9 | 150 | 50 | 34 |
| Octal | 347 | 42 | 162 | 0 | 125 | 63 | 11 | 520 | 120 | 64 |
| Binary | 11100111 | 100010 | 1110010 | 0 | 1010101 | 110011 | 1001 | 101010000 | 1010000 | 110100 |
Color Harmonies of #E72272
Complementary color
Monochromatic Colors of #E72272
Black with #E72272
Text Example
Text Example
White with #E72272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72272; }
p { color: rgb(231,34,114); }
H1.HeaderClassName
{
color: #E72272;
}
.AnyTagClassName
{
color: #E72272;
}
</style>
background-color css
<style>
a { background-color: #E72272; }
a { background-color: rgb(231,34,114); }
div.DivClassName
{
background-color: #E72272;
}
.BgClassName
{
background-color: #E72272;
}
</style>
border-color css
<style>
span { border-color: #E72272; }
span { border-color: rgb(231,34,114); }
td.TdClassName
{
border-color: #E72272;
}
.TagClassName
{
border-color: #E72272;
}
</style>