Shades of Deep Magenta #E40CDE
Tints of Deep Magenta #E40CDE
RGB
CMYK
RGB Variations
Color information
#E40CDE (or 0xE40CDE) is known color: Deep Magenta. HEX triplet: E4, 0C and DE. RGB value is (228,12,222). Sum of RGB (Red+Green+Blue) = 228+12+222=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CDE is #1BF321. Grayscale: #636363. Windows color (decimal): -1831714 or 14552292. OLE color: 14552292.
HSL color Cylindrical-coordinate representation of color #E40CDE: hue angle of 301.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CDE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 222 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.11 |
| HSL | 301.67º | 0.9% | 0.47% | - |
| HSV(B) | 301.67º | 0.95% | 0.89% | - |
| XYZ | 45.31 | 22.03 | 70.97 | - |
| YUV | 100.52 | 196.56 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 222 | 0 | 0.95 | 0.03 | 0.11 | 301.67 | 0.9 | 0.47 |
| Hex | E4 | C | DE | 0 | 5F | 3 | B | 12E | 5A | 2F |
| Octal | 344 | 14 | 336 | 0 | 137 | 3 | 13 | 456 | 132 | 57 |
| Binary | 11100100 | 1100 | 11011110 | 0 | 1011111 | 11 | 1011 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E40CDE
Complementary color
Monochromatic Colors of #E40CDE
Black with #E40CDE
Text Example
Text Example
White with #E40CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CDE; }
p { color: rgb(228,12,222); }
H1.HeaderClassName
{
color: #E40CDE;
}
.AnyTagClassName
{
color: #E40CDE;
}
</style>
background-color css
<style>
a { background-color: #E40CDE; }
a { background-color: rgb(228,12,222); }
div.DivClassName
{
background-color: #E40CDE;
}
.BgClassName
{
background-color: #E40CDE;
}
</style>
border-color css
<style>
span { border-color: #E40CDE; }
span { border-color: rgb(228,12,222); }
td.TdClassName
{
border-color: #E40CDE;
}
.TagClassName
{
border-color: #E40CDE;
}
</style>