Shades of Cerise #E02D5F
Tints of Cerise #E02D5F
RGB
CMYK
RGB Variations
Color information
#E02D5F (or 0xE02D5F) is known color: Cerise. HEX triplet: E0, 2D and 5F. RGB value is (224,45,95). Sum of RGB (Red+Green+Blue) = 224+45+95=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D5F is #1FD2A0. Grayscale: #686868. Windows color (decimal): -2085537 or 6237664. OLE color: 6237664.
HSL color Cylindrical-coordinate representation of color #E02D5F: hue angle of 343.24º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D5F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 95 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.12 |
| HSL | 343.24º | 0.74% | 0.53% | - |
| HSV(B) | 343.24º | 0.8% | 0.88% | - |
| XYZ | 33.74 | 18.55 | 12.63 | - |
| YUV | 104.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 95 | 0 | 0.80 | 0.58 | 0.12 | 343.24 | 0.74 | 0.53 |
| Hex | E0 | 2D | 5F | 0 | 50 | 3A | C | 157 | 4A | 35 |
| Octal | 340 | 55 | 137 | 0 | 120 | 72 | 14 | 527 | 112 | 65 |
| Binary | 11100000 | 101101 | 1011111 | 0 | 1010000 | 111010 | 1100 | 101010111 | 1001010 | 110101 |
Color Harmonies of #E02D5F
Complementary color
Monochromatic Colors of #E02D5F
Black with #E02D5F
Text Example
Text Example
White with #E02D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D5F; }
p { color: rgb(224,45,95); }
H1.HeaderClassName
{
color: #E02D5F;
}
.AnyTagClassName
{
color: #E02D5F;
}
</style>
background-color css
<style>
a { background-color: #E02D5F; }
a { background-color: rgb(224,45,95); }
div.DivClassName
{
background-color: #E02D5F;
}
.BgClassName
{
background-color: #E02D5F;
}
</style>
border-color css
<style>
span { border-color: #E02D5F; }
span { border-color: rgb(224,45,95); }
td.TdClassName
{
border-color: #E02D5F;
}
.TagClassName
{
border-color: #E02D5F;
}
</style>