Shades of Deep Magenta #E203E0
Tints of Deep Magenta #E203E0
RGB
CMYK
RGB Variations
Color information
#E203E0 (or 0xE203E0) is known color: Deep Magenta. HEX triplet: E2, 03 and E0. RGB value is (226,3,224). Sum of RGB (Red+Green+Blue) = 226+3+224=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E203E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203E0 is #1DFC1F. Grayscale: #5E5E5E. Windows color (decimal): -1965088 or 14681058. OLE color: 14681058.
HSL color Cylindrical-coordinate representation of color #E203E0: hue angle of 300.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203E0 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 224 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.11 |
| HSL | 300.54º | 0.97% | 0.45% | - |
| HSV(B) | 300.54º | 0.99% | 0.89% | - |
| XYZ | 44.85 | 21.62 | 72.33 | - |
| YUV | 94.87 | 200.88 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 224 | 0 | 0.99 | 0.01 | 0.11 | 300.54 | 0.97 | 0.45 |
| Hex | E2 | 3 | E0 | 0 | 63 | 1 | B | 12D | 61 | 2D |
| Octal | 342 | 3 | 340 | 0 | 143 | 1 | 13 | 455 | 141 | 55 |
| Binary | 11100010 | 11 | 11100000 | 0 | 1100011 | 1 | 1011 | 100101101 | 1100001 | 101101 |
Color Harmonies of #E203E0
Complementary color
Monochromatic Colors of #E203E0
Black with #E203E0
Text Example
Text Example
White with #E203E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203E0; }
p { color: rgb(226,3,224); }
H1.HeaderClassName
{
color: #E203E0;
}
.AnyTagClassName
{
color: #E203E0;
}
</style>
background-color css
<style>
a { background-color: #E203E0; }
a { background-color: rgb(226,3,224); }
div.DivClassName
{
background-color: #E203E0;
}
.BgClassName
{
background-color: #E203E0;
}
</style>
border-color css
<style>
span { border-color: #E203E0; }
span { border-color: rgb(226,3,224); }
td.TdClassName
{
border-color: #E203E0;
}
.TagClassName
{
border-color: #E203E0;
}
</style>