Shades of Deep Magenta #E200BE
Tints of Deep Magenta #E200BE
RGB
CMYK
RGB Variations
Color information
#E200BE (or 0xE200BE) is known color: Deep Magenta. HEX triplet: E2, 00 and BE. RGB value is (226,0,190). Sum of RGB (Red+Green+Blue) = 226+0+190=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E200BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200BE is #1DFF41. Grayscale: #585858. Windows color (decimal): -1965890 or 12452066. OLE color: 12452066.
HSL color Cylindrical-coordinate representation of color #E200BE: hue angle of 309.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200BE is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.16 | 0.11 |
| HSL | 309.56º | 1% | 0.44% | - |
| HSV(B) | 309.56º | 1% | 0.89% | - |
| XYZ | 40.66 | 19.89 | 50.41 | - |
| YUV | 89.23 | 184.87 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 190 | 0 | 1 | 0.16 | 0.11 | 309.56 | 1 | 0.44 |
| Hex | E2 | 0 | BE | 0 | 64 | 10 | B | 136 | 64 | 2C |
| Octal | 342 | 0 | 276 | 0 | 144 | 20 | 13 | 466 | 144 | 54 |
| Binary | 11100010 | 0 | 10111110 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100100 | 101100 |
Color Harmonies of #E200BE
Complementary color
Monochromatic Colors of #E200BE
Black with #E200BE
Text Example
Text Example
White with #E200BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200BE; }
p { color: rgb(226,0,190); }
H1.HeaderClassName
{
color: #E200BE;
}
.AnyTagClassName
{
color: #E200BE;
}
</style>
background-color css
<style>
a { background-color: #E200BE; }
a { background-color: rgb(226,0,190); }
div.DivClassName
{
background-color: #E200BE;
}
.BgClassName
{
background-color: #E200BE;
}
</style>
border-color css
<style>
span { border-color: #E200BE; }
span { border-color: rgb(226,0,190); }
td.TdClassName
{
border-color: #E200BE;
}
.TagClassName
{
border-color: #E200BE;
}
</style>