Shades of Deep Magenta #E201CA
Tints of Deep Magenta #E201CA
RGB
CMYK
RGB Variations
Color information
#E201CA (or 0xE201CA) is known color: Deep Magenta. HEX triplet: E2, 01 and CA. RGB value is (226,1,202). Sum of RGB (Red+Green+Blue) = 226+1+202=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E201CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201CA is #1DFE35. Grayscale: #5A5A5A. Windows color (decimal): -1965622 or 13238754. OLE color: 13238754.
HSL color Cylindrical-coordinate representation of color #E201CA: hue angle of 306.4º 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 #E201CA is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.11 |
| HSL | 306.4º | 0.99% | 0.45% | - |
| HSV(B) | 306.4º | 1% | 0.89% | - |
| XYZ | 42.04 | 20.45 | 57.61 | - |
| YUV | 91.19 | 190.54 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 202 | 0 | 1.00 | 0.11 | 0.11 | 306.4 | 0.99 | 0.45 |
| Hex | E2 | 1 | CA | 0 | 64 | B | B | 132 | 63 | 2D |
| Octal | 342 | 1 | 312 | 0 | 144 | 13 | 13 | 462 | 143 | 55 |
| Binary | 11100010 | 1 | 11001010 | 0 | 1100100 | 1011 | 1011 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E201CA
Complementary color
Monochromatic Colors of #E201CA
Black with #E201CA
Text Example
Text Example
White with #E201CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201CA; }
p { color: rgb(226,1,202); }
H1.HeaderClassName
{
color: #E201CA;
}
.AnyTagClassName
{
color: #E201CA;
}
</style>
background-color css
<style>
a { background-color: #E201CA; }
a { background-color: rgb(226,1,202); }
div.DivClassName
{
background-color: #E201CA;
}
.BgClassName
{
background-color: #E201CA;
}
</style>
border-color css
<style>
span { border-color: #E201CA; }
span { border-color: rgb(226,1,202); }
td.TdClassName
{
border-color: #E201CA;
}
.TagClassName
{
border-color: #E201CA;
}
</style>