Shades of Deep Magenta #E201CB
Tints of Deep Magenta #E201CB
RGB
CMYK
RGB Variations
Color information
#E201CB (or 0xE201CB) is known color: Deep Magenta. HEX triplet: E2, 01 and CB. RGB value is (226,1,203). Sum of RGB (Red+Green+Blue) = 226+1+203=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E201CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201CB is #1DFE34. Grayscale: #5A5A5A. Windows color (decimal): -1965621 or 13304290. OLE color: 13304290.
HSL color Cylindrical-coordinate representation of color #E201CB: hue angle of 306.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201CB is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.11 |
| HSL | 306.13º | 0.99% | 0.45% | - |
| HSV(B) | 306.13º | 1% | 0.89% | - |
| XYZ | 42.15 | 20.5 | 58.24 | - |
| YUV | 91.3 | 191.04 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 203 | 0 | 1.00 | 0.10 | 0.11 | 306.13 | 0.99 | 0.45 |
| Hex | E2 | 1 | CB | 0 | 64 | A | B | 132 | 63 | 2D |
| Octal | 342 | 1 | 313 | 0 | 144 | 12 | 13 | 462 | 143 | 55 |
| Binary | 11100010 | 1 | 11001011 | 0 | 1100100 | 1010 | 1011 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E201CB
Complementary color
Monochromatic Colors of #E201CB
Black with #E201CB
Text Example
Text Example
White with #E201CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201CB; }
p { color: rgb(226,1,203); }
H1.HeaderClassName
{
color: #E201CB;
}
.AnyTagClassName
{
color: #E201CB;
}
</style>
background-color css
<style>
a { background-color: #E201CB; }
a { background-color: rgb(226,1,203); }
div.DivClassName
{
background-color: #E201CB;
}
.BgClassName
{
background-color: #E201CB;
}
</style>
border-color css
<style>
span { border-color: #E201CB; }
span { border-color: rgb(226,1,203); }
td.TdClassName
{
border-color: #E201CB;
}
.TagClassName
{
border-color: #E201CB;
}
</style>