Shades of Hot Magenta #EE05CE
Tints of Hot Magenta #EE05CE
RGB
CMYK
RGB Variations
Color information
#EE05CE (or 0xEE05CE) is known color: Hot Magenta. HEX triplet: EE, 05 and CE. RGB value is (238,5,206). Sum of RGB (Red+Green+Blue) = 238+5+206=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05CE is #11FA31. Grayscale: #616161. Windows color (decimal): -1178162 or 13501934. OLE color: 13501934.
HSL color Cylindrical-coordinate representation of color #EE05CE: hue angle of 308.24º 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 #EE05CE is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.07 |
| HSL | 308.24º | 0.96% | 0.48% | - |
| HSV(B) | 308.24º | 0.98% | 0.93% | - |
| XYZ | 46.45 | 22.74 | 60.33 | - |
| YUV | 97.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 206 | 0 | 0.98 | 0.13 | 0.07 | 308.24 | 0.96 | 0.48 |
| Hex | EE | 5 | CE | 0 | 62 | D | 7 | 134 | 60 | 30 |
| Octal | 356 | 5 | 316 | 0 | 142 | 15 | 7 | 464 | 140 | 60 |
| Binary | 11101110 | 101 | 11001110 | 0 | 1100010 | 1101 | 111 | 100110100 | 1100000 | 110000 |
Color Harmonies of #EE05CE
Complementary color
Monochromatic Colors of #EE05CE
Black with #EE05CE
Text Example
Text Example
White with #EE05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05CE; }
p { color: rgb(238,5,206); }
H1.HeaderClassName
{
color: #EE05CE;
}
.AnyTagClassName
{
color: #EE05CE;
}
</style>
background-color css
<style>
a { background-color: #EE05CE; }
a { background-color: rgb(238,5,206); }
div.DivClassName
{
background-color: #EE05CE;
}
.BgClassName
{
background-color: #EE05CE;
}
</style>
border-color css
<style>
span { border-color: #EE05CE; }
span { border-color: rgb(238,5,206); }
td.TdClassName
{
border-color: #EE05CE;
}
.TagClassName
{
border-color: #EE05CE;
}
</style>