Shades of Cerise #E03572
Tints of Cerise #E03572
RGB
CMYK
RGB Variations
Color information
#E03572 (or 0xE03572) is known color: Cerise. HEX triplet: E0, 35 and 72. RGB value is (224,53,114). Sum of RGB (Red+Green+Blue) = 224+53+114=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E03572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03572 is #1FCA8D. Grayscale: #6F6F6F. Windows color (decimal): -2083470 or 7484896. OLE color: 7484896.
HSL color Cylindrical-coordinate representation of color #E03572: hue angle of 338.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03572 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 114 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.12 |
| HSL | 338.6º | 0.73% | 0.54% | - |
| HSV(B) | 338.6º | 0.76% | 0.88% | - |
| XYZ | 35.05 | 19.61 | 17.86 | - |
| YUV | 111.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 114 | 0 | 0.76 | 0.49 | 0.12 | 338.6 | 0.73 | 0.54 |
| Hex | E0 | 35 | 72 | 0 | 4C | 31 | C | 153 | 49 | 36 |
| Octal | 340 | 65 | 162 | 0 | 114 | 61 | 14 | 523 | 111 | 66 |
| Binary | 11100000 | 110101 | 1110010 | 0 | 1001100 | 110001 | 1100 | 101010011 | 1001001 | 110110 |
Color Harmonies of #E03572
Complementary color
Monochromatic Colors of #E03572
Black with #E03572
Text Example
Text Example
White with #E03572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03572; }
p { color: rgb(224,53,114); }
H1.HeaderClassName
{
color: #E03572;
}
.AnyTagClassName
{
color: #E03572;
}
</style>
background-color css
<style>
a { background-color: #E03572; }
a { background-color: rgb(224,53,114); }
div.DivClassName
{
background-color: #E03572;
}
.BgClassName
{
background-color: #E03572;
}
</style>
border-color css
<style>
span { border-color: #E03572; }
span { border-color: rgb(224,53,114); }
td.TdClassName
{
border-color: #E03572;
}
.TagClassName
{
border-color: #E03572;
}
</style>