Shades of Magenta #EC16E7
Tints of Magenta #EC16E7
RGB
CMYK
RGB Variations
Color information
#EC16E7 (or 0xEC16E7) is known color: Magenta. HEX triplet: EC, 16 and E7. RGB value is (236,22,231). Sum of RGB (Red+Green+Blue) = 236+22+231=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC16E7 is #13E918. Grayscale: #6D6D6D. Windows color (decimal): -1304857 or 15144684. OLE color: 15144684.
HSL color Cylindrical-coordinate representation of color #EC16E7: hue angle of 301.4º 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 #EC16E7 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 231 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.07 |
| HSL | 301.4º | 0.85% | 0.51% | - |
| HSV(B) | 301.4º | 0.91% | 0.93% | - |
| XYZ | 49.3 | 24.18 | 77.67 | - |
| YUV | 109.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 231 | 0 | 0.91 | 0.02 | 0.07 | 301.4 | 0.85 | 0.51 |
| Hex | EC | 16 | E7 | 0 | 5B | 2 | 7 | 12D | 55 | 33 |
| Octal | 354 | 26 | 347 | 0 | 133 | 2 | 7 | 455 | 125 | 63 |
| Binary | 11101100 | 10110 | 11100111 | 0 | 1011011 | 10 | 111 | 100101101 | 1010101 | 110011 |
Color Harmonies of #EC16E7
Complementary color
Monochromatic Colors of #EC16E7
Black with #EC16E7
Text Example
Text Example
White with #EC16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16E7; }
p { color: rgb(236,22,231); }
H1.HeaderClassName
{
color: #EC16E7;
}
.AnyTagClassName
{
color: #EC16E7;
}
</style>
background-color css
<style>
a { background-color: #EC16E7; }
a { background-color: rgb(236,22,231); }
div.DivClassName
{
background-color: #EC16E7;
}
.BgClassName
{
background-color: #EC16E7;
}
</style>
border-color css
<style>
span { border-color: #EC16E7; }
span { border-color: rgb(236,22,231); }
td.TdClassName
{
border-color: #EC16E7;
}
.TagClassName
{
border-color: #EC16E7;
}
</style>