Shades of Cerise #E72F70
Tints of Cerise #E72F70
RGB
CMYK
RGB Variations
Color information
#E72F70 (or 0xE72F70) is known color: Cerise. HEX triplet: E7, 2F and 70. RGB value is (231,47,112). Sum of RGB (Red+Green+Blue) = 231+47+112=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72F70 is #18D08F. Grayscale: #6D6D6D. Windows color (decimal): -1626256 or 7352295. OLE color: 7352295.
HSL color Cylindrical-coordinate representation of color #E72F70: hue angle of 338.8º 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 #E72F70 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 112 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.09 |
| HSL | 338.8º | 0.79% | 0.55% | - |
| HSV(B) | 338.8º | 0.8% | 0.91% | - |
| XYZ | 36.9 | 20.19 | 17.28 | - |
| YUV | 109.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 112 | 0 | 0.80 | 0.52 | 0.09 | 338.8 | 0.79 | 0.55 |
| Hex | E7 | 2F | 70 | 0 | 50 | 34 | 9 | 153 | 4F | 37 |
| Octal | 347 | 57 | 160 | 0 | 120 | 64 | 11 | 523 | 117 | 67 |
| Binary | 11100111 | 101111 | 1110000 | 0 | 1010000 | 110100 | 1001 | 101010011 | 1001111 | 110111 |
Color Harmonies of #E72F70
Complementary color
Monochromatic Colors of #E72F70
Black with #E72F70
Text Example
Text Example
White with #E72F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72F70; }
p { color: rgb(231,47,112); }
H1.HeaderClassName
{
color: #E72F70;
}
.AnyTagClassName
{
color: #E72F70;
}
</style>
background-color css
<style>
a { background-color: #E72F70; }
a { background-color: rgb(231,47,112); }
div.DivClassName
{
background-color: #E72F70;
}
.BgClassName
{
background-color: #E72F70;
}
</style>
border-color css
<style>
span { border-color: #E72F70; }
span { border-color: rgb(231,47,112); }
td.TdClassName
{
border-color: #E72F70;
}
.TagClassName
{
border-color: #E72F70;
}
</style>