Shades of Hot Magenta #EE0ADC
Tints of Hot Magenta #EE0ADC
RGB
CMYK
RGB Variations
Color information
#EE0ADC (or 0xEE0ADC) is known color: Hot Magenta. HEX triplet: EE, 0A and DC. RGB value is (238,10,220). Sum of RGB (Red+Green+Blue) = 238+10+220=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ADC is #11F523. Grayscale: #656565. Windows color (decimal): -1176868 or 14420718. OLE color: 14420718.
HSL color Cylindrical-coordinate representation of color #EE0ADC: hue angle of 304.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0ADC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 304.74º | 0.92% | 0.49% | - |
| HSV(B) | 304.74º | 0.96% | 0.93% | - |
| XYZ | 48.29 | 23.56 | 69.71 | - |
| YUV | 102.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 220 | 0 | 0.96 | 0.08 | 0.07 | 304.74 | 0.92 | 0.49 |
| Hex | EE | A | DC | 0 | 60 | 8 | 7 | 131 | 5C | 31 |
| Octal | 356 | 12 | 334 | 0 | 140 | 10 | 7 | 461 | 134 | 61 |
| Binary | 11101110 | 1010 | 11011100 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011100 | 110001 |
Color Harmonies of #EE0ADC
Complementary color
Monochromatic Colors of #EE0ADC
Black with #EE0ADC
Text Example
Text Example
White with #EE0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ADC; }
p { color: rgb(238,10,220); }
H1.HeaderClassName
{
color: #EE0ADC;
}
.AnyTagClassName
{
color: #EE0ADC;
}
</style>
background-color css
<style>
a { background-color: #EE0ADC; }
a { background-color: rgb(238,10,220); }
div.DivClassName
{
background-color: #EE0ADC;
}
.BgClassName
{
background-color: #EE0ADC;
}
</style>
border-color css
<style>
span { border-color: #EE0ADC; }
span { border-color: rgb(238,10,220); }
td.TdClassName
{
border-color: #EE0ADC;
}
.TagClassName
{
border-color: #EE0ADC;
}
</style>