Shades of Hot Magenta #EE08DB
Tints of Hot Magenta #EE08DB
RGB
CMYK
RGB Variations
Color information
#EE08DB (or 0xEE08DB) is known color: Hot Magenta. HEX triplet: EE, 08 and DB. RGB value is (238,8,219). Sum of RGB (Red+Green+Blue) = 238+8+219=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08DB is #11F724. Grayscale: #646464. Windows color (decimal): -1177381 or 14354670. OLE color: 14354670.
HSL color Cylindrical-coordinate representation of color #EE08DB: hue angle of 304.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08DB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.07 |
| HSL | 304.96º | 0.93% | 0.48% | - |
| HSV(B) | 304.96º | 0.97% | 0.93% | - |
| XYZ | 48.13 | 23.47 | 69.01 | - |
| YUV | 100.82 | 194.7 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 219 | 0 | 0.97 | 0.08 | 0.07 | 304.96 | 0.93 | 0.48 |
| Hex | EE | 8 | DB | 0 | 61 | 8 | 7 | 131 | 5D | 30 |
| Octal | 356 | 10 | 333 | 0 | 141 | 10 | 7 | 461 | 135 | 60 |
| Binary | 11101110 | 1000 | 11011011 | 0 | 1100001 | 1000 | 111 | 100110001 | 1011101 | 110000 |
Color Harmonies of #EE08DB
Complementary color
Monochromatic Colors of #EE08DB
Black with #EE08DB
Text Example
Text Example
White with #EE08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08DB; }
p { color: rgb(238,8,219); }
H1.HeaderClassName
{
color: #EE08DB;
}
.AnyTagClassName
{
color: #EE08DB;
}
</style>
background-color css
<style>
a { background-color: #EE08DB; }
a { background-color: rgb(238,8,219); }
div.DivClassName
{
background-color: #EE08DB;
}
.BgClassName
{
background-color: #EE08DB;
}
</style>
border-color css
<style>
span { border-color: #EE08DB; }
span { border-color: rgb(238,8,219); }
td.TdClassName
{
border-color: #EE08DB;
}
.TagClassName
{
border-color: #EE08DB;
}
</style>