Shades of Deep Cerise #E02E7A
Tints of Deep Cerise #E02E7A
RGB
CMYK
RGB Variations
Color information
#E02E7A (or 0xE02E7A) is known color: Deep Cerise. HEX triplet: E0, 2E and 7A. RGB value is (224,46,122). Sum of RGB (Red+Green+Blue) = 224+46+122=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E7A is #1FD185. Grayscale: #6B6B6B. Windows color (decimal): -2085254 or 8007392. OLE color: 8007392.
HSL color Cylindrical-coordinate representation of color #E02E7A: hue angle of 334.38º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E7A is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 122 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.12 |
| HSL | 334.38º | 0.74% | 0.53% | - |
| HSV(B) | 334.38º | 0.79% | 0.88% | - |
| XYZ | 35.23 | 19.21 | 20.26 | - |
| YUV | 107.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 122 | 0 | 0.79 | 0.46 | 0.12 | 334.38 | 0.74 | 0.53 |
| Hex | E0 | 2E | 7A | 0 | 4F | 2E | C | 14E | 4A | 35 |
| Octal | 340 | 56 | 172 | 0 | 117 | 56 | 14 | 516 | 112 | 65 |
| Binary | 11100000 | 101110 | 1111010 | 0 | 1001111 | 101110 | 1100 | 101001110 | 1001010 | 110101 |
Color Harmonies of #E02E7A
Complementary color
Monochromatic Colors of #E02E7A
Black with #E02E7A
Text Example
Text Example
White with #E02E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E7A; }
p { color: rgb(224,46,122); }
H1.HeaderClassName
{
color: #E02E7A;
}
.AnyTagClassName
{
color: #E02E7A;
}
</style>
background-color css
<style>
a { background-color: #E02E7A; }
a { background-color: rgb(224,46,122); }
div.DivClassName
{
background-color: #E02E7A;
}
.BgClassName
{
background-color: #E02E7A;
}
</style>
border-color css
<style>
span { border-color: #E02E7A; }
span { border-color: rgb(224,46,122); }
td.TdClassName
{
border-color: #E02E7A;
}
.TagClassName
{
border-color: #E02E7A;
}
</style>