Shades of Hot Magenta #EE05DF
Tints of Hot Magenta #EE05DF
RGB
CMYK
RGB Variations
Color information
#EE05DF (or 0xEE05DF) is known color: Hot Magenta. HEX triplet: EE, 05 and DF. RGB value is (238,5,223). Sum of RGB (Red+Green+Blue) = 238+5+223=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05DF is #11FA20. Grayscale: #626262. Windows color (decimal): -1178145 or 14616046. OLE color: 14616046.
HSL color Cylindrical-coordinate representation of color #EE05DF: hue angle of 303.86º 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 #EE05DF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.07 |
| HSL | 303.86º | 0.96% | 0.48% | - |
| HSV(B) | 303.86º | 0.98% | 0.93% | - |
| XYZ | 48.63 | 23.61 | 71.81 | - |
| YUV | 99.52 | 197.69 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 223 | 0 | 0.98 | 0.06 | 0.07 | 303.86 | 0.96 | 0.48 |
| Hex | EE | 5 | DF | 0 | 62 | 6 | 7 | 130 | 60 | 30 |
| Octal | 356 | 5 | 337 | 0 | 142 | 6 | 7 | 460 | 140 | 60 |
| Binary | 11101110 | 101 | 11011111 | 0 | 1100010 | 110 | 111 | 100110000 | 1100000 | 110000 |
Color Harmonies of #EE05DF
Complementary color
Monochromatic Colors of #EE05DF
Black with #EE05DF
Text Example
Text Example
White with #EE05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05DF; }
p { color: rgb(238,5,223); }
H1.HeaderClassName
{
color: #EE05DF;
}
.AnyTagClassName
{
color: #EE05DF;
}
</style>
background-color css
<style>
a { background-color: #EE05DF; }
a { background-color: rgb(238,5,223); }
div.DivClassName
{
background-color: #EE05DF;
}
.BgClassName
{
background-color: #EE05DF;
}
</style>
border-color css
<style>
span { border-color: #EE05DF; }
span { border-color: rgb(238,5,223); }
td.TdClassName
{
border-color: #EE05DF;
}
.TagClassName
{
border-color: #EE05DF;
}
</style>