Shades of Deep Magenta #E101CD
Tints of Deep Magenta #E101CD
RGB
CMYK
RGB Variations
Color information
#E101CD (or 0xE101CD) is known color: Deep Magenta. HEX triplet: E1, 01 and CD. RGB value is (225,1,205). Sum of RGB (Red+Green+Blue) = 225+1+205=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E101CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101CD is #1EFE32. Grayscale: #5A5A5A. Windows color (decimal): -2031155 or 13435361. OLE color: 13435361.
HSL color Cylindrical-coordinate representation of color #E101CD: hue angle of 305.36º 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 #E101CD is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.12 |
| HSL | 305.36º | 0.99% | 0.44% | - |
| HSV(B) | 305.36º | 1% | 0.88% | - |
| XYZ | 42.08 | 20.44 | 59.48 | - |
| YUV | 91.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 205 | 0 | 1.00 | 0.09 | 0.12 | 305.36 | 0.99 | 0.44 |
| Hex | E1 | 1 | CD | 0 | 64 | 9 | C | 131 | 63 | 2C |
| Octal | 341 | 1 | 315 | 0 | 144 | 11 | 14 | 461 | 143 | 54 |
| Binary | 11100001 | 1 | 11001101 | 0 | 1100100 | 1001 | 1100 | 100110001 | 1100011 | 101100 |
Color Harmonies of #E101CD
Complementary color
Monochromatic Colors of #E101CD
Black with #E101CD
Text Example
Text Example
White with #E101CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101CD; }
p { color: rgb(225,1,205); }
H1.HeaderClassName
{
color: #E101CD;
}
.AnyTagClassName
{
color: #E101CD;
}
</style>
background-color css
<style>
a { background-color: #E101CD; }
a { background-color: rgb(225,1,205); }
div.DivClassName
{
background-color: #E101CD;
}
.BgClassName
{
background-color: #E101CD;
}
</style>
border-color css
<style>
span { border-color: #E101CD; }
span { border-color: rgb(225,1,205); }
td.TdClassName
{
border-color: #E101CD;
}
.TagClassName
{
border-color: #E101CD;
}
</style>