Shades of Deep Cerise #E02A7A
Tints of Deep Cerise #E02A7A
RGB
CMYK
RGB Variations
Color information
#E02A7A (or 0xE02A7A) is known color: Deep Cerise. HEX triplet: E0, 2A and 7A. RGB value is (224,42,122). Sum of RGB (Red+Green+Blue) = 224+42+122=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A7A is #1FD585. Grayscale: #696969. Windows color (decimal): -2086278 or 8006368. OLE color: 8006368.
HSL color Cylindrical-coordinate representation of color #E02A7A: hue angle of 333.63º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A7A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 122 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.12 |
| HSL | 333.63º | 0.75% | 0.52% | - |
| HSV(B) | 333.63º | 0.81% | 0.88% | - |
| XYZ | 35.08 | 18.91 | 20.21 | - |
| YUV | 105.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 122 | 0 | 0.81 | 0.46 | 0.12 | 333.63 | 0.75 | 0.52 |
| Hex | E0 | 2A | 7A | 0 | 51 | 2E | C | 14E | 4B | 34 |
| Octal | 340 | 52 | 172 | 0 | 121 | 56 | 14 | 516 | 113 | 64 |
| Binary | 11100000 | 101010 | 1111010 | 0 | 1010001 | 101110 | 1100 | 101001110 | 1001011 | 110100 |
Color Harmonies of #E02A7A
Complementary color
Monochromatic Colors of #E02A7A
Black with #E02A7A
Text Example
Text Example
White with #E02A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A7A; }
p { color: rgb(224,42,122); }
H1.HeaderClassName
{
color: #E02A7A;
}
.AnyTagClassName
{
color: #E02A7A;
}
</style>
background-color css
<style>
a { background-color: #E02A7A; }
a { background-color: rgb(224,42,122); }
div.DivClassName
{
background-color: #E02A7A;
}
.BgClassName
{
background-color: #E02A7A;
}
</style>
border-color css
<style>
span { border-color: #E02A7A; }
span { border-color: rgb(224,42,122); }
td.TdClassName
{
border-color: #E02A7A;
}
.TagClassName
{
border-color: #E02A7A;
}
</style>