Shades of Magenta #EE16EF
Tints of Magenta #EE16EF
RGB
CMYK
RGB Variations
Color information
#EE16EF (or 0xEE16EF) is known color: Magenta. HEX triplet: EE, 16 and EF. RGB value is (238,22,239). Sum of RGB (Red+Green+Blue) = 238+22+239=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16EF is #11E910. Grayscale: #6E6E6E. Windows color (decimal): -1173777 or 15668974. OLE color: 15668974.
HSL color Cylindrical-coordinate representation of color #EE16EF: hue angle of 299.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16EF is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 22 | 239 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.06 |
| HSL | 299.72º | 0.87% | 0.51% | - |
| HSV(B) | 299.72º | 0.91% | 0.94% | - |
| XYZ | 51.13 | 24.98 | 83.79 | - |
| YUV | 111.32 | 200.06 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 239 | 0.00 | 0.91 | 0 | 0.06 | 299.72 | 0.87 | 0.51 |
| Hex | EE | 16 | EF | 0 | 5B | 0 | 6 | 12C | 57 | 33 |
| Octal | 356 | 26 | 357 | 0 | 133 | 0 | 6 | 454 | 127 | 63 |
| Binary | 11101110 | 10110 | 11101111 | 0 | 1011011 | 0 | 110 | 100101100 | 1010111 | 110011 |
Color Harmonies of #EE16EF
Complementary color
Monochromatic Colors of #EE16EF
Black with #EE16EF
Text Example
Text Example
White with #EE16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16EF; }
p { color: rgb(238,22,239); }
H1.HeaderClassName
{
color: #EE16EF;
}
.AnyTagClassName
{
color: #EE16EF;
}
</style>
background-color css
<style>
a { background-color: #EE16EF; }
a { background-color: rgb(238,22,239); }
div.DivClassName
{
background-color: #EE16EF;
}
.BgClassName
{
background-color: #EE16EF;
}
</style>
border-color css
<style>
span { border-color: #EE16EF; }
span { border-color: rgb(238,22,239); }
td.TdClassName
{
border-color: #EE16EF;
}
.TagClassName
{
border-color: #EE16EF;
}
</style>