Shades of Cerise #E03E5D
Tints of Cerise #E03E5D
RGB
CMYK
RGB Variations
Color information
#E03E5D (or 0xE03E5D) is known color: Cerise. HEX triplet: E0, 3E and 5D. RGB value is (224,62,93). Sum of RGB (Red+Green+Blue) = 224+62+93=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03E5D is #1FC1A2. Grayscale: #727272. Windows color (decimal): -2081187 or 6110944. OLE color: 6110944.
HSL color Cylindrical-coordinate representation of color #E03E5D: hue angle of 348.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03E5D is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 93 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.12 |
| HSL | 348.52º | 0.72% | 0.56% | - |
| HSV(B) | 348.52º | 0.72% | 0.88% | - |
| XYZ | 34.44 | 20.08 | 12.42 | - |
| YUV | 113.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 93 | 0 | 0.72 | 0.58 | 0.12 | 348.52 | 0.72 | 0.56 |
| Hex | E0 | 3E | 5D | 0 | 48 | 3A | C | 15D | 48 | 38 |
| Octal | 340 | 76 | 135 | 0 | 110 | 72 | 14 | 535 | 110 | 70 |
| Binary | 11100000 | 111110 | 1011101 | 0 | 1001000 | 111010 | 1100 | 101011101 | 1001000 | 111000 |
Color Harmonies of #E03E5D
Complementary color
Monochromatic Colors of #E03E5D
Black with #E03E5D
Text Example
Text Example
White with #E03E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03E5D; }
p { color: rgb(224,62,93); }
H1.HeaderClassName
{
color: #E03E5D;
}
.AnyTagClassName
{
color: #E03E5D;
}
</style>
background-color css
<style>
a { background-color: #E03E5D; }
a { background-color: rgb(224,62,93); }
div.DivClassName
{
background-color: #E03E5D;
}
.BgClassName
{
background-color: #E03E5D;
}
</style>
border-color css
<style>
span { border-color: #E03E5D; }
span { border-color: rgb(224,62,93); }
td.TdClassName
{
border-color: #E03E5D;
}
.TagClassName
{
border-color: #E03E5D;
}
</style>