Shades of Cerise #E03270
Tints of Cerise #E03270
RGB
CMYK
RGB Variations
Color information
#E03270 (or 0xE03270) is known color: Cerise. HEX triplet: E0, 32 and 70. RGB value is (224,50,112). Sum of RGB (Red+Green+Blue) = 224+50+112=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E03270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03270 is #1FCD8F. Grayscale: #6D6D6D. Windows color (decimal): -2084240 or 7353056. OLE color: 7353056.
HSL color Cylindrical-coordinate representation of color #E03270: hue angle of 338.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03270 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 112 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.12 |
| HSL | 338.62º | 0.74% | 0.54% | - |
| HSV(B) | 338.62º | 0.78% | 0.88% | - |
| XYZ | 34.81 | 19.3 | 17.22 | - |
| YUV | 109.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 112 | 0 | 0.78 | 0.50 | 0.12 | 338.62 | 0.74 | 0.54 |
| Hex | E0 | 32 | 70 | 0 | 4E | 32 | C | 153 | 4A | 36 |
| Octal | 340 | 62 | 160 | 0 | 116 | 62 | 14 | 523 | 112 | 66 |
| Binary | 11100000 | 110010 | 1110000 | 0 | 1001110 | 110010 | 1100 | 101010011 | 1001010 | 110110 |
Color Harmonies of #E03270
Complementary color
Monochromatic Colors of #E03270
Black with #E03270
Text Example
Text Example
White with #E03270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03270; }
p { color: rgb(224,50,112); }
H1.HeaderClassName
{
color: #E03270;
}
.AnyTagClassName
{
color: #E03270;
}
</style>
background-color css
<style>
a { background-color: #E03270; }
a { background-color: rgb(224,50,112); }
div.DivClassName
{
background-color: #E03270;
}
.BgClassName
{
background-color: #E03270;
}
</style>
border-color css
<style>
span { border-color: #E03270; }
span { border-color: rgb(224,50,112); }
td.TdClassName
{
border-color: #E03270;
}
.TagClassName
{
border-color: #E03270;
}
</style>