Shades of Cerise #E72972
Tints of Cerise #E72972
RGB
CMYK
RGB Variations
Color information
#E72972 (or 0xE72972) is known color: Cerise. HEX triplet: E7, 29 and 72. RGB value is (231,41,114). Sum of RGB (Red+Green+Blue) = 231+41+114=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E72972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72972 is #18D68D. Grayscale: #6A6A6A. Windows color (decimal): -1627790 or 7481831. OLE color: 7481831.
HSL color Cylindrical-coordinate representation of color #E72972: hue angle of 336.95º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72972 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 114 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.09 |
| HSL | 336.95º | 0.8% | 0.53% | - |
| HSV(B) | 336.95º | 0.82% | 0.91% | - |
| XYZ | 36.79 | 19.79 | 17.8 | - |
| YUV | 106.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 114 | 0 | 0.82 | 0.51 | 0.09 | 336.95 | 0.8 | 0.53 |
| Hex | E7 | 29 | 72 | 0 | 52 | 33 | 9 | 151 | 50 | 35 |
| Octal | 347 | 51 | 162 | 0 | 122 | 63 | 11 | 521 | 120 | 65 |
| Binary | 11100111 | 101001 | 1110010 | 0 | 1010010 | 110011 | 1001 | 101010001 | 1010000 | 110101 |
Color Harmonies of #E72972
Complementary color
Monochromatic Colors of #E72972
Black with #E72972
Text Example
Text Example
White with #E72972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72972; }
p { color: rgb(231,41,114); }
H1.HeaderClassName
{
color: #E72972;
}
.AnyTagClassName
{
color: #E72972;
}
</style>
background-color css
<style>
a { background-color: #E72972; }
a { background-color: rgb(231,41,114); }
div.DivClassName
{
background-color: #E72972;
}
.BgClassName
{
background-color: #E72972;
}
</style>
border-color css
<style>
span { border-color: #E72972; }
span { border-color: rgb(231,41,114); }
td.TdClassName
{
border-color: #E72972;
}
.TagClassName
{
border-color: #E72972;
}
</style>