Shades of Hot Magenta #EE05C7
Tints of Hot Magenta #EE05C7
RGB
CMYK
RGB Variations
Color information
#EE05C7 (or 0xEE05C7) is known color: Hot Magenta. HEX triplet: EE, 05 and C7. RGB value is (238,5,199). Sum of RGB (Red+Green+Blue) = 238+5+199=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05C7 is #11FA38. Grayscale: #606060. Windows color (decimal): -1178169 or 13043182. OLE color: 13043182.
HSL color Cylindrical-coordinate representation of color #EE05C7: hue angle of 310.04º 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 #EE05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.07 |
| HSL | 310.04º | 0.96% | 0.48% | - |
| HSV(B) | 310.04º | 0.98% | 0.93% | - |
| XYZ | 45.62 | 22.41 | 55.95 | - |
| YUV | 96.78 | 185.69 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 199 | 0 | 0.98 | 0.16 | 0.07 | 310.04 | 0.96 | 0.48 |
| Hex | EE | 5 | C7 | 0 | 62 | 10 | 7 | 136 | 60 | 30 |
| Octal | 356 | 5 | 307 | 0 | 142 | 20 | 7 | 466 | 140 | 60 |
| Binary | 11101110 | 101 | 11000111 | 0 | 1100010 | 10000 | 111 | 100110110 | 1100000 | 110000 |
Color Harmonies of #EE05C7
Complementary color
Monochromatic Colors of #EE05C7
Black with #EE05C7
Text Example
Text Example
White with #EE05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05C7; }
p { color: rgb(238,5,199); }
H1.HeaderClassName
{
color: #EE05C7;
}
.AnyTagClassName
{
color: #EE05C7;
}
</style>
background-color css
<style>
a { background-color: #EE05C7; }
a { background-color: rgb(238,5,199); }
div.DivClassName
{
background-color: #EE05C7;
}
.BgClassName
{
background-color: #EE05C7;
}
</style>
border-color css
<style>
span { border-color: #EE05C7; }
span { border-color: rgb(238,5,199); }
td.TdClassName
{
border-color: #EE05C7;
}
.TagClassName
{
border-color: #EE05C7;
}
</style>