Shades of Violet #EC79EC
Tints of Violet #EC79EC
RGB
CMYK
RGB Variations
Color information
#EC79EC (or 0xEC79EC) is known color: Violet. HEX triplet: EC, 79 and EC. RGB value is (236,121,236). Sum of RGB (Red+Green+Blue) = 236+121+236=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC79EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC79EC is #138613. Grayscale: #A8A8A8. Windows color (decimal): -1279508 or 15497708. OLE color: 15497708.
HSL color Cylindrical-coordinate representation of color #EC79EC: hue angle of 300º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79EC is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 236 | - |
| CMYK | 0 | 0.49 | 0 | 0.07 |
| HSL | 300º | 0.75% | 0.7% | - |
| HSV(B) | 300º | 0.49% | 0.93% | - |
| XYZ | 56.57 | 37.56 | 83.63 | - |
| YUV | 168.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 236 | 0 | 0.49 | 0 | 0.07 | 300 | 0.75 | 0.7 |
| Hex | EC | 79 | EC | 0 | 31 | 0 | 7 | 12C | 4B | 46 |
| Octal | 354 | 171 | 354 | 0 | 61 | 0 | 7 | 454 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11101100 | 0 | 110001 | 0 | 111 | 100101100 | 1001011 | 1000110 |
Color Harmonies of #EC79EC
Complementary color
Monochromatic Colors of #EC79EC
Black with #EC79EC
Text Example
Text Example
White with #EC79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79EC; }
p { color: rgb(236,121,236); }
H1.HeaderClassName
{
color: #EC79EC;
}
.AnyTagClassName
{
color: #EC79EC;
}
</style>
background-color css
<style>
a { background-color: #EC79EC; }
a { background-color: rgb(236,121,236); }
div.DivClassName
{
background-color: #EC79EC;
}
.BgClassName
{
background-color: #EC79EC;
}
</style>
border-color css
<style>
span { border-color: #EC79EC; }
span { border-color: rgb(236,121,236); }
td.TdClassName
{
border-color: #EC79EC;
}
.TagClassName
{
border-color: #EC79EC;
}
</style>