Shades of Magenta #EE16FD
Tints of Magenta #EE16FD
RGB
CMYK
RGB Variations
Color information
#EE16FD (or 0xEE16FD) is known color: Magenta. HEX triplet: EE, 16 and FD. RGB value is (238,22,253). Sum of RGB (Red+Green+Blue) = 238+22+253=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE16FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16FD is #11E902. Grayscale: #707070. Windows color (decimal): -1173763 or 16586478. OLE color: 16586478.
HSL color Cylindrical-coordinate representation of color #EE16FD: hue angle of 296.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16FD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 22 | 253 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.01 |
| HSL | 296.1º | 0.98% | 0.54% | - |
| HSV(B) | 296.1º | 0.91% | 0.99% | - |
| XYZ | 53.28 | 25.84 | 95.11 | - |
| YUV | 112.92 | 207.06 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 253 | 0.06 | 0.91 | 0 | 0.01 | 296.1 | 0.98 | 0.54 |
| Hex | EE | 16 | FD | 6 | 5B | 0 | 1 | 128 | 62 | 36 |
| Octal | 356 | 26 | 375 | 6 | 133 | 0 | 1 | 450 | 142 | 66 |
| Binary | 11101110 | 10110 | 11111101 | 110 | 1011011 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #EE16FD
Complementary color
Monochromatic Colors of #EE16FD
Black with #EE16FD
Text Example
Text Example
White with #EE16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16FD; }
p { color: rgb(238,22,253); }
H1.HeaderClassName
{
color: #EE16FD;
}
.AnyTagClassName
{
color: #EE16FD;
}
</style>
background-color css
<style>
a { background-color: #EE16FD; }
a { background-color: rgb(238,22,253); }
div.DivClassName
{
background-color: #EE16FD;
}
.BgClassName
{
background-color: #EE16FD;
}
</style>
border-color css
<style>
span { border-color: #EE16FD; }
span { border-color: rgb(238,22,253); }
td.TdClassName
{
border-color: #EE16FD;
}
.TagClassName
{
border-color: #EE16FD;
}
</style>