Shades of Deep Magenta #E201DF
Tints of Deep Magenta #E201DF
RGB
CMYK
RGB Variations
Color information
#E201DF (or 0xE201DF) is known color: Deep Magenta. HEX triplet: E2, 01 and DF. RGB value is (226,1,223). Sum of RGB (Red+Green+Blue) = 226+1+223=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E201DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201DF is #1DFE20. Grayscale: #5C5C5C. Windows color (decimal): -1965601 or 14615010. OLE color: 14615010.
HSL color Cylindrical-coordinate representation of color #E201DF: hue angle of 300.8º 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 #E201DF is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.11 |
| HSL | 300.8º | 0.99% | 0.45% | - |
| HSV(B) | 300.8º | 1% | 0.89% | - |
| XYZ | 44.69 | 21.52 | 71.61 | - |
| YUV | 93.58 | 201.04 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 223 | 0 | 1.00 | 0.01 | 0.11 | 300.8 | 0.99 | 0.45 |
| Hex | E2 | 1 | DF | 0 | 64 | 1 | B | 12D | 63 | 2D |
| Octal | 342 | 1 | 337 | 0 | 144 | 1 | 13 | 455 | 143 | 55 |
| Binary | 11100010 | 1 | 11011111 | 0 | 1100100 | 1 | 1011 | 100101101 | 1100011 | 101101 |
Color Harmonies of #E201DF
Complementary color
Monochromatic Colors of #E201DF
Black with #E201DF
Text Example
Text Example
White with #E201DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201DF; }
p { color: rgb(226,1,223); }
H1.HeaderClassName
{
color: #E201DF;
}
.AnyTagClassName
{
color: #E201DF;
}
</style>
background-color css
<style>
a { background-color: #E201DF; }
a { background-color: rgb(226,1,223); }
div.DivClassName
{
background-color: #E201DF;
}
.BgClassName
{
background-color: #E201DF;
}
</style>
border-color css
<style>
span { border-color: #E201DF; }
span { border-color: rgb(226,1,223); }
td.TdClassName
{
border-color: #E201DF;
}
.TagClassName
{
border-color: #E201DF;
}
</style>