Shades of Deep Cerise #E041A6
Tints of Deep Cerise #E041A6
RGB
CMYK
RGB Variations
Color information
#E041A6 (or 0xE041A6) is known color: Deep Cerise. HEX triplet: E0, 41 and A6. RGB value is (224,65,166). Sum of RGB (Red+Green+Blue) = 224+65+166=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E041A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041A6 is #1FBE59. Grayscale: #7B7B7B. Windows color (decimal): -2080346 or 10895840. OLE color: 10895840.
HSL color Cylindrical-coordinate representation of color #E041A6: hue angle of 321.89º 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 #E041A6 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 166 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.12 |
| HSL | 321.89º | 0.72% | 0.57% | - |
| HSV(B) | 321.89º | 0.71% | 0.88% | - |
| XYZ | 39.51 | 22.38 | 38.31 | - |
| YUV | 124.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 166 | 0 | 0.71 | 0.26 | 0.12 | 321.89 | 0.72 | 0.57 |
| Hex | E0 | 41 | A6 | 0 | 47 | 1A | C | 142 | 48 | 39 |
| Octal | 340 | 101 | 246 | 0 | 107 | 32 | 14 | 502 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10100110 | 0 | 1000111 | 11010 | 1100 | 101000010 | 1001000 | 111001 |
Color Harmonies of #E041A6
Complementary color
Monochromatic Colors of #E041A6
Black with #E041A6
Text Example
Text Example
White with #E041A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041A6; }
p { color: rgb(224,65,166); }
H1.HeaderClassName
{
color: #E041A6;
}
.AnyTagClassName
{
color: #E041A6;
}
</style>
background-color css
<style>
a { background-color: #E041A6; }
a { background-color: rgb(224,65,166); }
div.DivClassName
{
background-color: #E041A6;
}
.BgClassName
{
background-color: #E041A6;
}
</style>
border-color css
<style>
span { border-color: #E041A6; }
span { border-color: rgb(224,65,166); }
td.TdClassName
{
border-color: #E041A6;
}
.TagClassName
{
border-color: #E041A6;
}
</style>