Shades of Deep Magenta #E20FCE
Tints of Deep Magenta #E20FCE
RGB
CMYK
RGB Variations
Color information
#E20FCE (or 0xE20FCE) is known color: Deep Magenta. HEX triplet: E2, 0F and CE. RGB value is (226,15,206). Sum of RGB (Red+Green+Blue) = 226+15+206=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCE is #1DF031. Grayscale: #636363. Windows color (decimal): -1962034 or 13504482. OLE color: 13504482.
HSL color Cylindrical-coordinate representation of color #E20FCE: hue angle of 305.69º degrees, saturation: 0.88, 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 #E20FCE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.11 |
| HSL | 305.69º | 0.88% | 0.47% | - |
| HSV(B) | 305.69º | 0.93% | 0.89% | - |
| XYZ | 42.68 | 20.97 | 60.19 | - |
| YUV | 99.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 206 | 0 | 0.93 | 0.09 | 0.11 | 305.69 | 0.88 | 0.47 |
| Hex | E2 | F | CE | 0 | 5D | 9 | B | 132 | 58 | 2F |
| Octal | 342 | 17 | 316 | 0 | 135 | 11 | 13 | 462 | 130 | 57 |
| Binary | 11100010 | 1111 | 11001110 | 0 | 1011101 | 1001 | 1011 | 100110010 | 1011000 | 101111 |
Color Harmonies of #E20FCE
Complementary color
Monochromatic Colors of #E20FCE
Black with #E20FCE
Text Example
Text Example
White with #E20FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FCE; }
p { color: rgb(226,15,206); }
H1.HeaderClassName
{
color: #E20FCE;
}
.AnyTagClassName
{
color: #E20FCE;
}
</style>
background-color css
<style>
a { background-color: #E20FCE; }
a { background-color: rgb(226,15,206); }
div.DivClassName
{
background-color: #E20FCE;
}
.BgClassName
{
background-color: #E20FCE;
}
</style>
border-color css
<style>
span { border-color: #E20FCE; }
span { border-color: rgb(226,15,206); }
td.TdClassName
{
border-color: #E20FCE;
}
.TagClassName
{
border-color: #E20FCE;
}
</style>