Shades of Deep Magenta #E20FCA
Tints of Deep Magenta #E20FCA
RGB
CMYK
RGB Variations
Color information
#E20FCA (or 0xE20FCA) is known color: Deep Magenta. HEX triplet: E2, 0F and CA. RGB value is (226,15,202). Sum of RGB (Red+Green+Blue) = 226+15+202=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCA is #1DF035. Grayscale: #626262. Windows color (decimal): -1962038 or 13242338. OLE color: 13242338.
HSL color Cylindrical-coordinate representation of color #E20FCA: hue angle of 306.82º 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 #E20FCA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 306.82º | 0.88% | 0.47% | - |
| HSV(B) | 306.82º | 0.93% | 0.89% | - |
| XYZ | 42.2 | 20.77 | 57.66 | - |
| YUV | 99.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 202 | 0 | 0.93 | 0.11 | 0.11 | 306.82 | 0.88 | 0.47 |
| Hex | E2 | F | CA | 0 | 5D | B | B | 133 | 58 | 2F |
| Octal | 342 | 17 | 312 | 0 | 135 | 13 | 13 | 463 | 130 | 57 |
| Binary | 11100010 | 1111 | 11001010 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1011000 | 101111 |
Color Harmonies of #E20FCA
Complementary color
Monochromatic Colors of #E20FCA
Black with #E20FCA
Text Example
Text Example
White with #E20FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FCA; }
p { color: rgb(226,15,202); }
H1.HeaderClassName
{
color: #E20FCA;
}
.AnyTagClassName
{
color: #E20FCA;
}
</style>
background-color css
<style>
a { background-color: #E20FCA; }
a { background-color: rgb(226,15,202); }
div.DivClassName
{
background-color: #E20FCA;
}
.BgClassName
{
background-color: #E20FCA;
}
</style>
border-color css
<style>
span { border-color: #E20FCA; }
span { border-color: rgb(226,15,202); }
td.TdClassName
{
border-color: #E20FCA;
}
.TagClassName
{
border-color: #E20FCA;
}
</style>