Shades of Deep Magenta #E10FCE
Tints of Deep Magenta #E10FCE
RGB
CMYK
RGB Variations
Color information
#E10FCE (or 0xE10FCE) is known color: Deep Magenta. HEX triplet: E1, 0F and CE. RGB value is (225,15,206). Sum of RGB (Red+Green+Blue) = 225+15+206=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FCE is #1EF031. Grayscale: #636363. Windows color (decimal): -2027570 or 13504481. OLE color: 13504481.
HSL color Cylindrical-coordinate representation of color #E10FCE: hue angle of 305.43º 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 #E10FCE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.12 |
| HSL | 305.43º | 0.88% | 0.47% | - |
| HSV(B) | 305.43º | 0.93% | 0.88% | - |
| XYZ | 42.36 | 20.81 | 60.18 | - |
| YUV | 99.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 206 | 0 | 0.93 | 0.08 | 0.12 | 305.43 | 0.88 | 0.47 |
| Hex | E1 | F | CE | 0 | 5D | 8 | C | 131 | 58 | 2F |
| Octal | 341 | 17 | 316 | 0 | 135 | 10 | 14 | 461 | 130 | 57 |
| Binary | 11100001 | 1111 | 11001110 | 0 | 1011101 | 1000 | 1100 | 100110001 | 1011000 | 101111 |
Color Harmonies of #E10FCE
Complementary color
Monochromatic Colors of #E10FCE
Black with #E10FCE
Text Example
Text Example
White with #E10FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FCE; }
p { color: rgb(225,15,206); }
H1.HeaderClassName
{
color: #E10FCE;
}
.AnyTagClassName
{
color: #E10FCE;
}
</style>
background-color css
<style>
a { background-color: #E10FCE; }
a { background-color: rgb(225,15,206); }
div.DivClassName
{
background-color: #E10FCE;
}
.BgClassName
{
background-color: #E10FCE;
}
</style>
border-color css
<style>
span { border-color: #E10FCE; }
span { border-color: rgb(225,15,206); }
td.TdClassName
{
border-color: #E10FCE;
}
.TagClassName
{
border-color: #E10FCE;
}
</style>