Shades of Deep Magenta #E100CD
Tints of Deep Magenta #E100CD
RGB
CMYK
RGB Variations
Color information
#E100CD (or 0xE100CD) is known color: Deep Magenta. HEX triplet: E1, 00 and CD. RGB value is (225,0,205). Sum of RGB (Red+Green+Blue) = 225+0+205=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E100CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100CD is #1EFF32. Grayscale: #5A5A5A. Windows color (decimal): -2031411 or 13435105. OLE color: 13435105.
HSL color Cylindrical-coordinate representation of color #E100CD: hue angle of 305.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100CD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.09 | 0.12 |
| HSL | 305.33º | 1% | 0.44% | - |
| HSV(B) | 305.33º | 1% | 0.88% | - |
| XYZ | 42.07 | 20.42 | 59.48 | - |
| YUV | 90.65 | 192.54 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 205 | 0 | 1 | 0.09 | 0.12 | 305.33 | 1 | 0.44 |
| Hex | E1 | 0 | CD | 0 | 64 | 9 | C | 131 | 64 | 2C |
| Octal | 341 | 0 | 315 | 0 | 144 | 11 | 14 | 461 | 144 | 54 |
| Binary | 11100001 | 0 | 11001101 | 0 | 1100100 | 1001 | 1100 | 100110001 | 1100100 | 101100 |
Color Harmonies of #E100CD
Complementary color
Monochromatic Colors of #E100CD
Black with #E100CD
Text Example
Text Example
White with #E100CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100CD; }
p { color: rgb(225,0,205); }
H1.HeaderClassName
{
color: #E100CD;
}
.AnyTagClassName
{
color: #E100CD;
}
</style>
background-color css
<style>
a { background-color: #E100CD; }
a { background-color: rgb(225,0,205); }
div.DivClassName
{
background-color: #E100CD;
}
.BgClassName
{
background-color: #E100CD;
}
</style>
border-color css
<style>
span { border-color: #E100CD; }
span { border-color: rgb(225,0,205); }
td.TdClassName
{
border-color: #E100CD;
}
.TagClassName
{
border-color: #E100CD;
}
</style>