Shades of Hot Magenta #EE0ADE
Tints of Hot Magenta #EE0ADE
RGB
CMYK
RGB Variations
Color information
#EE0ADE (or 0xEE0ADE) is known color: Hot Magenta. HEX triplet: EE, 0A and DE. RGB value is (238,10,222). Sum of RGB (Red+Green+Blue) = 238+10+222=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ADE is #11F521. Grayscale: #656565. Windows color (decimal): -1176866 or 14551790. OLE color: 14551790.
HSL color Cylindrical-coordinate representation of color #EE0ADE: hue angle of 304.21º 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 #EE0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.07 |
| HSL | 304.21º | 0.92% | 0.49% | - |
| HSV(B) | 304.21º | 0.96% | 0.93% | - |
| XYZ | 48.55 | 23.67 | 71.12 | - |
| YUV | 102.34 | 195.54 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 222 | 0 | 0.96 | 0.07 | 0.07 | 304.21 | 0.92 | 0.49 |
| Hex | EE | A | DE | 0 | 60 | 7 | 7 | 130 | 5C | 31 |
| Octal | 356 | 12 | 336 | 0 | 140 | 7 | 7 | 460 | 134 | 61 |
| Binary | 11101110 | 1010 | 11011110 | 0 | 1100000 | 111 | 111 | 100110000 | 1011100 | 110001 |
Color Harmonies of #EE0ADE
Complementary color
Monochromatic Colors of #EE0ADE
Black with #EE0ADE
Text Example
Text Example
White with #EE0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0ADE; }
p { color: rgb(238,10,222); }
H1.HeaderClassName
{
color: #EE0ADE;
}
.AnyTagClassName
{
color: #EE0ADE;
}
</style>
background-color css
<style>
a { background-color: #EE0ADE; }
a { background-color: rgb(238,10,222); }
div.DivClassName
{
background-color: #EE0ADE;
}
.BgClassName
{
background-color: #EE0ADE;
}
</style>
border-color css
<style>
span { border-color: #EE0ADE; }
span { border-color: rgb(238,10,222); }
td.TdClassName
{
border-color: #EE0ADE;
}
.TagClassName
{
border-color: #EE0ADE;
}
</style>