Shades of Deep Magenta #E202CB
Tints of Deep Magenta #E202CB
RGB
CMYK
RGB Variations
Color information
#E202CB (or 0xE202CB) is known color: Deep Magenta. HEX triplet: E2, 02 and CB. RGB value is (226,2,203). Sum of RGB (Red+Green+Blue) = 226+2+203=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E202CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202CB is #1DFD34. Grayscale: #5B5B5B. Windows color (decimal): -1965365 or 13304546. OLE color: 13304546.
HSL color Cylindrical-coordinate representation of color #E202CB: hue angle of 306.16º 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 #E202CB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.11 |
| HSL | 306.16º | 0.98% | 0.45% | - |
| HSV(B) | 306.16º | 0.99% | 0.89% | - |
| XYZ | 42.17 | 20.52 | 58.24 | - |
| YUV | 91.89 | 190.71 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 203 | 0 | 0.99 | 0.10 | 0.11 | 306.16 | 0.98 | 0.45 |
| Hex | E2 | 2 | CB | 0 | 63 | A | B | 132 | 62 | 2D |
| Octal | 342 | 2 | 313 | 0 | 143 | 12 | 13 | 462 | 142 | 55 |
| Binary | 11100010 | 10 | 11001011 | 0 | 1100011 | 1010 | 1011 | 100110010 | 1100010 | 101101 |
Color Harmonies of #E202CB
Complementary color
Monochromatic Colors of #E202CB
Black with #E202CB
Text Example
Text Example
White with #E202CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202CB; }
p { color: rgb(226,2,203); }
H1.HeaderClassName
{
color: #E202CB;
}
.AnyTagClassName
{
color: #E202CB;
}
</style>
background-color css
<style>
a { background-color: #E202CB; }
a { background-color: rgb(226,2,203); }
div.DivClassName
{
background-color: #E202CB;
}
.BgClassName
{
background-color: #E202CB;
}
</style>
border-color css
<style>
span { border-color: #E202CB; }
span { border-color: rgb(226,2,203); }
td.TdClassName
{
border-color: #E202CB;
}
.TagClassName
{
border-color: #E202CB;
}
</style>