Shades of Magenta #EE16FB
Tints of Magenta #EE16FB
RGB
CMYK
RGB Variations
Color information
#EE16FB (or 0xEE16FB) is known color: Magenta. HEX triplet: EE, 16 and FB. RGB value is (238,22,251). Sum of RGB (Red+Green+Blue) = 238+22+251=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE16FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16FB is #11E904. Grayscale: #6F6F6F. Windows color (decimal): -1173765 or 16455406. OLE color: 16455406.
HSL color Cylindrical-coordinate representation of color #EE16FB: hue angle of 296.59º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16FB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 22 | 251 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.02 |
| HSL | 296.59º | 0.97% | 0.54% | - |
| HSV(B) | 296.59º | 0.91% | 0.98% | - |
| XYZ | 52.96 | 25.72 | 93.44 | - |
| YUV | 112.69 | 206.06 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 251 | 0.05 | 0.91 | 0 | 0.02 | 296.59 | 0.97 | 0.54 |
| Hex | EE | 16 | FB | 5 | 5B | 0 | 2 | 129 | 61 | 36 |
| Octal | 356 | 26 | 373 | 5 | 133 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11101110 | 10110 | 11111011 | 101 | 1011011 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EE16FB
Complementary color
Monochromatic Colors of #EE16FB
Black with #EE16FB
Text Example
Text Example
White with #EE16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16FB; }
p { color: rgb(238,22,251); }
H1.HeaderClassName
{
color: #EE16FB;
}
.AnyTagClassName
{
color: #EE16FB;
}
</style>
background-color css
<style>
a { background-color: #EE16FB; }
a { background-color: rgb(238,22,251); }
div.DivClassName
{
background-color: #EE16FB;
}
.BgClassName
{
background-color: #EE16FB;
}
</style>
border-color css
<style>
span { border-color: #EE16FB; }
span { border-color: rgb(238,22,251); }
td.TdClassName
{
border-color: #EE16FB;
}
.TagClassName
{
border-color: #EE16FB;
}
</style>