Shades of Magenta #EC1EE7
Tints of Magenta #EC1EE7
RGB
CMYK
RGB Variations
Color information
#EC1EE7 (or 0xEC1EE7) is known color: Magenta. HEX triplet: EC, 1E and E7. RGB value is (236,30,231). Sum of RGB (Red+Green+Blue) = 236+30+231=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EE7 is #13E118. Grayscale: #717171. Windows color (decimal): -1302809 or 15146732. OLE color: 15146732.
HSL color Cylindrical-coordinate representation of color #EC1EE7: hue angle of 301.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EE7 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 231 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.07 |
| HSL | 301.46º | 0.84% | 0.52% | - |
| HSV(B) | 301.46º | 0.87% | 0.93% | - |
| XYZ | 49.48 | 24.53 | 77.73 | - |
| YUV | 114.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 231 | 0 | 0.87 | 0.02 | 0.07 | 301.46 | 0.84 | 0.52 |
| Hex | EC | 1E | E7 | 0 | 57 | 2 | 7 | 12D | 54 | 34 |
| Octal | 354 | 36 | 347 | 0 | 127 | 2 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11110 | 11100111 | 0 | 1010111 | 10 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1EE7
Complementary color
Monochromatic Colors of #EC1EE7
Black with #EC1EE7
Text Example
Text Example
White with #EC1EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EE7; }
p { color: rgb(236,30,231); }
H1.HeaderClassName
{
color: #EC1EE7;
}
.AnyTagClassName
{
color: #EC1EE7;
}
</style>
background-color css
<style>
a { background-color: #EC1EE7; }
a { background-color: rgb(236,30,231); }
div.DivClassName
{
background-color: #EC1EE7;
}
.BgClassName
{
background-color: #EC1EE7;
}
</style>
border-color css
<style>
span { border-color: #EC1EE7; }
span { border-color: rgb(236,30,231); }
td.TdClassName
{
border-color: #EC1EE7;
}
.TagClassName
{
border-color: #EC1EE7;
}
</style>