Shades of Hot Magenta #EE01DF
Tints of Hot Magenta #EE01DF
RGB
CMYK
RGB Variations
Color information
#EE01DF (or 0xEE01DF) is known color: Hot Magenta. HEX triplet: EE, 01 and DF. RGB value is (238,1,223). Sum of RGB (Red+Green+Blue) = 238+1+223=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01DF is #11FE20. Grayscale: #606060. Windows color (decimal): -1179169 or 14615022. OLE color: 14615022.
HSL color Cylindrical-coordinate representation of color #EE01DF: hue angle of 303.8º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01DF is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.07 |
| HSL | 303.8º | 0.99% | 0.47% | - |
| HSV(B) | 303.8º | 1% | 0.93% | - |
| XYZ | 48.59 | 23.53 | 71.79 | - |
| YUV | 97.17 | 199.02 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 223 | 0 | 1.00 | 0.06 | 0.07 | 303.8 | 0.99 | 0.47 |
| Hex | EE | 1 | DF | 0 | 64 | 6 | 7 | 130 | 63 | 2F |
| Octal | 356 | 1 | 337 | 0 | 144 | 6 | 7 | 460 | 143 | 57 |
| Binary | 11101110 | 1 | 11011111 | 0 | 1100100 | 110 | 111 | 100110000 | 1100011 | 101111 |
Color Harmonies of #EE01DF
Complementary color
Monochromatic Colors of #EE01DF
Black with #EE01DF
Text Example
Text Example
White with #EE01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01DF; }
p { color: rgb(238,1,223); }
H1.HeaderClassName
{
color: #EE01DF;
}
.AnyTagClassName
{
color: #EE01DF;
}
</style>
background-color css
<style>
a { background-color: #EE01DF; }
a { background-color: rgb(238,1,223); }
div.DivClassName
{
background-color: #EE01DF;
}
.BgClassName
{
background-color: #EE01DF;
}
</style>
border-color css
<style>
span { border-color: #EE01DF; }
span { border-color: rgb(238,1,223); }
td.TdClassName
{
border-color: #EE01DF;
}
.TagClassName
{
border-color: #EE01DF;
}
</style>