Shades of Hot Magenta #EE05D2
Tints of Hot Magenta #EE05D2
RGB
CMYK
RGB Variations
Color information
#EE05D2 (or 0xEE05D2) is known color: Hot Magenta. HEX triplet: EE, 05 and D2. RGB value is (238,5,210). Sum of RGB (Red+Green+Blue) = 238+5+210=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05D2 is #11FA2D. Grayscale: #616161. Windows color (decimal): -1178158 or 13764078. OLE color: 13764078.
HSL color Cylindrical-coordinate representation of color #EE05D2: hue angle of 307.21º 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 #EE05D2 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.07 |
| HSL | 307.21º | 0.96% | 0.48% | - |
| HSV(B) | 307.21º | 0.98% | 0.93% | - |
| XYZ | 46.95 | 22.94 | 62.93 | - |
| YUV | 98.04 | 191.19 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 210 | 0 | 0.98 | 0.12 | 0.07 | 307.21 | 0.96 | 0.48 |
| Hex | EE | 5 | D2 | 0 | 62 | C | 7 | 133 | 60 | 30 |
| Octal | 356 | 5 | 322 | 0 | 142 | 14 | 7 | 463 | 140 | 60 |
| Binary | 11101110 | 101 | 11010010 | 0 | 1100010 | 1100 | 111 | 100110011 | 1100000 | 110000 |
Color Harmonies of #EE05D2
Complementary color
Monochromatic Colors of #EE05D2
Black with #EE05D2
Text Example
Text Example
White with #EE05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05D2; }
p { color: rgb(238,5,210); }
H1.HeaderClassName
{
color: #EE05D2;
}
.AnyTagClassName
{
color: #EE05D2;
}
</style>
background-color css
<style>
a { background-color: #EE05D2; }
a { background-color: rgb(238,5,210); }
div.DivClassName
{
background-color: #EE05D2;
}
.BgClassName
{
background-color: #EE05D2;
}
</style>
border-color css
<style>
span { border-color: #EE05D2; }
span { border-color: rgb(238,5,210); }
td.TdClassName
{
border-color: #EE05D2;
}
.TagClassName
{
border-color: #EE05D2;
}
</style>