Shades of Hot Magenta #EE17DD
Tints of Hot Magenta #EE17DD
RGB
CMYK
RGB Variations
Color information
#EE17DD (or 0xEE17DD) is known color: Hot Magenta. HEX triplet: EE, 17 and DD. RGB value is (238,23,221). Sum of RGB (Red+Green+Blue) = 238+23+221=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE17DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE17DD is #11E822. Grayscale: #6D6D6D. Windows color (decimal): -1173539 or 14489582. OLE color: 14489582.
HSL color Cylindrical-coordinate representation of color #EE17DD: hue angle of 304.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE17DD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 221 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.07 |
| HSL | 304.74º | 0.86% | 0.51% | - |
| HSV(B) | 304.74º | 0.9% | 0.93% | - |
| XYZ | 48.62 | 24.01 | 70.48 | - |
| YUV | 109.86 | 190.73 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 221 | 0 | 0.90 | 0.07 | 0.07 | 304.74 | 0.86 | 0.51 |
| Hex | EE | 17 | DD | 0 | 5A | 7 | 7 | 131 | 56 | 33 |
| Octal | 356 | 27 | 335 | 0 | 132 | 7 | 7 | 461 | 126 | 63 |
| Binary | 11101110 | 10111 | 11011101 | 0 | 1011010 | 111 | 111 | 100110001 | 1010110 | 110011 |
Color Harmonies of #EE17DD
Complementary color
Monochromatic Colors of #EE17DD
Black with #EE17DD
Text Example
Text Example
White with #EE17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17DD; }
p { color: rgb(238,23,221); }
H1.HeaderClassName
{
color: #EE17DD;
}
.AnyTagClassName
{
color: #EE17DD;
}
</style>
background-color css
<style>
a { background-color: #EE17DD; }
a { background-color: rgb(238,23,221); }
div.DivClassName
{
background-color: #EE17DD;
}
.BgClassName
{
background-color: #EE17DD;
}
</style>
border-color css
<style>
span { border-color: #EE17DD; }
span { border-color: rgb(238,23,221); }
td.TdClassName
{
border-color: #EE17DD;
}
.TagClassName
{
border-color: #EE17DD;
}
</style>