Shades of Hot Magenta #EE0DD7
Tints of Hot Magenta #EE0DD7
RGB
CMYK
RGB Variations
Color information
#EE0DD7 (or 0xEE0DD7) is known color: Hot Magenta. HEX triplet: EE, 0D and D7. RGB value is (238,13,215). Sum of RGB (Red+Green+Blue) = 238+13+215=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DD7 is #11F228. Grayscale: #666666. Windows color (decimal): -1176105 or 14093806. OLE color: 14093806.
HSL color Cylindrical-coordinate representation of color #EE0DD7: hue angle of 306.13º 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 #EE0DD7 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 215 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.07 |
| HSL | 306.13º | 0.9% | 0.49% | - |
| HSV(B) | 306.13º | 0.95% | 0.93% | - |
| XYZ | 47.67 | 23.37 | 66.29 | - |
| YUV | 103.3 | 191.04 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 215 | 0 | 0.95 | 0.10 | 0.07 | 306.13 | 0.9 | 0.49 |
| Hex | EE | D | D7 | 0 | 5F | A | 7 | 132 | 5A | 31 |
| Octal | 356 | 15 | 327 | 0 | 137 | 12 | 7 | 462 | 132 | 61 |
| Binary | 11101110 | 1101 | 11010111 | 0 | 1011111 | 1010 | 111 | 100110010 | 1011010 | 110001 |
Color Harmonies of #EE0DD7
Complementary color
Monochromatic Colors of #EE0DD7
Black with #EE0DD7
Text Example
Text Example
White with #EE0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DD7; }
p { color: rgb(238,13,215); }
H1.HeaderClassName
{
color: #EE0DD7;
}
.AnyTagClassName
{
color: #EE0DD7;
}
</style>
background-color css
<style>
a { background-color: #EE0DD7; }
a { background-color: rgb(238,13,215); }
div.DivClassName
{
background-color: #EE0DD7;
}
.BgClassName
{
background-color: #EE0DD7;
}
</style>
border-color css
<style>
span { border-color: #EE0DD7; }
span { border-color: rgb(238,13,215); }
td.TdClassName
{
border-color: #EE0DD7;
}
.TagClassName
{
border-color: #EE0DD7;
}
</style>