Shades of Cerise #E72F72
Tints of Cerise #E72F72
RGB
CMYK
RGB Variations
Color information
#E72F72 (or 0xE72F72) is known color: Cerise. HEX triplet: E7, 2F and 72. RGB value is (231,47,114). Sum of RGB (Red+Green+Blue) = 231+47+114=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72F72 is #18D08D. Grayscale: #6D6D6D. Windows color (decimal): -1626254 or 7483367. OLE color: 7483367.
HSL color Cylindrical-coordinate representation of color #E72F72: hue angle of 338.15º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72F72 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 114 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.09 |
| HSL | 338.15º | 0.79% | 0.55% | - |
| HSV(B) | 338.15º | 0.8% | 0.91% | - |
| XYZ | 37.01 | 20.24 | 17.88 | - |
| YUV | 109.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 114 | 0 | 0.80 | 0.51 | 0.09 | 338.15 | 0.79 | 0.55 |
| Hex | E7 | 2F | 72 | 0 | 50 | 33 | 9 | 152 | 4F | 37 |
| Octal | 347 | 57 | 162 | 0 | 120 | 63 | 11 | 522 | 117 | 67 |
| Binary | 11100111 | 101111 | 1110010 | 0 | 1010000 | 110011 | 1001 | 101010010 | 1001111 | 110111 |
Color Harmonies of #E72F72
Complementary color
Monochromatic Colors of #E72F72
Black with #E72F72
Text Example
Text Example
White with #E72F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72F72; }
p { color: rgb(231,47,114); }
H1.HeaderClassName
{
color: #E72F72;
}
.AnyTagClassName
{
color: #E72F72;
}
</style>
background-color css
<style>
a { background-color: #E72F72; }
a { background-color: rgb(231,47,114); }
div.DivClassName
{
background-color: #E72F72;
}
.BgClassName
{
background-color: #E72F72;
}
</style>
border-color css
<style>
span { border-color: #E72F72; }
span { border-color: rgb(231,47,114); }
td.TdClassName
{
border-color: #E72F72;
}
.TagClassName
{
border-color: #E72F72;
}
</style>