Shades of Deep Magenta #E201BE
Tints of Deep Magenta #E201BE
RGB
CMYK
RGB Variations
Color information
#E201BE (or 0xE201BE) is known color: Deep Magenta. HEX triplet: E2, 01 and BE. RGB value is (226,1,190). Sum of RGB (Red+Green+Blue) = 226+1+190=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E201BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201BE is #1DFE41. Grayscale: #595959. Windows color (decimal): -1965634 or 12452322. OLE color: 12452322.
HSL color Cylindrical-coordinate representation of color #E201BE: hue angle of 309.6º 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 #E201BE is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.11 |
| HSL | 309.6º | 0.99% | 0.45% | - |
| HSV(B) | 309.6º | 1% | 0.89% | - |
| XYZ | 40.67 | 19.91 | 50.41 | - |
| YUV | 89.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 190 | 0 | 1.00 | 0.16 | 0.11 | 309.6 | 0.99 | 0.45 |
| Hex | E2 | 1 | BE | 0 | 64 | 10 | B | 136 | 63 | 2D |
| Octal | 342 | 1 | 276 | 0 | 144 | 20 | 13 | 466 | 143 | 55 |
| Binary | 11100010 | 1 | 10111110 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E201BE
Complementary color
Monochromatic Colors of #E201BE
Black with #E201BE
Text Example
Text Example
White with #E201BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201BE; }
p { color: rgb(226,1,190); }
H1.HeaderClassName
{
color: #E201BE;
}
.AnyTagClassName
{
color: #E201BE;
}
</style>
background-color css
<style>
a { background-color: #E201BE; }
a { background-color: rgb(226,1,190); }
div.DivClassName
{
background-color: #E201BE;
}
.BgClassName
{
background-color: #E201BE;
}
</style>
border-color css
<style>
span { border-color: #E201BE; }
span { border-color: rgb(226,1,190); }
td.TdClassName
{
border-color: #E201BE;
}
.TagClassName
{
border-color: #E201BE;
}
</style>