Shades of Deep Cerise #E02A8A
Tints of Deep Cerise #E02A8A
RGB
CMYK
RGB Variations
Color information
#E02A8A (or 0xE02A8A) is known color: Deep Cerise. HEX triplet: E0, 2A and 8A. RGB value is (224,42,138). Sum of RGB (Red+Green+Blue) = 224+42+138=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02A8A is #1FD575. Grayscale: #6B6B6B. Windows color (decimal): -2086262 or 9054944. OLE color: 9054944.
HSL color Cylindrical-coordinate representation of color #E02A8A: hue angle of 328.35º 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 #E02A8A is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 138 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.12 |
| HSL | 328.35º | 0.75% | 0.52% | - |
| HSV(B) | 328.35º | 0.81% | 0.88% | - |
| XYZ | 36.16 | 19.34 | 25.87 | - |
| YUV | 107.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 138 | 0 | 0.81 | 0.38 | 0.12 | 328.35 | 0.75 | 0.52 |
| Hex | E0 | 2A | 8A | 0 | 51 | 26 | C | 148 | 4B | 34 |
| Octal | 340 | 52 | 212 | 0 | 121 | 46 | 14 | 510 | 113 | 64 |
| Binary | 11100000 | 101010 | 10001010 | 0 | 1010001 | 100110 | 1100 | 101001000 | 1001011 | 110100 |
Color Harmonies of #E02A8A
Complementary color
Monochromatic Colors of #E02A8A
Black with #E02A8A
Text Example
Text Example
White with #E02A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A8A; }
p { color: rgb(224,42,138); }
H1.HeaderClassName
{
color: #E02A8A;
}
.AnyTagClassName
{
color: #E02A8A;
}
</style>
background-color css
<style>
a { background-color: #E02A8A; }
a { background-color: rgb(224,42,138); }
div.DivClassName
{
background-color: #E02A8A;
}
.BgClassName
{
background-color: #E02A8A;
}
</style>
border-color css
<style>
span { border-color: #E02A8A; }
span { border-color: rgb(224,42,138); }
td.TdClassName
{
border-color: #E02A8A;
}
.TagClassName
{
border-color: #E02A8A;
}
</style>