Shades of Hot Magenta #EE10DB
Tints of Hot Magenta #EE10DB
RGB
CMYK
RGB Variations
Color information
#EE10DB (or 0xEE10DB) is known color: Hot Magenta. HEX triplet: EE, 10 and DB. RGB value is (238,16,219). Sum of RGB (Red+Green+Blue) = 238+16+219=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10DB is #11EF24. Grayscale: #686868. Windows color (decimal): -1175333 or 14356718. OLE color: 14356718.
HSL color Cylindrical-coordinate representation of color #EE10DB: hue angle of 305.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10DB is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 219 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.07 |
| HSL | 305.14º | 0.87% | 0.5% | - |
| HSV(B) | 305.14º | 0.93% | 0.93% | - |
| XYZ | 48.23 | 23.66 | 69.04 | - |
| YUV | 105.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 219 | 0 | 0.93 | 0.08 | 0.07 | 305.14 | 0.87 | 0.5 |
| Hex | EE | 10 | DB | 0 | 5D | 8 | 7 | 131 | 57 | 32 |
| Octal | 356 | 20 | 333 | 0 | 135 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101110 | 10000 | 11011011 | 0 | 1011101 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EE10DB
Complementary color
Monochromatic Colors of #EE10DB
Black with #EE10DB
Text Example
Text Example
White with #EE10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10DB; }
p { color: rgb(238,16,219); }
H1.HeaderClassName
{
color: #EE10DB;
}
.AnyTagClassName
{
color: #EE10DB;
}
</style>
background-color css
<style>
a { background-color: #EE10DB; }
a { background-color: rgb(238,16,219); }
div.DivClassName
{
background-color: #EE10DB;
}
.BgClassName
{
background-color: #EE10DB;
}
</style>
border-color css
<style>
span { border-color: #EE10DB; }
span { border-color: rgb(238,16,219); }
td.TdClassName
{
border-color: #EE10DB;
}
.TagClassName
{
border-color: #EE10DB;
}
</style>