Shades of Deep Magenta #E202BE
Tints of Deep Magenta #E202BE
RGB
CMYK
RGB Variations
Color information
#E202BE (or 0xE202BE) is known color: Deep Magenta. HEX triplet: E2, 02 and BE. RGB value is (226,2,190). Sum of RGB (Red+Green+Blue) = 226+2+190=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E202BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202BE is #1DFD41. Grayscale: #595959. Windows color (decimal): -1965378 or 12452578. OLE color: 12452578.
HSL color Cylindrical-coordinate representation of color #E202BE: hue angle of 309.64º degrees, saturation: 0.98, 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 #E202BE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.11 |
| HSL | 309.64º | 0.98% | 0.45% | - |
| HSV(B) | 309.64º | 0.99% | 0.89% | - |
| XYZ | 40.68 | 19.93 | 50.42 | - |
| YUV | 90.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 190 | 0 | 0.99 | 0.16 | 0.11 | 309.64 | 0.98 | 0.45 |
| Hex | E2 | 2 | BE | 0 | 63 | 10 | B | 136 | 62 | 2D |
| Octal | 342 | 2 | 276 | 0 | 143 | 20 | 13 | 466 | 142 | 55 |
| Binary | 11100010 | 10 | 10111110 | 0 | 1100011 | 10000 | 1011 | 100110110 | 1100010 | 101101 |
Color Harmonies of #E202BE
Complementary color
Monochromatic Colors of #E202BE
Black with #E202BE
Text Example
Text Example
White with #E202BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202BE; }
p { color: rgb(226,2,190); }
H1.HeaderClassName
{
color: #E202BE;
}
.AnyTagClassName
{
color: #E202BE;
}
</style>
background-color css
<style>
a { background-color: #E202BE; }
a { background-color: rgb(226,2,190); }
div.DivClassName
{
background-color: #E202BE;
}
.BgClassName
{
background-color: #E202BE;
}
</style>
border-color css
<style>
span { border-color: #E202BE; }
span { border-color: rgb(226,2,190); }
td.TdClassName
{
border-color: #E202BE;
}
.TagClassName
{
border-color: #E202BE;
}
</style>