Shades of Magenta #EE10FA
Tints of Magenta #EE10FA
RGB
CMYK
RGB Variations
Color information
#EE10FA (or 0xEE10FA) is known color: Magenta. HEX triplet: EE, 10 and FA. RGB value is (238,16,250). Sum of RGB (Red+Green+Blue) = 238+16+250=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10FA is #11EF05. Grayscale: #6C6C6C. Windows color (decimal): -1175302 or 16388334. OLE color: 16388334.
HSL color Cylindrical-coordinate representation of color #EE10FA: hue angle of 296.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE10FA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 16 | 250 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.92º | 0.96% | 0.52% | - |
| HSV(B) | 296.92º | 0.94% | 0.98% | - |
| XYZ | 52.7 | 25.45 | 92.58 | - |
| YUV | 109.05 | 207.55 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 250 | 0.05 | 0.94 | 0 | 0.02 | 296.92 | 0.96 | 0.52 |
| Hex | EE | 10 | FA | 5 | 5E | 0 | 2 | 129 | 60 | 34 |
| Octal | 356 | 20 | 372 | 5 | 136 | 0 | 2 | 451 | 140 | 64 |
| Binary | 11101110 | 10000 | 11111010 | 101 | 1011110 | 0 | 10 | 100101001 | 1100000 | 110100 |
Color Harmonies of #EE10FA
Complementary color
Monochromatic Colors of #EE10FA
Black with #EE10FA
Text Example
Text Example
White with #EE10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10FA; }
p { color: rgb(238,16,250); }
H1.HeaderClassName
{
color: #EE10FA;
}
.AnyTagClassName
{
color: #EE10FA;
}
</style>
background-color css
<style>
a { background-color: #EE10FA; }
a { background-color: rgb(238,16,250); }
div.DivClassName
{
background-color: #EE10FA;
}
.BgClassName
{
background-color: #EE10FA;
}
</style>
border-color css
<style>
span { border-color: #EE10FA; }
span { border-color: rgb(238,16,250); }
td.TdClassName
{
border-color: #EE10FA;
}
.TagClassName
{
border-color: #EE10FA;
}
</style>