Shades of Hot Magenta #EE09DC
Tints of Hot Magenta #EE09DC
RGB
CMYK
RGB Variations
Color information
#EE09DC (or 0xEE09DC) is known color: Hot Magenta. HEX triplet: EE, 09 and DC. RGB value is (238,9,220). Sum of RGB (Red+Green+Blue) = 238+9+220=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE09DC is #11F623. Grayscale: #646464. Windows color (decimal): -1177124 or 14420462. OLE color: 14420462.
HSL color Cylindrical-coordinate representation of color #EE09DC: hue angle of 304.72º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE09DC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 304.72º | 0.93% | 0.48% | - |
| HSV(B) | 304.72º | 0.96% | 0.93% | - |
| XYZ | 48.28 | 23.54 | 69.71 | - |
| YUV | 101.53 | 194.87 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 220 | 0 | 0.96 | 0.08 | 0.07 | 304.72 | 0.93 | 0.48 |
| Hex | EE | 9 | DC | 0 | 60 | 8 | 7 | 131 | 5D | 30 |
| Octal | 356 | 11 | 334 | 0 | 140 | 10 | 7 | 461 | 135 | 60 |
| Binary | 11101110 | 1001 | 11011100 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011101 | 110000 |
Color Harmonies of #EE09DC
Complementary color
Monochromatic Colors of #EE09DC
Black with #EE09DC
Text Example
Text Example
White with #EE09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE09DC; }
p { color: rgb(238,9,220); }
H1.HeaderClassName
{
color: #EE09DC;
}
.AnyTagClassName
{
color: #EE09DC;
}
</style>
background-color css
<style>
a { background-color: #EE09DC; }
a { background-color: rgb(238,9,220); }
div.DivClassName
{
background-color: #EE09DC;
}
.BgClassName
{
background-color: #EE09DC;
}
</style>
border-color css
<style>
span { border-color: #EE09DC; }
span { border-color: rgb(238,9,220); }
td.TdClassName
{
border-color: #EE09DC;
}
.TagClassName
{
border-color: #EE09DC;
}
</style>