Shades of Deep Magenta #E203BE
Tints of Deep Magenta #E203BE
RGB
CMYK
RGB Variations
Color information
#E203BE (or 0xE203BE) is known color: Deep Magenta. HEX triplet: E2, 03 and BE. RGB value is (226,3,190). Sum of RGB (Red+Green+Blue) = 226+3+190=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E203BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203BE is #1DFC41. Grayscale: #5A5A5A. Windows color (decimal): -1965122 or 12452834. OLE color: 12452834.
HSL color Cylindrical-coordinate representation of color #E203BE: hue angle of 309.69º 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 #E203BE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.11 |
| HSL | 309.69º | 0.97% | 0.45% | - |
| HSV(B) | 309.69º | 0.99% | 0.89% | - |
| XYZ | 40.69 | 19.95 | 50.42 | - |
| YUV | 91 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 190 | 0 | 0.99 | 0.16 | 0.11 | 309.69 | 0.97 | 0.45 |
| Hex | E2 | 3 | BE | 0 | 63 | 10 | B | 136 | 61 | 2D |
| Octal | 342 | 3 | 276 | 0 | 143 | 20 | 13 | 466 | 141 | 55 |
| Binary | 11100010 | 11 | 10111110 | 0 | 1100011 | 10000 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E203BE
Complementary color
Monochromatic Colors of #E203BE
Black with #E203BE
Text Example
Text Example
White with #E203BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203BE; }
p { color: rgb(226,3,190); }
H1.HeaderClassName
{
color: #E203BE;
}
.AnyTagClassName
{
color: #E203BE;
}
</style>
background-color css
<style>
a { background-color: #E203BE; }
a { background-color: rgb(226,3,190); }
div.DivClassName
{
background-color: #E203BE;
}
.BgClassName
{
background-color: #E203BE;
}
</style>
border-color css
<style>
span { border-color: #E203BE; }
span { border-color: rgb(226,3,190); }
td.TdClassName
{
border-color: #E203BE;
}
.TagClassName
{
border-color: #E203BE;
}
</style>