Shades of Magenta #EC07E5
Tints of Magenta #EC07E5
RGB
CMYK
RGB Variations
Color information
#EC07E5 (or 0xEC07E5) is known color: Magenta. HEX triplet: EC, 07 and E5. RGB value is (236,7,229). Sum of RGB (Red+Green+Blue) = 236+7+229=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07E5 is #13F81A. Grayscale: #646464. Windows color (decimal): -1308699 or 15009772. OLE color: 15009772.
HSL color Cylindrical-coordinate representation of color #EC07E5: hue angle of 301.83º 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 #EC07E5 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 301.83º | 0.94% | 0.48% | - |
| HSV(B) | 301.83º | 0.97% | 0.93% | - |
| XYZ | 48.81 | 23.64 | 76.12 | - |
| YUV | 100.78 | 200.37 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 229 | 0 | 0.97 | 0.03 | 0.07 | 301.83 | 0.94 | 0.48 |
| Hex | EC | 7 | E5 | 0 | 61 | 3 | 7 | 12E | 5E | 30 |
| Octal | 354 | 7 | 345 | 0 | 141 | 3 | 7 | 456 | 136 | 60 |
| Binary | 11101100 | 111 | 11100101 | 0 | 1100001 | 11 | 111 | 100101110 | 1011110 | 110000 |
Color Harmonies of #EC07E5
Complementary color
Monochromatic Colors of #EC07E5
Black with #EC07E5
Text Example
Text Example
White with #EC07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07E5; }
p { color: rgb(236,7,229); }
H1.HeaderClassName
{
color: #EC07E5;
}
.AnyTagClassName
{
color: #EC07E5;
}
</style>
background-color css
<style>
a { background-color: #EC07E5; }
a { background-color: rgb(236,7,229); }
div.DivClassName
{
background-color: #EC07E5;
}
.BgClassName
{
background-color: #EC07E5;
}
</style>
border-color css
<style>
span { border-color: #EC07E5; }
span { border-color: rgb(236,7,229); }
td.TdClassName
{
border-color: #EC07E5;
}
.TagClassName
{
border-color: #EC07E5;
}
</style>