Shades of Deep Magenta #E200CE
Tints of Deep Magenta #E200CE
RGB
CMYK
RGB Variations
Color information
#E200CE (or 0xE200CE) is known color: Deep Magenta. HEX triplet: E2, 00 and CE. RGB value is (226,0,206). Sum of RGB (Red+Green+Blue) = 226+0+206=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CE is #1DFF31. Grayscale: #5A5A5A. Windows color (decimal): -1965874 or 13500642. OLE color: 13500642.
HSL color Cylindrical-coordinate representation of color #E200CE: hue angle of 305.31º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200CE is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.09 | 0.11 |
| HSL | 305.31º | 1% | 0.44% | - |
| HSV(B) | 305.31º | 1% | 0.89% | - |
| XYZ | 42.5 | 20.62 | 60.13 | - |
| YUV | 91.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 206 | 0 | 1 | 0.09 | 0.11 | 305.31 | 1 | 0.44 |
| Hex | E2 | 0 | CE | 0 | 64 | 9 | B | 131 | 64 | 2C |
| Octal | 342 | 0 | 316 | 0 | 144 | 11 | 13 | 461 | 144 | 54 |
| Binary | 11100010 | 0 | 11001110 | 0 | 1100100 | 1001 | 1011 | 100110001 | 1100100 | 101100 |
Color Harmonies of #E200CE
Complementary color
Monochromatic Colors of #E200CE
Black with #E200CE
Text Example
Text Example
White with #E200CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200CE; }
p { color: rgb(226,0,206); }
H1.HeaderClassName
{
color: #E200CE;
}
.AnyTagClassName
{
color: #E200CE;
}
</style>
background-color css
<style>
a { background-color: #E200CE; }
a { background-color: rgb(226,0,206); }
div.DivClassName
{
background-color: #E200CE;
}
.BgClassName
{
background-color: #E200CE;
}
</style>
border-color css
<style>
span { border-color: #E200CE; }
span { border-color: rgb(226,0,206); }
td.TdClassName
{
border-color: #E200CE;
}
.TagClassName
{
border-color: #E200CE;
}
</style>