Shades of Deep Cerise #E02D7C
Tints of Deep Cerise #E02D7C
RGB
CMYK
RGB Variations
Color information
#E02D7C (or 0xE02D7C) is known color: Deep Cerise. HEX triplet: E0, 2D and 7C. RGB value is (224,45,124). Sum of RGB (Red+Green+Blue) = 224+45+124=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D7C is #1FD283. Grayscale: #6B6B6B. Windows color (decimal): -2085508 or 8138208. OLE color: 8138208.
HSL color Cylindrical-coordinate representation of color #E02D7C: hue angle of 333.52º 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 #E02D7C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 124 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.12 |
| HSL | 333.52º | 0.74% | 0.53% | - |
| HSV(B) | 333.52º | 0.8% | 0.88% | - |
| XYZ | 35.32 | 19.18 | 20.91 | - |
| YUV | 107.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 124 | 0 | 0.80 | 0.45 | 0.12 | 333.52 | 0.74 | 0.53 |
| Hex | E0 | 2D | 7C | 0 | 50 | 2D | C | 14E | 4A | 35 |
| Octal | 340 | 55 | 174 | 0 | 120 | 55 | 14 | 516 | 112 | 65 |
| Binary | 11100000 | 101101 | 1111100 | 0 | 1010000 | 101101 | 1100 | 101001110 | 1001010 | 110101 |
Color Harmonies of #E02D7C
Complementary color
Monochromatic Colors of #E02D7C
Black with #E02D7C
Text Example
Text Example
White with #E02D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D7C; }
p { color: rgb(224,45,124); }
H1.HeaderClassName
{
color: #E02D7C;
}
.AnyTagClassName
{
color: #E02D7C;
}
</style>
background-color css
<style>
a { background-color: #E02D7C; }
a { background-color: rgb(224,45,124); }
div.DivClassName
{
background-color: #E02D7C;
}
.BgClassName
{
background-color: #E02D7C;
}
</style>
border-color css
<style>
span { border-color: #E02D7C; }
span { border-color: rgb(224,45,124); }
td.TdClassName
{
border-color: #E02D7C;
}
.TagClassName
{
border-color: #E02D7C;
}
</style>