Shades of Cerise #E03070
Tints of Cerise #E03070
RGB
CMYK
RGB Variations
Color information
#E03070 (or 0xE03070) is known color: Cerise. HEX triplet: E0, 30 and 70. RGB value is (224,48,112). Sum of RGB (Red+Green+Blue) = 224+48+112=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E03070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03070 is #1FCF8F. Grayscale: #6B6B6B. Windows color (decimal): -2084752 or 7352544. OLE color: 7352544.
HSL color Cylindrical-coordinate representation of color #E03070: hue angle of 338.18º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03070 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 112 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.12 |
| HSL | 338.18º | 0.74% | 0.53% | - |
| HSV(B) | 338.18º | 0.79% | 0.88% | - |
| XYZ | 34.72 | 19.13 | 17.19 | - |
| YUV | 107.92 | 130.31 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 112 | 0 | 0.79 | 0.50 | 0.12 | 338.18 | 0.74 | 0.53 |
| Hex | E0 | 30 | 70 | 0 | 4F | 32 | C | 152 | 4A | 35 |
| Octal | 340 | 60 | 160 | 0 | 117 | 62 | 14 | 522 | 112 | 65 |
| Binary | 11100000 | 110000 | 1110000 | 0 | 1001111 | 110010 | 1100 | 101010010 | 1001010 | 110101 |
Color Harmonies of #E03070
Complementary color
Monochromatic Colors of #E03070
Black with #E03070
Text Example
Text Example
White with #E03070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03070; }
p { color: rgb(224,48,112); }
H1.HeaderClassName
{
color: #E03070;
}
.AnyTagClassName
{
color: #E03070;
}
</style>
background-color css
<style>
a { background-color: #E03070; }
a { background-color: rgb(224,48,112); }
div.DivClassName
{
background-color: #E03070;
}
.BgClassName
{
background-color: #E03070;
}
</style>
border-color css
<style>
span { border-color: #E03070; }
span { border-color: rgb(224,48,112); }
td.TdClassName
{
border-color: #E03070;
}
.TagClassName
{
border-color: #E03070;
}
</style>