Shades of Hot Magenta #EE05DD
Tints of Hot Magenta #EE05DD
RGB
CMYK
RGB Variations
Color information
#EE05DD (or 0xEE05DD) is known color: Hot Magenta. HEX triplet: EE, 05 and DD. RGB value is (238,5,221). Sum of RGB (Red+Green+Blue) = 238+5+221=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05DD is #11FA22. Grayscale: #626262. Windows color (decimal): -1178147 or 14484974. OLE color: 14484974.
HSL color Cylindrical-coordinate representation of color #EE05DD: hue angle of 304.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05DD is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.07 |
| HSL | 304.38º | 0.96% | 0.48% | - |
| HSV(B) | 304.38º | 0.98% | 0.93% | - |
| XYZ | 48.37 | 23.51 | 70.39 | - |
| YUV | 99.29 | 196.69 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 221 | 0 | 0.98 | 0.07 | 0.07 | 304.38 | 0.96 | 0.48 |
| Hex | EE | 5 | DD | 0 | 62 | 7 | 7 | 130 | 60 | 30 |
| Octal | 356 | 5 | 335 | 0 | 142 | 7 | 7 | 460 | 140 | 60 |
| Binary | 11101110 | 101 | 11011101 | 0 | 1100010 | 111 | 111 | 100110000 | 1100000 | 110000 |
Color Harmonies of #EE05DD
Complementary color
Monochromatic Colors of #EE05DD
Black with #EE05DD
Text Example
Text Example
White with #EE05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05DD; }
p { color: rgb(238,5,221); }
H1.HeaderClassName
{
color: #EE05DD;
}
.AnyTagClassName
{
color: #EE05DD;
}
</style>
background-color css
<style>
a { background-color: #EE05DD; }
a { background-color: rgb(238,5,221); }
div.DivClassName
{
background-color: #EE05DD;
}
.BgClassName
{
background-color: #EE05DD;
}
</style>
border-color css
<style>
span { border-color: #EE05DD; }
span { border-color: rgb(238,5,221); }
td.TdClassName
{
border-color: #EE05DD;
}
.TagClassName
{
border-color: #EE05DD;
}
</style>