Shades of Deep Cerise #E02D81
Tints of Deep Cerise #E02D81
RGB
CMYK
RGB Variations
Color information
#E02D81 (or 0xE02D81) is known color: Deep Cerise. HEX triplet: E0, 2D and 81. RGB value is (224,45,129). Sum of RGB (Red+Green+Blue) = 224+45+129=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D81 is #1FD27E. Grayscale: #6B6B6B. Windows color (decimal): -2085503 or 8465888. OLE color: 8465888.
HSL color Cylindrical-coordinate representation of color #E02D81: hue angle of 331.84º 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 #E02D81 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 129 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.12 |
| HSL | 331.84º | 0.74% | 0.53% | - |
| HSV(B) | 331.84º | 0.8% | 0.88% | - |
| XYZ | 35.64 | 19.31 | 22.62 | - |
| YUV | 108.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 129 | 0 | 0.80 | 0.42 | 0.12 | 331.84 | 0.74 | 0.53 |
| Hex | E0 | 2D | 81 | 0 | 50 | 2A | C | 14C | 4A | 35 |
| Octal | 340 | 55 | 201 | 0 | 120 | 52 | 14 | 514 | 112 | 65 |
| Binary | 11100000 | 101101 | 10000001 | 0 | 1010000 | 101010 | 1100 | 101001100 | 1001010 | 110101 |
Color Harmonies of #E02D81
Complementary color
Monochromatic Colors of #E02D81
Black with #E02D81
Text Example
Text Example
White with #E02D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D81; }
p { color: rgb(224,45,129); }
H1.HeaderClassName
{
color: #E02D81;
}
.AnyTagClassName
{
color: #E02D81;
}
</style>
background-color css
<style>
a { background-color: #E02D81; }
a { background-color: rgb(224,45,129); }
div.DivClassName
{
background-color: #E02D81;
}
.BgClassName
{
background-color: #E02D81;
}
</style>
border-color css
<style>
span { border-color: #E02D81; }
span { border-color: rgb(224,45,129); }
td.TdClassName
{
border-color: #E02D81;
}
.TagClassName
{
border-color: #E02D81;
}
</style>