Shades of Magenta #EE10F7
Tints of Magenta #EE10F7
RGB
CMYK
RGB Variations
Color information
#EE10F7 (or 0xEE10F7) is known color: Magenta. HEX triplet: EE, 10 and F7. RGB value is (238,16,247). Sum of RGB (Red+Green+Blue) = 238+16+247=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE10F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10F7 is #11EF08. Grayscale: #6C6C6C. Windows color (decimal): -1175305 or 16191726. OLE color: 16191726.
HSL color Cylindrical-coordinate representation of color #EE10F7: hue angle of 297.66º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE10F7 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 16 | 247 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.03 |
| HSL | 297.66º | 0.94% | 0.52% | - |
| HSV(B) | 297.66º | 0.94% | 0.97% | - |
| XYZ | 52.23 | 25.26 | 90.12 | - |
| YUV | 108.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 247 | 0.04 | 0.94 | 0 | 0.03 | 297.66 | 0.94 | 0.52 |
| Hex | EE | 10 | F7 | 4 | 5E | 0 | 3 | 12A | 5E | 34 |
| Octal | 356 | 20 | 367 | 4 | 136 | 0 | 3 | 452 | 136 | 64 |
| Binary | 11101110 | 10000 | 11110111 | 100 | 1011110 | 0 | 11 | 100101010 | 1011110 | 110100 |
Color Harmonies of #EE10F7
Complementary color
Monochromatic Colors of #EE10F7
Black with #EE10F7
Text Example
Text Example
White with #EE10F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10F7; }
p { color: rgb(238,16,247); }
H1.HeaderClassName
{
color: #EE10F7;
}
.AnyTagClassName
{
color: #EE10F7;
}
</style>
background-color css
<style>
a { background-color: #EE10F7; }
a { background-color: rgb(238,16,247); }
div.DivClassName
{
background-color: #EE10F7;
}
.BgClassName
{
background-color: #EE10F7;
}
</style>
border-color css
<style>
span { border-color: #EE10F7; }
span { border-color: rgb(238,16,247); }
td.TdClassName
{
border-color: #EE10F7;
}
.TagClassName
{
border-color: #EE10F7;
}
</style>