Shades of Deep Magenta #E200CB
Tints of Deep Magenta #E200CB
RGB
CMYK
RGB Variations
Color information
#E200CB (or 0xE200CB) is known color: Deep Magenta. HEX triplet: E2, 00 and CB. RGB value is (226,0,203). Sum of RGB (Red+Green+Blue) = 226+0+203=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CB is #1DFF34. Grayscale: #5A5A5A. Windows color (decimal): -1965877 or 13304034. OLE color: 13304034.
HSL color Cylindrical-coordinate representation of color #E200CB: hue angle of 306.11º 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 #E200CB is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.10 | 0.11 |
| HSL | 306.11º | 1% | 0.44% | - |
| HSV(B) | 306.11º | 1% | 0.89% | - |
| XYZ | 42.14 | 20.48 | 58.23 | - |
| YUV | 90.72 | 191.37 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 203 | 0 | 1 | 0.10 | 0.11 | 306.11 | 1 | 0.44 |
| Hex | E2 | 0 | CB | 0 | 64 | A | B | 132 | 64 | 2C |
| Octal | 342 | 0 | 313 | 0 | 144 | 12 | 13 | 462 | 144 | 54 |
| Binary | 11100010 | 0 | 11001011 | 0 | 1100100 | 1010 | 1011 | 100110010 | 1100100 | 101100 |
Color Harmonies of #E200CB
Complementary color
Monochromatic Colors of #E200CB
Black with #E200CB
Text Example
Text Example
White with #E200CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200CB; }
p { color: rgb(226,0,203); }
H1.HeaderClassName
{
color: #E200CB;
}
.AnyTagClassName
{
color: #E200CB;
}
</style>
background-color css
<style>
a { background-color: #E200CB; }
a { background-color: rgb(226,0,203); }
div.DivClassName
{
background-color: #E200CB;
}
.BgClassName
{
background-color: #E200CB;
}
</style>
border-color css
<style>
span { border-color: #E200CB; }
span { border-color: rgb(226,0,203); }
td.TdClassName
{
border-color: #E200CB;
}
.TagClassName
{
border-color: #E200CB;
}
</style>