Shades of Deep Magenta #E200BD
Tints of Deep Magenta #E200BD
RGB
CMYK
RGB Variations
Color information
#E200BD (or 0xE200BD) is known color: Deep Magenta. HEX triplet: E2, 00 and BD. RGB value is (226,0,189). Sum of RGB (Red+Green+Blue) = 226+0+189=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E200BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200BD is #1DFF42. Grayscale: #585858. Windows color (decimal): -1965891 or 12386530. OLE color: 12386530.
HSL color Cylindrical-coordinate representation of color #E200BD: hue angle of 309.82º 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 #E200BD is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.16 | 0.11 |
| HSL | 309.82º | 1% | 0.44% | - |
| HSV(B) | 309.82º | 1% | 0.89% | - |
| XYZ | 40.55 | 19.84 | 49.84 | - |
| YUV | 89.12 | 184.37 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 189 | 0 | 1 | 0.16 | 0.11 | 309.82 | 1 | 0.44 |
| Hex | E2 | 0 | BD | 0 | 64 | 10 | B | 136 | 64 | 2C |
| Octal | 342 | 0 | 275 | 0 | 144 | 20 | 13 | 466 | 144 | 54 |
| Binary | 11100010 | 0 | 10111101 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100100 | 101100 |
Color Harmonies of #E200BD
Complementary color
Monochromatic Colors of #E200BD
Black with #E200BD
Text Example
Text Example
White with #E200BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200BD; }
p { color: rgb(226,0,189); }
H1.HeaderClassName
{
color: #E200BD;
}
.AnyTagClassName
{
color: #E200BD;
}
</style>
background-color css
<style>
a { background-color: #E200BD; }
a { background-color: rgb(226,0,189); }
div.DivClassName
{
background-color: #E200BD;
}
.BgClassName
{
background-color: #E200BD;
}
</style>
border-color css
<style>
span { border-color: #E200BD; }
span { border-color: rgb(226,0,189); }
td.TdClassName
{
border-color: #E200BD;
}
.TagClassName
{
border-color: #E200BD;
}
</style>