Shades of Hot Magenta #EE01D7
Tints of Hot Magenta #EE01D7
RGB
CMYK
RGB Variations
Color information
#EE01D7 (or 0xEE01D7) is known color: Hot Magenta. HEX triplet: EE, 01 and D7. RGB value is (238,1,215). Sum of RGB (Red+Green+Blue) = 238+1+215=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01D7 is #11FE28. Grayscale: #5F5F5F. Windows color (decimal): -1179177 or 14090734. OLE color: 14090734.
HSL color Cylindrical-coordinate representation of color #EE01D7: hue angle of 305.82º 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 #EE01D7 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 215 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.07 |
| HSL | 305.82º | 0.99% | 0.47% | - |
| HSV(B) | 305.82º | 1% | 0.93% | - |
| XYZ | 47.54 | 23.11 | 66.24 | - |
| YUV | 96.26 | 195.02 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 215 | 0 | 1.00 | 0.10 | 0.07 | 305.82 | 0.99 | 0.47 |
| Hex | EE | 1 | D7 | 0 | 64 | A | 7 | 132 | 63 | 2F |
| Octal | 356 | 1 | 327 | 0 | 144 | 12 | 7 | 462 | 143 | 57 |
| Binary | 11101110 | 1 | 11010111 | 0 | 1100100 | 1010 | 111 | 100110010 | 1100011 | 101111 |
Color Harmonies of #EE01D7
Complementary color
Monochromatic Colors of #EE01D7
Black with #EE01D7
Text Example
Text Example
White with #EE01D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01D7; }
p { color: rgb(238,1,215); }
H1.HeaderClassName
{
color: #EE01D7;
}
.AnyTagClassName
{
color: #EE01D7;
}
</style>
background-color css
<style>
a { background-color: #EE01D7; }
a { background-color: rgb(238,1,215); }
div.DivClassName
{
background-color: #EE01D7;
}
.BgClassName
{
background-color: #EE01D7;
}
</style>
border-color css
<style>
span { border-color: #EE01D7; }
span { border-color: rgb(238,1,215); }
td.TdClassName
{
border-color: #EE01D7;
}
.TagClassName
{
border-color: #EE01D7;
}
</style>