Shades of Hot Magenta #EE03DD
Tints of Hot Magenta #EE03DD
RGB
CMYK
RGB Variations
Color information
#EE03DD (or 0xEE03DD) is known color: Hot Magenta. HEX triplet: EE, 03 and DD. RGB value is (238,3,221). Sum of RGB (Red+Green+Blue) = 238+3+221=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03DD is #11FC22. Grayscale: #616161. Windows color (decimal): -1178659 or 14484462. OLE color: 14484462.
HSL color Cylindrical-coordinate representation of color #EE03DD: hue angle of 304.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03DD is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.07 |
| HSL | 304.34º | 0.98% | 0.47% | - |
| HSV(B) | 304.34º | 0.99% | 0.93% | - |
| XYZ | 48.34 | 23.46 | 70.39 | - |
| YUV | 98.12 | 197.36 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 221 | 0 | 0.99 | 0.07 | 0.07 | 304.34 | 0.98 | 0.47 |
| Hex | EE | 3 | DD | 0 | 63 | 7 | 7 | 130 | 62 | 2F |
| Octal | 356 | 3 | 335 | 0 | 143 | 7 | 7 | 460 | 142 | 57 |
| Binary | 11101110 | 11 | 11011101 | 0 | 1100011 | 111 | 111 | 100110000 | 1100010 | 101111 |
Color Harmonies of #EE03DD
Complementary color
Monochromatic Colors of #EE03DD
Black with #EE03DD
Text Example
Text Example
White with #EE03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03DD; }
p { color: rgb(238,3,221); }
H1.HeaderClassName
{
color: #EE03DD;
}
.AnyTagClassName
{
color: #EE03DD;
}
</style>
background-color css
<style>
a { background-color: #EE03DD; }
a { background-color: rgb(238,3,221); }
div.DivClassName
{
background-color: #EE03DD;
}
.BgClassName
{
background-color: #EE03DD;
}
</style>
border-color css
<style>
span { border-color: #EE03DD; }
span { border-color: rgb(238,3,221); }
td.TdClassName
{
border-color: #EE03DD;
}
.TagClassName
{
border-color: #EE03DD;
}
</style>