Shades of Hot Magenta #EC16E3
Tints of Hot Magenta #EC16E3
RGB
CMYK
RGB Variations
Color information
#EC16E3 (or 0xEC16E3) is known color: Hot Magenta. HEX triplet: EC, 16 and E3. RGB value is (236,22,227). Sum of RGB (Red+Green+Blue) = 236+22+227=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16E3 is #13E91C. Grayscale: #6C6C6C. Windows color (decimal): -1304861 or 14882540. OLE color: 14882540.
HSL color Cylindrical-coordinate representation of color #EC16E3: hue angle of 302.52º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16E3 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 227 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.07 |
| HSL | 302.52º | 0.85% | 0.51% | - |
| HSV(B) | 302.52º | 0.91% | 0.93% | - |
| XYZ | 48.74 | 23.95 | 74.73 | - |
| YUV | 109.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 227 | 0 | 0.91 | 0.04 | 0.07 | 302.52 | 0.85 | 0.51 |
| Hex | EC | 16 | E3 | 0 | 5B | 4 | 7 | 12F | 55 | 33 |
| Octal | 354 | 26 | 343 | 0 | 133 | 4 | 7 | 457 | 125 | 63 |
| Binary | 11101100 | 10110 | 11100011 | 0 | 1011011 | 100 | 111 | 100101111 | 1010101 | 110011 |
Color Harmonies of #EC16E3
Complementary color
Monochromatic Colors of #EC16E3
Black with #EC16E3
Text Example
Text Example
White with #EC16E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16E3; }
p { color: rgb(236,22,227); }
H1.HeaderClassName
{
color: #EC16E3;
}
.AnyTagClassName
{
color: #EC16E3;
}
</style>
background-color css
<style>
a { background-color: #EC16E3; }
a { background-color: rgb(236,22,227); }
div.DivClassName
{
background-color: #EC16E3;
}
.BgClassName
{
background-color: #EC16E3;
}
</style>
border-color css
<style>
span { border-color: #EC16E3; }
span { border-color: rgb(236,22,227); }
td.TdClassName
{
border-color: #EC16E3;
}
.TagClassName
{
border-color: #EC16E3;
}
</style>