Shades of Cerise #E03B5F
Tints of Cerise #E03B5F
RGB
CMYK
RGB Variations
Color information
#E03B5F (or 0xE03B5F) is known color: Cerise. HEX triplet: E0, 3B and 5F. RGB value is (224,59,95). Sum of RGB (Red+Green+Blue) = 224+59+95=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03B5F is #1FC4A0. Grayscale: #707070. Windows color (decimal): -2081953 or 6241248. OLE color: 6241248.
HSL color Cylindrical-coordinate representation of color #E03B5F: hue angle of 346.91º 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 #E03B5F is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 95 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.12 |
| HSL | 346.91º | 0.73% | 0.55% | - |
| HSV(B) | 346.91º | 0.74% | 0.88% | - |
| XYZ | 34.37 | 19.8 | 12.84 | - |
| YUV | 112.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 95 | 0 | 0.74 | 0.58 | 0.12 | 346.91 | 0.73 | 0.55 |
| Hex | E0 | 3B | 5F | 0 | 4A | 3A | C | 15B | 49 | 37 |
| Octal | 340 | 73 | 137 | 0 | 112 | 72 | 14 | 533 | 111 | 67 |
| Binary | 11100000 | 111011 | 1011111 | 0 | 1001010 | 111010 | 1100 | 101011011 | 1001001 | 110111 |
Color Harmonies of #E03B5F
Complementary color
Monochromatic Colors of #E03B5F
Black with #E03B5F
Text Example
Text Example
White with #E03B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B5F; }
p { color: rgb(224,59,95); }
H1.HeaderClassName
{
color: #E03B5F;
}
.AnyTagClassName
{
color: #E03B5F;
}
</style>
background-color css
<style>
a { background-color: #E03B5F; }
a { background-color: rgb(224,59,95); }
div.DivClassName
{
background-color: #E03B5F;
}
.BgClassName
{
background-color: #E03B5F;
}
</style>
border-color css
<style>
span { border-color: #E03B5F; }
span { border-color: rgb(224,59,95); }
td.TdClassName
{
border-color: #E03B5F;
}
.TagClassName
{
border-color: #E03B5F;
}
</style>