Shades of Hot Magenta #EE16DF
Tints of Hot Magenta #EE16DF
RGB
CMYK
RGB Variations
Color information
#EE16DF (or 0xEE16DF) is known color: Hot Magenta. HEX triplet: EE, 16 and DF. RGB value is (238,22,223). Sum of RGB (Red+Green+Blue) = 238+22+223=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE16DF is #11E920. Grayscale: #6C6C6C. Windows color (decimal): -1173793 or 14620398. OLE color: 14620398.
HSL color Cylindrical-coordinate representation of color #EE16DF: hue angle of 304.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16DF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.07 |
| HSL | 304.17º | 0.86% | 0.51% | - |
| HSV(B) | 304.17º | 0.91% | 0.93% | - |
| XYZ | 48.87 | 24.08 | 71.88 | - |
| YUV | 109.5 | 192.06 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 223 | 0 | 0.91 | 0.06 | 0.07 | 304.17 | 0.86 | 0.51 |
| Hex | EE | 16 | DF | 0 | 5B | 6 | 7 | 130 | 56 | 33 |
| Octal | 356 | 26 | 337 | 0 | 133 | 6 | 7 | 460 | 126 | 63 |
| Binary | 11101110 | 10110 | 11011111 | 0 | 1011011 | 110 | 111 | 100110000 | 1010110 | 110011 |
Color Harmonies of #EE16DF
Complementary color
Monochromatic Colors of #EE16DF
Black with #EE16DF
Text Example
Text Example
White with #EE16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16DF; }
p { color: rgb(238,22,223); }
H1.HeaderClassName
{
color: #EE16DF;
}
.AnyTagClassName
{
color: #EE16DF;
}
</style>
background-color css
<style>
a { background-color: #EE16DF; }
a { background-color: rgb(238,22,223); }
div.DivClassName
{
background-color: #EE16DF;
}
.BgClassName
{
background-color: #EE16DF;
}
</style>
border-color css
<style>
span { border-color: #EE16DF; }
span { border-color: rgb(238,22,223); }
td.TdClassName
{
border-color: #EE16DF;
}
.TagClassName
{
border-color: #EE16DF;
}
</style>