Shades of Cerise #E03A60
Tints of Cerise #E03A60
RGB
CMYK
RGB Variations
Color information
#E03A60 (or 0xE03A60) is known color: Cerise. HEX triplet: E0, 3A and 60. RGB value is (224,58,96). Sum of RGB (Red+Green+Blue) = 224+58+96=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03A60 is #1FC59F. Grayscale: #6F6F6F. Windows color (decimal): -2082208 or 6306528. OLE color: 6306528.
HSL color Cylindrical-coordinate representation of color #E03A60: hue angle of 346.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A60 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 96 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.12 |
| HSL | 346.27º | 0.73% | 0.55% | - |
| HSV(B) | 346.27º | 0.74% | 0.88% | - |
| XYZ | 34.36 | 19.72 | 13.06 | - |
| YUV | 111.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 96 | 0 | 0.74 | 0.57 | 0.12 | 346.27 | 0.73 | 0.55 |
| Hex | E0 | 3A | 60 | 0 | 4A | 39 | C | 15A | 49 | 37 |
| Octal | 340 | 72 | 140 | 0 | 112 | 71 | 14 | 532 | 111 | 67 |
| Binary | 11100000 | 111010 | 1100000 | 0 | 1001010 | 111001 | 1100 | 101011010 | 1001001 | 110111 |
Color Harmonies of #E03A60
Complementary color
Monochromatic Colors of #E03A60
Black with #E03A60
Text Example
Text Example
White with #E03A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A60; }
p { color: rgb(224,58,96); }
H1.HeaderClassName
{
color: #E03A60;
}
.AnyTagClassName
{
color: #E03A60;
}
</style>
background-color css
<style>
a { background-color: #E03A60; }
a { background-color: rgb(224,58,96); }
div.DivClassName
{
background-color: #E03A60;
}
.BgClassName
{
background-color: #E03A60;
}
</style>
border-color css
<style>
span { border-color: #E03A60; }
span { border-color: rgb(224,58,96); }
td.TdClassName
{
border-color: #E03A60;
}
.TagClassName
{
border-color: #E03A60;
}
</style>