Shades of Hot Magenta #EE16DA
Tints of Hot Magenta #EE16DA
RGB
CMYK
RGB Variations
Color information
#EE16DA (or 0xEE16DA) is known color: Hot Magenta. HEX triplet: EE, 16 and DA. RGB value is (238,22,218). Sum of RGB (Red+Green+Blue) = 238+22+218=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE16DA is #11E925. Grayscale: #6C6C6C. Windows color (decimal): -1173798 or 14292718. OLE color: 14292718.
HSL color Cylindrical-coordinate representation of color #EE16DA: hue angle of 305.56º 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 #EE16DA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 218 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.07 |
| HSL | 305.56º | 0.86% | 0.51% | - |
| HSV(B) | 305.56º | 0.91% | 0.93% | - |
| XYZ | 48.2 | 23.81 | 68.39 | - |
| YUV | 108.93 | 189.56 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 218 | 0 | 0.91 | 0.08 | 0.07 | 305.56 | 0.86 | 0.51 |
| Hex | EE | 16 | DA | 0 | 5B | 8 | 7 | 132 | 56 | 33 |
| Octal | 356 | 26 | 332 | 0 | 133 | 10 | 7 | 462 | 126 | 63 |
| Binary | 11101110 | 10110 | 11011010 | 0 | 1011011 | 1000 | 111 | 100110010 | 1010110 | 110011 |
Color Harmonies of #EE16DA
Complementary color
Monochromatic Colors of #EE16DA
Black with #EE16DA
Text Example
Text Example
White with #EE16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16DA; }
p { color: rgb(238,22,218); }
H1.HeaderClassName
{
color: #EE16DA;
}
.AnyTagClassName
{
color: #EE16DA;
}
</style>
background-color css
<style>
a { background-color: #EE16DA; }
a { background-color: rgb(238,22,218); }
div.DivClassName
{
background-color: #EE16DA;
}
.BgClassName
{
background-color: #EE16DA;
}
</style>
border-color css
<style>
span { border-color: #EE16DA; }
span { border-color: rgb(238,22,218); }
td.TdClassName
{
border-color: #EE16DA;
}
.TagClassName
{
border-color: #EE16DA;
}
</style>