Shades of Hot Magenta #EE08DD
Tints of Hot Magenta #EE08DD
RGB
CMYK
RGB Variations
Color information
#EE08DD (or 0xEE08DD) is known color: Hot Magenta. HEX triplet: EE, 08 and DD. RGB value is (238,8,221). Sum of RGB (Red+Green+Blue) = 238+8+221=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08DD is #11F722. Grayscale: #646464. Windows color (decimal): -1177379 or 14485742. OLE color: 14485742.
HSL color Cylindrical-coordinate representation of color #EE08DD: hue angle of 304.43º 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 #EE08DD is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 221 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.07 |
| HSL | 304.43º | 0.93% | 0.48% | - |
| HSV(B) | 304.43º | 0.97% | 0.93% | - |
| XYZ | 48.4 | 23.57 | 70.41 | - |
| YUV | 101.05 | 195.7 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 221 | 0 | 0.97 | 0.07 | 0.07 | 304.43 | 0.93 | 0.48 |
| Hex | EE | 8 | DD | 0 | 61 | 7 | 7 | 130 | 5D | 30 |
| Octal | 356 | 10 | 335 | 0 | 141 | 7 | 7 | 460 | 135 | 60 |
| Binary | 11101110 | 1000 | 11011101 | 0 | 1100001 | 111 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EE08DD
Complementary color
Monochromatic Colors of #EE08DD
Black with #EE08DD
Text Example
Text Example
White with #EE08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08DD; }
p { color: rgb(238,8,221); }
H1.HeaderClassName
{
color: #EE08DD;
}
.AnyTagClassName
{
color: #EE08DD;
}
</style>
background-color css
<style>
a { background-color: #EE08DD; }
a { background-color: rgb(238,8,221); }
div.DivClassName
{
background-color: #EE08DD;
}
.BgClassName
{
background-color: #EE08DD;
}
</style>
border-color css
<style>
span { border-color: #EE08DD; }
span { border-color: rgb(238,8,221); }
td.TdClassName
{
border-color: #EE08DD;
}
.TagClassName
{
border-color: #EE08DD;
}
</style>