Shades of Hot Magenta #EE0DD9
Tints of Hot Magenta #EE0DD9
RGB
CMYK
RGB Variations
Color information
#EE0DD9 (or 0xEE0DD9) is known color: Hot Magenta. HEX triplet: EE, 0D and D9. RGB value is (238,13,217). Sum of RGB (Red+Green+Blue) = 238+13+217=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DD9 is #11F226. Grayscale: #666666. Windows color (decimal): -1176103 or 14224878. OLE color: 14224878.
HSL color Cylindrical-coordinate representation of color #EE0DD9: hue angle of 305.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DD9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 217 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.07 |
| HSL | 305.6º | 0.9% | 0.49% | - |
| HSV(B) | 305.6º | 0.95% | 0.93% | - |
| XYZ | 47.93 | 23.47 | 67.65 | - |
| YUV | 103.53 | 192.04 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 217 | 0 | 0.95 | 0.09 | 0.07 | 305.6 | 0.9 | 0.49 |
| Hex | EE | D | D9 | 0 | 5F | 9 | 7 | 132 | 5A | 31 |
| Octal | 356 | 15 | 331 | 0 | 137 | 11 | 7 | 462 | 132 | 61 |
| Binary | 11101110 | 1101 | 11011001 | 0 | 1011111 | 1001 | 111 | 100110010 | 1011010 | 110001 |
Color Harmonies of #EE0DD9
Complementary color
Monochromatic Colors of #EE0DD9
Black with #EE0DD9
Text Example
Text Example
White with #EE0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DD9; }
p { color: rgb(238,13,217); }
H1.HeaderClassName
{
color: #EE0DD9;
}
.AnyTagClassName
{
color: #EE0DD9;
}
</style>
background-color css
<style>
a { background-color: #EE0DD9; }
a { background-color: rgb(238,13,217); }
div.DivClassName
{
background-color: #EE0DD9;
}
.BgClassName
{
background-color: #EE0DD9;
}
</style>
border-color css
<style>
span { border-color: #EE0DD9; }
span { border-color: rgb(238,13,217); }
td.TdClassName
{
border-color: #EE0DD9;
}
.TagClassName
{
border-color: #EE0DD9;
}
</style>