Shades of Deep Magenta #E20FCF
Tints of Deep Magenta #E20FCF
RGB
CMYK
RGB Variations
Color information
#E20FCF (or 0xE20FCF) is known color: Deep Magenta. HEX triplet: E2, 0F and CF. RGB value is (226,15,207). Sum of RGB (Red+Green+Blue) = 226+15+207=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCF is #1DF030. Grayscale: #636363. Windows color (decimal): -1962033 or 13570018. OLE color: 13570018.
HSL color Cylindrical-coordinate representation of color #E20FCF: hue angle of 305.4º 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 #E20FCF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.11 |
| HSL | 305.4º | 0.88% | 0.47% | - |
| HSV(B) | 305.4º | 0.93% | 0.89% | - |
| XYZ | 42.8 | 21.02 | 60.83 | - |
| YUV | 99.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 207 | 0 | 0.93 | 0.08 | 0.11 | 305.4 | 0.88 | 0.47 |
| Hex | E2 | F | CF | 0 | 5D | 8 | B | 131 | 58 | 2F |
| Octal | 342 | 17 | 317 | 0 | 135 | 10 | 13 | 461 | 130 | 57 |
| Binary | 11100010 | 1111 | 11001111 | 0 | 1011101 | 1000 | 1011 | 100110001 | 1011000 | 101111 |
Color Harmonies of #E20FCF
Complementary color
Monochromatic Colors of #E20FCF
Black with #E20FCF
Text Example
Text Example
White with #E20FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FCF; }
p { color: rgb(226,15,207); }
H1.HeaderClassName
{
color: #E20FCF;
}
.AnyTagClassName
{
color: #E20FCF;
}
</style>
background-color css
<style>
a { background-color: #E20FCF; }
a { background-color: rgb(226,15,207); }
div.DivClassName
{
background-color: #E20FCF;
}
.BgClassName
{
background-color: #E20FCF;
}
</style>
border-color css
<style>
span { border-color: #E20FCF; }
span { border-color: rgb(226,15,207); }
td.TdClassName
{
border-color: #E20FCF;
}
.TagClassName
{
border-color: #E20FCF;
}
</style>