Shades of Deep Magenta #E200E0
Tints of Deep Magenta #E200E0
RGB
CMYK
RGB Variations
Color information
#E200E0 (or 0xE200E0) is known color: Deep Magenta. HEX triplet: E2, 00 and E0. RGB value is (226,0,224). Sum of RGB (Red+Green+Blue) = 226+0+224=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E200E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200E0 is #1DFF1F. Grayscale: #5C5C5C. Windows color (decimal): -1965856 or 14680290. OLE color: 14680290.
HSL color Cylindrical-coordinate representation of color #E200E0: hue angle of 300.53º 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 #E200E0 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 224 | - |
| CMYK | 0 | 1 | 0.01 | 0.11 |
| HSL | 300.53º | 1% | 0.44% | - |
| HSV(B) | 300.53º | 1% | 0.89% | - |
| XYZ | 44.82 | 21.55 | 72.32 | - |
| YUV | 93.11 | 201.87 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 224 | 0 | 1 | 0.01 | 0.11 | 300.53 | 1 | 0.44 |
| Hex | E2 | 0 | E0 | 0 | 64 | 1 | B | 12D | 64 | 2C |
| Octal | 342 | 0 | 340 | 0 | 144 | 1 | 13 | 455 | 144 | 54 |
| Binary | 11100010 | 0 | 11100000 | 0 | 1100100 | 1 | 1011 | 100101101 | 1100100 | 101100 |
Color Harmonies of #E200E0
Complementary color
Monochromatic Colors of #E200E0
Black with #E200E0
Text Example
Text Example
White with #E200E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200E0; }
p { color: rgb(226,0,224); }
H1.HeaderClassName
{
color: #E200E0;
}
.AnyTagClassName
{
color: #E200E0;
}
</style>
background-color css
<style>
a { background-color: #E200E0; }
a { background-color: rgb(226,0,224); }
div.DivClassName
{
background-color: #E200E0;
}
.BgClassName
{
background-color: #E200E0;
}
</style>
border-color css
<style>
span { border-color: #E200E0; }
span { border-color: rgb(226,0,224); }
td.TdClassName
{
border-color: #E200E0;
}
.TagClassName
{
border-color: #E200E0;
}
</style>