Shades of Hot Magenta #EE02DF
Tints of Hot Magenta #EE02DF
RGB
CMYK
RGB Variations
Color information
#EE02DF (or 0xEE02DF) is known color: Hot Magenta. HEX triplet: EE, 02 and DF. RGB value is (238,2,223). Sum of RGB (Red+Green+Blue) = 238+2+223=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02DF is #11FD20. Grayscale: #616161. Windows color (decimal): -1178913 or 14615278. OLE color: 14615278.
HSL color Cylindrical-coordinate representation of color #EE02DF: hue angle of 303.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02DF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.07 |
| HSL | 303.81º | 0.98% | 0.47% | - |
| HSV(B) | 303.81º | 0.99% | 0.93% | - |
| XYZ | 48.6 | 23.55 | 71.8 | - |
| YUV | 97.76 | 198.69 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 223 | 0 | 0.99 | 0.06 | 0.07 | 303.81 | 0.98 | 0.47 |
| Hex | EE | 2 | DF | 0 | 63 | 6 | 7 | 130 | 62 | 2F |
| Octal | 356 | 2 | 337 | 0 | 143 | 6 | 7 | 460 | 142 | 57 |
| Binary | 11101110 | 10 | 11011111 | 0 | 1100011 | 110 | 111 | 100110000 | 1100010 | 101111 |
Color Harmonies of #EE02DF
Complementary color
Monochromatic Colors of #EE02DF
Black with #EE02DF
Text Example
Text Example
White with #EE02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02DF; }
p { color: rgb(238,2,223); }
H1.HeaderClassName
{
color: #EE02DF;
}
.AnyTagClassName
{
color: #EE02DF;
}
</style>
background-color css
<style>
a { background-color: #EE02DF; }
a { background-color: rgb(238,2,223); }
div.DivClassName
{
background-color: #EE02DF;
}
.BgClassName
{
background-color: #EE02DF;
}
</style>
border-color css
<style>
span { border-color: #EE02DF; }
span { border-color: rgb(238,2,223); }
td.TdClassName
{
border-color: #EE02DF;
}
.TagClassName
{
border-color: #EE02DF;
}
</style>