Shades of Deep Magenta #E00CD4
Tints of Deep Magenta #E00CD4
RGB
CMYK
RGB Variations
Color information
#E00CD4 (or 0xE00CD4) is known color: Deep Magenta. HEX triplet: E0, 0C and D4. RGB value is (224,12,212). Sum of RGB (Red+Green+Blue) = 224+12+212=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CD4 is #1FF32B. Grayscale: #616161. Windows color (decimal): -2093868 or 13896928. OLE color: 13896928.
HSL color Cylindrical-coordinate representation of color #E00CD4: hue angle of 303.4º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CD4 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 212 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.12 |
| HSL | 303.4º | 0.9% | 0.46% | - |
| HSV(B) | 303.4º | 0.95% | 0.88% | - |
| XYZ | 42.76 | 20.86 | 64.06 | - |
| YUV | 98.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 212 | 0 | 0.95 | 0.05 | 0.12 | 303.4 | 0.9 | 0.46 |
| Hex | E0 | C | D4 | 0 | 5F | 5 | C | 12F | 5A | 2E |
| Octal | 340 | 14 | 324 | 0 | 137 | 5 | 14 | 457 | 132 | 56 |
| Binary | 11100000 | 1100 | 11010100 | 0 | 1011111 | 101 | 1100 | 100101111 | 1011010 | 101110 |
Color Harmonies of #E00CD4
Complementary color
Monochromatic Colors of #E00CD4
Black with #E00CD4
Text Example
Text Example
White with #E00CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CD4; }
p { color: rgb(224,12,212); }
H1.HeaderClassName
{
color: #E00CD4;
}
.AnyTagClassName
{
color: #E00CD4;
}
</style>
background-color css
<style>
a { background-color: #E00CD4; }
a { background-color: rgb(224,12,212); }
div.DivClassName
{
background-color: #E00CD4;
}
.BgClassName
{
background-color: #E00CD4;
}
</style>
border-color css
<style>
span { border-color: #E00CD4; }
span { border-color: rgb(224,12,212); }
td.TdClassName
{
border-color: #E00CD4;
}
.TagClassName
{
border-color: #E00CD4;
}
</style>