Shades of Deep Magenta #E210CF
Tints of Deep Magenta #E210CF
RGB
CMYK
RGB Variations
Color information
#E210CF (or 0xE210CF) is known color: Deep Magenta. HEX triplet: E2, 10 and CF. RGB value is (226,16,207). Sum of RGB (Red+Green+Blue) = 226+16+207=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E210CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210CF is #1DEF30. Grayscale: #646464. Windows color (decimal): -1961777 or 13570274. OLE color: 13570274.
HSL color Cylindrical-coordinate representation of color #E210CF: hue angle of 305.43º 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 #E210CF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.11 |
| HSL | 305.43º | 0.87% | 0.47% | - |
| HSV(B) | 305.43º | 0.93% | 0.89% | - |
| XYZ | 42.81 | 21.04 | 60.84 | - |
| YUV | 100.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 207 | 0 | 0.93 | 0.08 | 0.11 | 305.43 | 0.87 | 0.47 |
| Hex | E2 | 10 | CF | 0 | 5D | 8 | B | 131 | 57 | 2F |
| Octal | 342 | 20 | 317 | 0 | 135 | 10 | 13 | 461 | 127 | 57 |
| Binary | 11100010 | 10000 | 11001111 | 0 | 1011101 | 1000 | 1011 | 100110001 | 1010111 | 101111 |
Color Harmonies of #E210CF
Complementary color
Monochromatic Colors of #E210CF
Black with #E210CF
Text Example
Text Example
White with #E210CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210CF; }
p { color: rgb(226,16,207); }
H1.HeaderClassName
{
color: #E210CF;
}
.AnyTagClassName
{
color: #E210CF;
}
</style>
background-color css
<style>
a { background-color: #E210CF; }
a { background-color: rgb(226,16,207); }
div.DivClassName
{
background-color: #E210CF;
}
.BgClassName
{
background-color: #E210CF;
}
</style>
border-color css
<style>
span { border-color: #E210CF; }
span { border-color: rgb(226,16,207); }
td.TdClassName
{
border-color: #E210CF;
}
.TagClassName
{
border-color: #E210CF;
}
</style>