Shades of Deep Magenta #E210CA
Tints of Deep Magenta #E210CA
RGB
CMYK
RGB Variations
Color information
#E210CA (or 0xE210CA) is known color: Deep Magenta. HEX triplet: E2, 10 and CA. RGB value is (226,16,202). Sum of RGB (Red+Green+Blue) = 226+16+202=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E210CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210CA is #1DEF35. Grayscale: #636363. Windows color (decimal): -1961782 or 13242594. OLE color: 13242594.
HSL color Cylindrical-coordinate representation of color #E210CA: hue angle of 306.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210CA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 306.86º | 0.87% | 0.47% | - |
| HSV(B) | 306.86º | 0.93% | 0.89% | - |
| XYZ | 42.21 | 20.8 | 57.67 | - |
| YUV | 99.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 202 | 0 | 0.93 | 0.11 | 0.11 | 306.86 | 0.87 | 0.47 |
| Hex | E2 | 10 | CA | 0 | 5D | B | B | 133 | 57 | 2F |
| Octal | 342 | 20 | 312 | 0 | 135 | 13 | 13 | 463 | 127 | 57 |
| Binary | 11100010 | 10000 | 11001010 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1010111 | 101111 |
Color Harmonies of #E210CA
Complementary color
Monochromatic Colors of #E210CA
Black with #E210CA
Text Example
Text Example
White with #E210CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210CA; }
p { color: rgb(226,16,202); }
H1.HeaderClassName
{
color: #E210CA;
}
.AnyTagClassName
{
color: #E210CA;
}
</style>
background-color css
<style>
a { background-color: #E210CA; }
a { background-color: rgb(226,16,202); }
div.DivClassName
{
background-color: #E210CA;
}
.BgClassName
{
background-color: #E210CA;
}
</style>
border-color css
<style>
span { border-color: #E210CA; }
span { border-color: rgb(226,16,202); }
td.TdClassName
{
border-color: #E210CA;
}
.TagClassName
{
border-color: #E210CA;
}
</style>