Shades of Deep Cerise #E02D7A
Tints of Deep Cerise #E02D7A
RGB
CMYK
RGB Variations
Color information
#E02D7A (or 0xE02D7A) is known color: Deep Cerise. HEX triplet: E0, 2D and 7A. RGB value is (224,45,122). Sum of RGB (Red+Green+Blue) = 224+45+122=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D7A is #1FD285. Grayscale: #6B6B6B. Windows color (decimal): -2085510 or 8007136. OLE color: 8007136.
HSL color Cylindrical-coordinate representation of color #E02D7A: hue angle of 334.19º 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 #E02D7A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 122 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.12 |
| HSL | 334.19º | 0.74% | 0.53% | - |
| HSV(B) | 334.19º | 0.8% | 0.88% | - |
| XYZ | 35.19 | 19.13 | 20.25 | - |
| YUV | 107.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 122 | 0 | 0.80 | 0.46 | 0.12 | 334.19 | 0.74 | 0.53 |
| Hex | E0 | 2D | 7A | 0 | 50 | 2E | C | 14E | 4A | 35 |
| Octal | 340 | 55 | 172 | 0 | 120 | 56 | 14 | 516 | 112 | 65 |
| Binary | 11100000 | 101101 | 1111010 | 0 | 1010000 | 101110 | 1100 | 101001110 | 1001010 | 110101 |
Color Harmonies of #E02D7A
Complementary color
Monochromatic Colors of #E02D7A
Black with #E02D7A
Text Example
Text Example
White with #E02D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D7A; }
p { color: rgb(224,45,122); }
H1.HeaderClassName
{
color: #E02D7A;
}
.AnyTagClassName
{
color: #E02D7A;
}
</style>
background-color css
<style>
a { background-color: #E02D7A; }
a { background-color: rgb(224,45,122); }
div.DivClassName
{
background-color: #E02D7A;
}
.BgClassName
{
background-color: #E02D7A;
}
</style>
border-color css
<style>
span { border-color: #E02D7A; }
span { border-color: rgb(224,45,122); }
td.TdClassName
{
border-color: #E02D7A;
}
.TagClassName
{
border-color: #E02D7A;
}
</style>