Shades of Cerise #E02D5D
Tints of Cerise #E02D5D
RGB
CMYK
RGB Variations
Color information
#E02D5D (or 0xE02D5D) is known color: Cerise. HEX triplet: E0, 2D and 5D. RGB value is (224,45,93). Sum of RGB (Red+Green+Blue) = 224+45+93=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D5D is #1FD2A2. Grayscale: #676767. Windows color (decimal): -2085539 or 6106592. OLE color: 6106592.
HSL color Cylindrical-coordinate representation of color #E02D5D: hue angle of 343.91º 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 #E02D5D is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 93 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.12 |
| HSL | 343.91º | 0.74% | 0.53% | - |
| HSV(B) | 343.91º | 0.8% | 0.88% | - |
| XYZ | 33.65 | 18.51 | 12.16 | - |
| YUV | 103.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 93 | 0 | 0.80 | 0.58 | 0.12 | 343.91 | 0.74 | 0.53 |
| Hex | E0 | 2D | 5D | 0 | 50 | 3A | C | 158 | 4A | 35 |
| Octal | 340 | 55 | 135 | 0 | 120 | 72 | 14 | 530 | 112 | 65 |
| Binary | 11100000 | 101101 | 1011101 | 0 | 1010000 | 111010 | 1100 | 101011000 | 1001010 | 110101 |
Color Harmonies of #E02D5D
Complementary color
Monochromatic Colors of #E02D5D
Black with #E02D5D
Text Example
Text Example
White with #E02D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D5D; }
p { color: rgb(224,45,93); }
H1.HeaderClassName
{
color: #E02D5D;
}
.AnyTagClassName
{
color: #E02D5D;
}
</style>
background-color css
<style>
a { background-color: #E02D5D; }
a { background-color: rgb(224,45,93); }
div.DivClassName
{
background-color: #E02D5D;
}
.BgClassName
{
background-color: #E02D5D;
}
</style>
border-color css
<style>
span { border-color: #E02D5D; }
span { border-color: rgb(224,45,93); }
td.TdClassName
{
border-color: #E02D5D;
}
.TagClassName
{
border-color: #E02D5D;
}
</style>