Shades of Deep Cerise #E02A82
Tints of Deep Cerise #E02A82
RGB
CMYK
RGB Variations
Color information
#E02A82 (or 0xE02A82) is known color: Deep Cerise. HEX triplet: E0, 2A and 82. RGB value is (224,42,130). Sum of RGB (Red+Green+Blue) = 224+42+130=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02A82 is #1FD57D. Grayscale: #6A6A6A. Windows color (decimal): -2086270 or 8530656. OLE color: 8530656.
HSL color Cylindrical-coordinate representation of color #E02A82: hue angle of 330.99º 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 #E02A82 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 130 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.12 |
| HSL | 330.99º | 0.75% | 0.52% | - |
| HSV(B) | 330.99º | 0.81% | 0.88% | - |
| XYZ | 35.6 | 19.11 | 22.93 | - |
| YUV | 106.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 130 | 0 | 0.81 | 0.42 | 0.12 | 330.99 | 0.75 | 0.52 |
| Hex | E0 | 2A | 82 | 0 | 51 | 2A | C | 14B | 4B | 34 |
| Octal | 340 | 52 | 202 | 0 | 121 | 52 | 14 | 513 | 113 | 64 |
| Binary | 11100000 | 101010 | 10000010 | 0 | 1010001 | 101010 | 1100 | 101001011 | 1001011 | 110100 |
Color Harmonies of #E02A82
Complementary color
Monochromatic Colors of #E02A82
Black with #E02A82
Text Example
Text Example
White with #E02A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A82; }
p { color: rgb(224,42,130); }
H1.HeaderClassName
{
color: #E02A82;
}
.AnyTagClassName
{
color: #E02A82;
}
</style>
background-color css
<style>
a { background-color: #E02A82; }
a { background-color: rgb(224,42,130); }
div.DivClassName
{
background-color: #E02A82;
}
.BgClassName
{
background-color: #E02A82;
}
</style>
border-color css
<style>
span { border-color: #E02A82; }
span { border-color: rgb(224,42,130); }
td.TdClassName
{
border-color: #E02A82;
}
.TagClassName
{
border-color: #E02A82;
}
</style>