Shades of Deep Magenta #E10FCF
Tints of Deep Magenta #E10FCF
RGB
CMYK
RGB Variations
Color information
#E10FCF (or 0xE10FCF) is known color: Deep Magenta. HEX triplet: E1, 0F and CF. RGB value is (225,15,207). Sum of RGB (Red+Green+Blue) = 225+15+207=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FCF is #1EF030. Grayscale: #636363. Windows color (decimal): -2027569 or 13570017. OLE color: 13570017.
HSL color Cylindrical-coordinate representation of color #E10FCF: hue angle of 305.14º degrees, saturation: 0.88, 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 #E10FCF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.12 |
| HSL | 305.14º | 0.88% | 0.47% | - |
| HSV(B) | 305.14º | 0.93% | 0.88% | - |
| XYZ | 42.48 | 20.85 | 60.82 | - |
| YUV | 99.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 207 | 0 | 0.93 | 0.08 | 0.12 | 305.14 | 0.88 | 0.47 |
| Hex | E1 | F | CF | 0 | 5D | 8 | C | 131 | 58 | 2F |
| Octal | 341 | 17 | 317 | 0 | 135 | 10 | 14 | 461 | 130 | 57 |
| Binary | 11100001 | 1111 | 11001111 | 0 | 1011101 | 1000 | 1100 | 100110001 | 1011000 | 101111 |
Color Harmonies of #E10FCF
Complementary color
Monochromatic Colors of #E10FCF
Black with #E10FCF
Text Example
Text Example
White with #E10FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FCF; }
p { color: rgb(225,15,207); }
H1.HeaderClassName
{
color: #E10FCF;
}
.AnyTagClassName
{
color: #E10FCF;
}
</style>
background-color css
<style>
a { background-color: #E10FCF; }
a { background-color: rgb(225,15,207); }
div.DivClassName
{
background-color: #E10FCF;
}
.BgClassName
{
background-color: #E10FCF;
}
</style>
border-color css
<style>
span { border-color: #E10FCF; }
span { border-color: rgb(225,15,207); }
td.TdClassName
{
border-color: #E10FCF;
}
.TagClassName
{
border-color: #E10FCF;
}
</style>