Shades of Deep Magenta #E201CD
Tints of Deep Magenta #E201CD
RGB
CMYK
RGB Variations
Color information
#E201CD (or 0xE201CD) is known color: Deep Magenta. HEX triplet: E2, 01 and CD. RGB value is (226,1,205). Sum of RGB (Red+Green+Blue) = 226+1+205=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E201CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201CD is #1DFE32. Grayscale: #5A5A5A. Windows color (decimal): -1965619 or 13435362. OLE color: 13435362.
HSL color Cylindrical-coordinate representation of color #E201CD: hue angle of 305.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201CD is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.11 |
| HSL | 305.6º | 0.99% | 0.45% | - |
| HSV(B) | 305.6º | 1% | 0.89% | - |
| XYZ | 42.39 | 20.6 | 59.5 | - |
| YUV | 91.53 | 192.04 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 205 | 0 | 1.00 | 0.09 | 0.11 | 305.6 | 0.99 | 0.45 |
| Hex | E2 | 1 | CD | 0 | 64 | 9 | B | 132 | 63 | 2D |
| Octal | 342 | 1 | 315 | 0 | 144 | 11 | 13 | 462 | 143 | 55 |
| Binary | 11100010 | 1 | 11001101 | 0 | 1100100 | 1001 | 1011 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E201CD
Complementary color
Monochromatic Colors of #E201CD
Black with #E201CD
Text Example
Text Example
White with #E201CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201CD; }
p { color: rgb(226,1,205); }
H1.HeaderClassName
{
color: #E201CD;
}
.AnyTagClassName
{
color: #E201CD;
}
</style>
background-color css
<style>
a { background-color: #E201CD; }
a { background-color: rgb(226,1,205); }
div.DivClassName
{
background-color: #E201CD;
}
.BgClassName
{
background-color: #E201CD;
}
</style>
border-color css
<style>
span { border-color: #E201CD; }
span { border-color: rgb(226,1,205); }
td.TdClassName
{
border-color: #E201CD;
}
.TagClassName
{
border-color: #E201CD;
}
</style>