Shades of Deep Cerise #E042A1
Tints of Deep Cerise #E042A1
RGB
CMYK
RGB Variations
Color information
#E042A1 (or 0xE042A1) is known color: Deep Cerise. HEX triplet: E0, 42 and A1. RGB value is (224,66,161). Sum of RGB (Red+Green+Blue) = 224+66+161=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E042A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E042A1 is #1FBD5E. Grayscale: #7B7B7B. Windows color (decimal): -2080095 or 10568416. OLE color: 10568416.
HSL color Cylindrical-coordinate representation of color #E042A1: hue angle of 323.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E042A1 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 161 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.12 |
| HSL | 323.92º | 0.72% | 0.57% | - |
| HSV(B) | 323.92º | 0.71% | 0.88% | - |
| XYZ | 39.12 | 22.32 | 35.96 | - |
| YUV | 124.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 161 | 0 | 0.71 | 0.28 | 0.12 | 323.92 | 0.72 | 0.57 |
| Hex | E0 | 42 | A1 | 0 | 47 | 1C | C | 144 | 48 | 39 |
| Octal | 340 | 102 | 241 | 0 | 107 | 34 | 14 | 504 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10100001 | 0 | 1000111 | 11100 | 1100 | 101000100 | 1001000 | 111001 |
Color Harmonies of #E042A1
Complementary color
Monochromatic Colors of #E042A1
Black with #E042A1
Text Example
Text Example
White with #E042A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042A1; }
p { color: rgb(224,66,161); }
H1.HeaderClassName
{
color: #E042A1;
}
.AnyTagClassName
{
color: #E042A1;
}
</style>
background-color css
<style>
a { background-color: #E042A1; }
a { background-color: rgb(224,66,161); }
div.DivClassName
{
background-color: #E042A1;
}
.BgClassName
{
background-color: #E042A1;
}
</style>
border-color css
<style>
span { border-color: #E042A1; }
span { border-color: rgb(224,66,161); }
td.TdClassName
{
border-color: #E042A1;
}
.TagClassName
{
border-color: #E042A1;
}
</style>