Shades of Deep Magenta #E203BF
Tints of Deep Magenta #E203BF
RGB
CMYK
RGB Variations
Color information
#E203BF (or 0xE203BF) is known color: Deep Magenta. HEX triplet: E2, 03 and BF. RGB value is (226,3,191). Sum of RGB (Red+Green+Blue) = 226+3+191=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E203BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203BF is #1DFC40. Grayscale: #5A5A5A. Windows color (decimal): -1965121 or 12518370. OLE color: 12518370.
HSL color Cylindrical-coordinate representation of color #E203BF: hue angle of 309.42º 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 #E203BF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.11 |
| HSL | 309.42º | 0.97% | 0.45% | - |
| HSV(B) | 309.42º | 0.99% | 0.89% | - |
| XYZ | 40.8 | 20 | 51 | - |
| YUV | 91.11 | 184.38 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 191 | 0 | 0.99 | 0.15 | 0.11 | 309.42 | 0.97 | 0.45 |
| Hex | E2 | 3 | BF | 0 | 63 | F | B | 135 | 61 | 2D |
| Octal | 342 | 3 | 277 | 0 | 143 | 17 | 13 | 465 | 141 | 55 |
| Binary | 11100010 | 11 | 10111111 | 0 | 1100011 | 1111 | 1011 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E203BF
Complementary color
Monochromatic Colors of #E203BF
Black with #E203BF
Text Example
Text Example
White with #E203BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203BF; }
p { color: rgb(226,3,191); }
H1.HeaderClassName
{
color: #E203BF;
}
.AnyTagClassName
{
color: #E203BF;
}
</style>
background-color css
<style>
a { background-color: #E203BF; }
a { background-color: rgb(226,3,191); }
div.DivClassName
{
background-color: #E203BF;
}
.BgClassName
{
background-color: #E203BF;
}
</style>
border-color css
<style>
span { border-color: #E203BF; }
span { border-color: rgb(226,3,191); }
td.TdClassName
{
border-color: #E203BF;
}
.TagClassName
{
border-color: #E203BF;
}
</style>