Shades of Deep Magenta #E00FCF
Tints of Deep Magenta #E00FCF
RGB
CMYK
RGB Variations
Color information
#E00FCF (or 0xE00FCF) is known color: Deep Magenta. HEX triplet: E0, 0F and CF. RGB value is (224,15,207). Sum of RGB (Red+Green+Blue) = 224+15+207=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FCF is #1FF030. Grayscale: #626262. Windows color (decimal): -2093105 or 13570016. OLE color: 13570016.
HSL color Cylindrical-coordinate representation of color #E00FCF: hue angle of 304.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FCF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.12 |
| HSL | 304.88º | 0.87% | 0.47% | - |
| HSV(B) | 304.88º | 0.93% | 0.88% | - |
| XYZ | 42.17 | 20.69 | 60.8 | - |
| YUV | 99.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 207 | 0 | 0.93 | 0.08 | 0.12 | 304.88 | 0.87 | 0.47 |
| Hex | E0 | F | CF | 0 | 5D | 8 | C | 131 | 57 | 2F |
| Octal | 340 | 17 | 317 | 0 | 135 | 10 | 14 | 461 | 127 | 57 |
| Binary | 11100000 | 1111 | 11001111 | 0 | 1011101 | 1000 | 1100 | 100110001 | 1010111 | 101111 |
Color Harmonies of #E00FCF
Complementary color
Monochromatic Colors of #E00FCF
Black with #E00FCF
Text Example
Text Example
White with #E00FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FCF; }
p { color: rgb(224,15,207); }
H1.HeaderClassName
{
color: #E00FCF;
}
.AnyTagClassName
{
color: #E00FCF;
}
</style>
background-color css
<style>
a { background-color: #E00FCF; }
a { background-color: rgb(224,15,207); }
div.DivClassName
{
background-color: #E00FCF;
}
.BgClassName
{
background-color: #E00FCF;
}
</style>
border-color css
<style>
span { border-color: #E00FCF; }
span { border-color: rgb(224,15,207); }
td.TdClassName
{
border-color: #E00FCF;
}
.TagClassName
{
border-color: #E00FCF;
}
</style>