Shades of Deep Cerise #E0419E
Tints of Deep Cerise #E0419E
RGB
CMYK
RGB Variations
Color information
#E0419E (or 0xE0419E) is known color: Deep Cerise. HEX triplet: E0, 41 and 9E. RGB value is (224,65,158). Sum of RGB (Red+Green+Blue) = 224+65+158=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0419E is #1FBE61. Grayscale: #7A7A7A. Windows color (decimal): -2080354 or 10371552. OLE color: 10371552.
HSL color Cylindrical-coordinate representation of color #E0419E: hue angle of 324.91º 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 #E0419E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 158 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.12 |
| HSL | 324.91º | 0.72% | 0.57% | - |
| HSV(B) | 324.91º | 0.71% | 0.88% | - |
| XYZ | 38.8 | 22.1 | 34.57 | - |
| YUV | 123.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 158 | 0 | 0.71 | 0.29 | 0.12 | 324.91 | 0.72 | 0.57 |
| Hex | E0 | 41 | 9E | 0 | 47 | 1D | C | 145 | 48 | 39 |
| Octal | 340 | 101 | 236 | 0 | 107 | 35 | 14 | 505 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10011110 | 0 | 1000111 | 11101 | 1100 | 101000101 | 1001000 | 111001 |
Color Harmonies of #E0419E
Complementary color
Monochromatic Colors of #E0419E
Black with #E0419E
Text Example
Text Example
White with #E0419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0419E; }
p { color: rgb(224,65,158); }
H1.HeaderClassName
{
color: #E0419E;
}
.AnyTagClassName
{
color: #E0419E;
}
</style>
background-color css
<style>
a { background-color: #E0419E; }
a { background-color: rgb(224,65,158); }
div.DivClassName
{
background-color: #E0419E;
}
.BgClassName
{
background-color: #E0419E;
}
</style>
border-color css
<style>
span { border-color: #E0419E; }
span { border-color: rgb(224,65,158); }
td.TdClassName
{
border-color: #E0419E;
}
.TagClassName
{
border-color: #E0419E;
}
</style>