Shades of Deep Magenta #E208CB
Tints of Deep Magenta #E208CB
RGB
CMYK
RGB Variations
Color information
#E208CB (or 0xE208CB) is known color: Deep Magenta. HEX triplet: E2, 08 and CB. RGB value is (226,8,203). Sum of RGB (Red+Green+Blue) = 226+8+203=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E208CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E208CB is #1DF734. Grayscale: #5E5E5E. Windows color (decimal): -1963829 or 13306082. OLE color: 13306082.
HSL color Cylindrical-coordinate representation of color #E208CB: hue angle of 306.33º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E208CB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.33º | 0.93% | 0.46% | - |
| HSV(B) | 306.33º | 0.96% | 0.89% | - |
| XYZ | 42.23 | 20.65 | 58.26 | - |
| YUV | 95.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 203 | 0 | 0.96 | 0.10 | 0.11 | 306.33 | 0.93 | 0.46 |
| Hex | E2 | 8 | CB | 0 | 60 | A | B | 132 | 5D | 2E |
| Octal | 342 | 10 | 313 | 0 | 140 | 12 | 13 | 462 | 135 | 56 |
| Binary | 11100010 | 1000 | 11001011 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011101 | 101110 |
Color Harmonies of #E208CB
Complementary color
Monochromatic Colors of #E208CB
Black with #E208CB
Text Example
Text Example
White with #E208CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E208CB; }
p { color: rgb(226,8,203); }
H1.HeaderClassName
{
color: #E208CB;
}
.AnyTagClassName
{
color: #E208CB;
}
</style>
background-color css
<style>
a { background-color: #E208CB; }
a { background-color: rgb(226,8,203); }
div.DivClassName
{
background-color: #E208CB;
}
.BgClassName
{
background-color: #E208CB;
}
</style>
border-color css
<style>
span { border-color: #E208CB; }
span { border-color: rgb(226,8,203); }
td.TdClassName
{
border-color: #E208CB;
}
.TagClassName
{
border-color: #E208CB;
}
</style>