Shades of Deep Magenta #E00CDD
Tints of Deep Magenta #E00CDD
RGB
CMYK
RGB Variations
Color information
#E00CDD (or 0xE00CDD) is known color: Deep Magenta. HEX triplet: E0, 0C and DD. RGB value is (224,12,221). Sum of RGB (Red+Green+Blue) = 224+12+221=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CDD is #1FF322. Grayscale: #626262. Windows color (decimal): -2093859 or 14486752. OLE color: 14486752.
HSL color Cylindrical-coordinate representation of color #E00CDD: hue angle of 300.85º 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 #E00CDD is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.12 |
| HSL | 300.85º | 0.9% | 0.46% | - |
| HSV(B) | 300.85º | 0.95% | 0.88% | - |
| XYZ | 43.92 | 21.33 | 70.21 | - |
| YUV | 99.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 221 | 0 | 0.95 | 0.01 | 0.12 | 300.85 | 0.9 | 0.46 |
| Hex | E0 | C | DD | 0 | 5F | 1 | C | 12D | 5A | 2E |
| Octal | 340 | 14 | 335 | 0 | 137 | 1 | 14 | 455 | 132 | 56 |
| Binary | 11100000 | 1100 | 11011101 | 0 | 1011111 | 1 | 1100 | 100101101 | 1011010 | 101110 |
Color Harmonies of #E00CDD
Complementary color
Monochromatic Colors of #E00CDD
Black with #E00CDD
Text Example
Text Example
White with #E00CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CDD; }
p { color: rgb(224,12,221); }
H1.HeaderClassName
{
color: #E00CDD;
}
.AnyTagClassName
{
color: #E00CDD;
}
</style>
background-color css
<style>
a { background-color: #E00CDD; }
a { background-color: rgb(224,12,221); }
div.DivClassName
{
background-color: #E00CDD;
}
.BgClassName
{
background-color: #E00CDD;
}
</style>
border-color css
<style>
span { border-color: #E00CDD; }
span { border-color: rgb(224,12,221); }
td.TdClassName
{
border-color: #E00CDD;
}
.TagClassName
{
border-color: #E00CDD;
}
</style>