Shades of Magenta #EC07E8
Tints of Magenta #EC07E8
RGB
CMYK
RGB Variations
Color information
#EC07E8 (or 0xEC07E8) is known color: Magenta. HEX triplet: EC, 07 and E8. RGB value is (236,7,232). Sum of RGB (Red+Green+Blue) = 236+7+232=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07E8 is #13F817. Grayscale: #646464. Windows color (decimal): -1308696 or 15206380. OLE color: 15206380.
HSL color Cylindrical-coordinate representation of color #EC07E8: hue angle of 301.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07E8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 232 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.07 |
| HSL | 301.05º | 0.94% | 0.48% | - |
| HSV(B) | 301.05º | 0.97% | 0.93% | - |
| XYZ | 49.23 | 23.81 | 78.35 | - |
| YUV | 101.12 | 201.87 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 232 | 0 | 0.97 | 0.02 | 0.07 | 301.05 | 0.94 | 0.48 |
| Hex | EC | 7 | E8 | 0 | 61 | 2 | 7 | 12D | 5E | 30 |
| Octal | 354 | 7 | 350 | 0 | 141 | 2 | 7 | 455 | 136 | 60 |
| Binary | 11101100 | 111 | 11101000 | 0 | 1100001 | 10 | 111 | 100101101 | 1011110 | 110000 |
Color Harmonies of #EC07E8
Complementary color
Monochromatic Colors of #EC07E8
Black with #EC07E8
Text Example
Text Example
White with #EC07E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07E8; }
p { color: rgb(236,7,232); }
H1.HeaderClassName
{
color: #EC07E8;
}
.AnyTagClassName
{
color: #EC07E8;
}
</style>
background-color css
<style>
a { background-color: #EC07E8; }
a { background-color: rgb(236,7,232); }
div.DivClassName
{
background-color: #EC07E8;
}
.BgClassName
{
background-color: #EC07E8;
}
</style>
border-color css
<style>
span { border-color: #EC07E8; }
span { border-color: rgb(236,7,232); }
td.TdClassName
{
border-color: #EC07E8;
}
.TagClassName
{
border-color: #EC07E8;
}
</style>