Shades of Deep Cerise #E02A7E
Tints of Deep Cerise #E02A7E
RGB
CMYK
RGB Variations
Color information
#E02A7E (or 0xE02A7E) is known color: Deep Cerise. HEX triplet: E0, 2A and 7E. RGB value is (224,42,126). Sum of RGB (Red+Green+Blue) = 224+42+126=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A7E is #1FD581. Grayscale: #696969. Windows color (decimal): -2086274 or 8268512. OLE color: 8268512.
HSL color Cylindrical-coordinate representation of color #E02A7E: hue angle of 332.31º 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 #E02A7E is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 126 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.12 |
| HSL | 332.31º | 0.75% | 0.52% | - |
| HSV(B) | 332.31º | 0.81% | 0.88% | - |
| XYZ | 35.33 | 19.01 | 21.55 | - |
| YUV | 105.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 126 | 0 | 0.81 | 0.44 | 0.12 | 332.31 | 0.75 | 0.52 |
| Hex | E0 | 2A | 7E | 0 | 51 | 2C | C | 14C | 4B | 34 |
| Octal | 340 | 52 | 176 | 0 | 121 | 54 | 14 | 514 | 113 | 64 |
| Binary | 11100000 | 101010 | 1111110 | 0 | 1010001 | 101100 | 1100 | 101001100 | 1001011 | 110100 |
Color Harmonies of #E02A7E
Complementary color
Monochromatic Colors of #E02A7E
Black with #E02A7E
Text Example
Text Example
White with #E02A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A7E; }
p { color: rgb(224,42,126); }
H1.HeaderClassName
{
color: #E02A7E;
}
.AnyTagClassName
{
color: #E02A7E;
}
</style>
background-color css
<style>
a { background-color: #E02A7E; }
a { background-color: rgb(224,42,126); }
div.DivClassName
{
background-color: #E02A7E;
}
.BgClassName
{
background-color: #E02A7E;
}
</style>
border-color css
<style>
span { border-color: #E02A7E; }
span { border-color: rgb(224,42,126); }
td.TdClassName
{
border-color: #E02A7E;
}
.TagClassName
{
border-color: #E02A7E;
}
</style>