Shades of Deep Magenta #E201BD
Tints of Deep Magenta #E201BD
RGB
CMYK
RGB Variations
Color information
#E201BD (or 0xE201BD) is known color: Deep Magenta. HEX triplet: E2, 01 and BD. RGB value is (226,1,189). Sum of RGB (Red+Green+Blue) = 226+1+189=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E201BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201BD is #1DFE42. Grayscale: #595959. Windows color (decimal): -1965635 or 12386786. OLE color: 12386786.
HSL color Cylindrical-coordinate representation of color #E201BD: hue angle of 309.87º 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 #E201BD is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.11 |
| HSL | 309.87º | 0.99% | 0.45% | - |
| HSV(B) | 309.87º | 1% | 0.89% | - |
| XYZ | 40.56 | 19.86 | 49.84 | - |
| YUV | 89.71 | 184.04 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 189 | 0 | 1.00 | 0.16 | 0.11 | 309.87 | 0.99 | 0.45 |
| Hex | E2 | 1 | BD | 0 | 64 | 10 | B | 136 | 63 | 2D |
| Octal | 342 | 1 | 275 | 0 | 144 | 20 | 13 | 466 | 143 | 55 |
| Binary | 11100010 | 1 | 10111101 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E201BD
Complementary color
Monochromatic Colors of #E201BD
Black with #E201BD
Text Example
Text Example
White with #E201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201BD; }
p { color: rgb(226,1,189); }
H1.HeaderClassName
{
color: #E201BD;
}
.AnyTagClassName
{
color: #E201BD;
}
</style>
background-color css
<style>
a { background-color: #E201BD; }
a { background-color: rgb(226,1,189); }
div.DivClassName
{
background-color: #E201BD;
}
.BgClassName
{
background-color: #E201BD;
}
</style>
border-color css
<style>
span { border-color: #E201BD; }
span { border-color: rgb(226,1,189); }
td.TdClassName
{
border-color: #E201BD;
}
.TagClassName
{
border-color: #E201BD;
}
</style>