Shades of Magenta #EC17E7
Tints of Magenta #EC17E7
RGB
CMYK
RGB Variations
Color information
#EC17E7 (or 0xEC17E7) is known color: Magenta. HEX triplet: EC, 17 and E7. RGB value is (236,23,231). Sum of RGB (Red+Green+Blue) = 236+23+231=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17E7 is #13E818. Grayscale: #6D6D6D. Windows color (decimal): -1304601 or 15144940. OLE color: 15144940.
HSL color Cylindrical-coordinate representation of color #EC17E7: hue angle of 301.41º 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 #EC17E7 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 231 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.07 |
| HSL | 301.41º | 0.85% | 0.51% | - |
| HSV(B) | 301.41º | 0.9% | 0.93% | - |
| XYZ | 49.32 | 24.22 | 77.68 | - |
| YUV | 110.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 231 | 0 | 0.90 | 0.02 | 0.07 | 301.41 | 0.85 | 0.51 |
| Hex | EC | 17 | E7 | 0 | 5A | 2 | 7 | 12D | 55 | 33 |
| Octal | 354 | 27 | 347 | 0 | 132 | 2 | 7 | 455 | 125 | 63 |
| Binary | 11101100 | 10111 | 11100111 | 0 | 1011010 | 10 | 111 | 100101101 | 1010101 | 110011 |
Color Harmonies of #EC17E7
Complementary color
Monochromatic Colors of #EC17E7
Black with #EC17E7
Text Example
Text Example
White with #EC17E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17E7; }
p { color: rgb(236,23,231); }
H1.HeaderClassName
{
color: #EC17E7;
}
.AnyTagClassName
{
color: #EC17E7;
}
</style>
background-color css
<style>
a { background-color: #EC17E7; }
a { background-color: rgb(236,23,231); }
div.DivClassName
{
background-color: #EC17E7;
}
.BgClassName
{
background-color: #EC17E7;
}
</style>
border-color css
<style>
span { border-color: #EC17E7; }
span { border-color: rgb(236,23,231); }
td.TdClassName
{
border-color: #EC17E7;
}
.TagClassName
{
border-color: #EC17E7;
}
</style>