Shades of Deep Magenta #E001CD
Tints of Deep Magenta #E001CD
RGB
CMYK
RGB Variations
Color information
#E001CD (or 0xE001CD) is known color: Deep Magenta. HEX triplet: E0, 01 and CD. RGB value is (224,1,205). Sum of RGB (Red+Green+Blue) = 224+1+205=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E001CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001CD is #1FFE32. Grayscale: #5A5A5A. Windows color (decimal): -2096691 or 13435360. OLE color: 13435360.
HSL color Cylindrical-coordinate representation of color #E001CD: hue angle of 305.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001CD is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.12 |
| HSL | 305.11º | 0.99% | 0.44% | - |
| HSV(B) | 305.11º | 1% | 0.88% | - |
| XYZ | 41.77 | 20.28 | 59.47 | - |
| YUV | 90.93 | 192.38 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 205 | 0 | 1.00 | 0.08 | 0.12 | 305.11 | 0.99 | 0.44 |
| Hex | E0 | 1 | CD | 0 | 64 | 8 | C | 131 | 63 | 2C |
| Octal | 340 | 1 | 315 | 0 | 144 | 10 | 14 | 461 | 143 | 54 |
| Binary | 11100000 | 1 | 11001101 | 0 | 1100100 | 1000 | 1100 | 100110001 | 1100011 | 101100 |
Color Harmonies of #E001CD
Complementary color
Monochromatic Colors of #E001CD
Black with #E001CD
Text Example
Text Example
White with #E001CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001CD; }
p { color: rgb(224,1,205); }
H1.HeaderClassName
{
color: #E001CD;
}
.AnyTagClassName
{
color: #E001CD;
}
</style>
background-color css
<style>
a { background-color: #E001CD; }
a { background-color: rgb(224,1,205); }
div.DivClassName
{
background-color: #E001CD;
}
.BgClassName
{
background-color: #E001CD;
}
</style>
border-color css
<style>
span { border-color: #E001CD; }
span { border-color: rgb(224,1,205); }
td.TdClassName
{
border-color: #E001CD;
}
.TagClassName
{
border-color: #E001CD;
}
</style>