Shades of Hot Magenta #EE0DDC
Tints of Hot Magenta #EE0DDC
RGB
CMYK
RGB Variations
Color information
#EE0DDC (or 0xEE0DDC) is known color: Hot Magenta. HEX triplet: EE, 0D and DC. RGB value is (238,13,220). Sum of RGB (Red+Green+Blue) = 238+13+220=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DDC is #11F223. Grayscale: #676767. Windows color (decimal): -1176100 or 14421486. OLE color: 14421486.
HSL color Cylindrical-coordinate representation of color #EE0DDC: hue angle of 304.8º 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 #EE0DDC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 304.8º | 0.9% | 0.49% | - |
| HSV(B) | 304.8º | 0.95% | 0.93% | - |
| XYZ | 48.32 | 23.63 | 69.72 | - |
| YUV | 103.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 220 | 0 | 0.95 | 0.08 | 0.07 | 304.8 | 0.9 | 0.49 |
| Hex | EE | D | DC | 0 | 5F | 8 | 7 | 131 | 5A | 31 |
| Octal | 356 | 15 | 334 | 0 | 137 | 10 | 7 | 461 | 132 | 61 |
| Binary | 11101110 | 1101 | 11011100 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EE0DDC
Complementary color
Monochromatic Colors of #EE0DDC
Black with #EE0DDC
Text Example
Text Example
White with #EE0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DDC; }
p { color: rgb(238,13,220); }
H1.HeaderClassName
{
color: #EE0DDC;
}
.AnyTagClassName
{
color: #EE0DDC;
}
</style>
background-color css
<style>
a { background-color: #EE0DDC; }
a { background-color: rgb(238,13,220); }
div.DivClassName
{
background-color: #EE0DDC;
}
.BgClassName
{
background-color: #EE0DDC;
}
</style>
border-color css
<style>
span { border-color: #EE0DDC; }
span { border-color: rgb(238,13,220); }
td.TdClassName
{
border-color: #EE0DDC;
}
.TagClassName
{
border-color: #EE0DDC;
}
</style>