Shades of Magenta #EE16FA
Tints of Magenta #EE16FA
RGB
CMYK
RGB Variations
Color information
#EE16FA (or 0xEE16FA) is known color: Magenta. HEX triplet: EE, 16 and FA. RGB value is (238,22,250). Sum of RGB (Red+Green+Blue) = 238+22+250=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 22 (8.98% from 255 or 4.31% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE16FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16FA is #11E905. Grayscale: #6F6F6F. Windows color (decimal): -1173766 or 16389870. OLE color: 16389870.
HSL color Cylindrical-coordinate representation of color #EE16FA: hue angle of 296.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16FA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 22 | 250 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.02 |
| HSL | 296.84º | 0.96% | 0.53% | - |
| HSV(B) | 296.84º | 0.91% | 0.98% | - |
| XYZ | 52.8 | 25.65 | 92.61 | - |
| YUV | 112.58 | 205.56 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 250 | 0.05 | 0.91 | 0 | 0.02 | 296.84 | 0.96 | 0.53 |
| Hex | EE | 16 | FA | 5 | 5B | 0 | 2 | 129 | 60 | 35 |
| Octal | 356 | 26 | 372 | 5 | 133 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11101110 | 10110 | 11111010 | 101 | 1011011 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #EE16FA
Complementary color
Monochromatic Colors of #EE16FA
Black with #EE16FA
Text Example
Text Example
White with #EE16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16FA; }
p { color: rgb(238,22,250); }
H1.HeaderClassName
{
color: #EE16FA;
}
.AnyTagClassName
{
color: #EE16FA;
}
</style>
background-color css
<style>
a { background-color: #EE16FA; }
a { background-color: rgb(238,22,250); }
div.DivClassName
{
background-color: #EE16FA;
}
.BgClassName
{
background-color: #EE16FA;
}
</style>
border-color css
<style>
span { border-color: #EE16FA; }
span { border-color: rgb(238,22,250); }
td.TdClassName
{
border-color: #EE16FA;
}
.TagClassName
{
border-color: #EE16FA;
}
</style>