Shades of Hot Magenta #EC01D7
Tints of Hot Magenta #EC01D7
RGB
CMYK
RGB Variations
Color information
#EC01D7 (or 0xEC01D7) is known color: Hot Magenta. HEX triplet: EC, 01 and D7. RGB value is (236,1,215). Sum of RGB (Red+Green+Blue) = 236+1+215=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D7 is #13FE28. Grayscale: #5F5F5F. Windows color (decimal): -1310249 or 14090732. OLE color: 14090732.
HSL color Cylindrical-coordinate representation of color #EC01D7: hue angle of 305.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01D7 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 215 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.07 |
| HSL | 305.36º | 0.99% | 0.46% | - |
| HSV(B) | 305.36º | 1% | 0.93% | - |
| XYZ | 46.87 | 22.76 | 66.21 | - |
| YUV | 95.66 | 195.36 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 215 | 0 | 1.00 | 0.09 | 0.07 | 305.36 | 0.99 | 0.46 |
| Hex | EC | 1 | D7 | 0 | 64 | 9 | 7 | 131 | 63 | 2E |
| Octal | 354 | 1 | 327 | 0 | 144 | 11 | 7 | 461 | 143 | 56 |
| Binary | 11101100 | 1 | 11010111 | 0 | 1100100 | 1001 | 111 | 100110001 | 1100011 | 101110 |
Color Harmonies of #EC01D7
Complementary color
Monochromatic Colors of #EC01D7
Black with #EC01D7
Text Example
Text Example
White with #EC01D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01D7; }
p { color: rgb(236,1,215); }
H1.HeaderClassName
{
color: #EC01D7;
}
.AnyTagClassName
{
color: #EC01D7;
}
</style>
background-color css
<style>
a { background-color: #EC01D7; }
a { background-color: rgb(236,1,215); }
div.DivClassName
{
background-color: #EC01D7;
}
.BgClassName
{
background-color: #EC01D7;
}
</style>
border-color css
<style>
span { border-color: #EC01D7; }
span { border-color: rgb(236,1,215); }
td.TdClassName
{
border-color: #EC01D7;
}
.TagClassName
{
border-color: #EC01D7;
}
</style>