Shades of Deep Magenta #E203C5
Tints of Deep Magenta #E203C5
RGB
CMYK
RGB Variations
Color information
#E203C5 (or 0xE203C5) is known color: Deep Magenta. HEX triplet: E2, 03 and C5. RGB value is (226,3,197). Sum of RGB (Red+Green+Blue) = 226+3+197=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E203C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203C5 is #1DFC3A. Grayscale: #5B5B5B. Windows color (decimal): -1965115 or 12911586. OLE color: 12911586.
HSL color Cylindrical-coordinate representation of color #E203C5: hue angle of 307.8º 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 #E203C5 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.11 |
| HSL | 307.8º | 0.97% | 0.45% | - |
| HSV(B) | 307.8º | 0.99% | 0.89% | - |
| XYZ | 41.47 | 20.27 | 54.55 | - |
| YUV | 91.79 | 187.38 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 197 | 0 | 0.99 | 0.13 | 0.11 | 307.8 | 0.97 | 0.45 |
| Hex | E2 | 3 | C5 | 0 | 63 | D | B | 134 | 61 | 2D |
| Octal | 342 | 3 | 305 | 0 | 143 | 15 | 13 | 464 | 141 | 55 |
| Binary | 11100010 | 11 | 11000101 | 0 | 1100011 | 1101 | 1011 | 100110100 | 1100001 | 101101 |
Color Harmonies of #E203C5
Complementary color
Monochromatic Colors of #E203C5
Black with #E203C5
Text Example
Text Example
White with #E203C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203C5; }
p { color: rgb(226,3,197); }
H1.HeaderClassName
{
color: #E203C5;
}
.AnyTagClassName
{
color: #E203C5;
}
</style>
background-color css
<style>
a { background-color: #E203C5; }
a { background-color: rgb(226,3,197); }
div.DivClassName
{
background-color: #E203C5;
}
.BgClassName
{
background-color: #E203C5;
}
</style>
border-color css
<style>
span { border-color: #E203C5; }
span { border-color: rgb(226,3,197); }
td.TdClassName
{
border-color: #E203C5;
}
.TagClassName
{
border-color: #E203C5;
}
</style>