Shades of Deep Magenta #E200E1
Tints of Deep Magenta #E200E1
RGB
CMYK
RGB Variations
Color information
#E200E1 (or 0xE200E1) is known color: Deep Magenta. HEX triplet: E2, 00 and E1. RGB value is (226,0,225). Sum of RGB (Red+Green+Blue) = 226+0+225=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E200E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200E1 is #1DFF1E. Grayscale: #5C5C5C. Windows color (decimal): -1965855 or 14745826. OLE color: 14745826.
HSL color Cylindrical-coordinate representation of color #E200E1: hue angle of 300.27º 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 #E200E1 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 225 | - |
| CMYK | 0 | 1 | 0.00 | 0.11 |
| HSL | 300.27º | 1% | 0.44% | - |
| HSV(B) | 300.27º | 1% | 0.89% | - |
| XYZ | 44.95 | 21.6 | 73.03 | - |
| YUV | 93.22 | 202.37 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 225 | 0 | 1 | 0.00 | 0.11 | 300.27 | 1 | 0.44 |
| Hex | E2 | 0 | E1 | 0 | 64 | 0 | B | 12C | 64 | 2C |
| Octal | 342 | 0 | 341 | 0 | 144 | 0 | 13 | 454 | 144 | 54 |
| Binary | 11100010 | 0 | 11100001 | 0 | 1100100 | 0 | 1011 | 100101100 | 1100100 | 101100 |
Color Harmonies of #E200E1
Complementary color
Monochromatic Colors of #E200E1
Black with #E200E1
Text Example
Text Example
White with #E200E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200E1; }
p { color: rgb(226,0,225); }
H1.HeaderClassName
{
color: #E200E1;
}
.AnyTagClassName
{
color: #E200E1;
}
</style>
background-color css
<style>
a { background-color: #E200E1; }
a { background-color: rgb(226,0,225); }
div.DivClassName
{
background-color: #E200E1;
}
.BgClassName
{
background-color: #E200E1;
}
</style>
border-color css
<style>
span { border-color: #E200E1; }
span { border-color: rgb(226,0,225); }
td.TdClassName
{
border-color: #E200E1;
}
.TagClassName
{
border-color: #E200E1;
}
</style>