Shades of Hot Magenta #EC17DE
Tints of Hot Magenta #EC17DE
RGB
CMYK
RGB Variations
Color information
#EC17DE (or 0xEC17DE) is known color: Hot Magenta. HEX triplet: EC, 17 and DE. RGB value is (236,23,222). Sum of RGB (Red+Green+Blue) = 236+23+222=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC17DE is #13E821. Grayscale: #6C6C6C. Windows color (decimal): -1304610 or 14555116. OLE color: 14555116.
HSL color Cylindrical-coordinate representation of color #EC17DE: hue angle of 303.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC17DE is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 222 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.07 |
| HSL | 303.94º | 0.85% | 0.51% | - |
| HSV(B) | 303.94º | 0.9% | 0.93% | - |
| XYZ | 48.08 | 23.72 | 71.15 | - |
| YUV | 109.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 222 | 0 | 0.90 | 0.06 | 0.07 | 303.94 | 0.85 | 0.51 |
| Hex | EC | 17 | DE | 0 | 5A | 6 | 7 | 130 | 55 | 33 |
| Octal | 354 | 27 | 336 | 0 | 132 | 6 | 7 | 460 | 125 | 63 |
| Binary | 11101100 | 10111 | 11011110 | 0 | 1011010 | 110 | 111 | 100110000 | 1010101 | 110011 |
Color Harmonies of #EC17DE
Complementary color
Monochromatic Colors of #EC17DE
Black with #EC17DE
Text Example
Text Example
White with #EC17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17DE; }
p { color: rgb(236,23,222); }
H1.HeaderClassName
{
color: #EC17DE;
}
.AnyTagClassName
{
color: #EC17DE;
}
</style>
background-color css
<style>
a { background-color: #EC17DE; }
a { background-color: rgb(236,23,222); }
div.DivClassName
{
background-color: #EC17DE;
}
.BgClassName
{
background-color: #EC17DE;
}
</style>
border-color css
<style>
span { border-color: #EC17DE; }
span { border-color: rgb(236,23,222); }
td.TdClassName
{
border-color: #EC17DE;
}
.TagClassName
{
border-color: #EC17DE;
}
</style>