Shades of Violet #EC79FA
Tints of Violet #EC79FA
RGB
CMYK
RGB Variations
Color information
#EC79FA (or 0xEC79FA) is known color: Violet. HEX triplet: EC, 79 and FA. RGB value is (236,121,250). Sum of RGB (Red+Green+Blue) = 236+121+250=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 121 (47.66% from 255 or 19.93% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC79FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC79FA is #138605. Grayscale: #A9A9A9. Windows color (decimal): -1279494 or 16415212. OLE color: 16415212.
HSL color Cylindrical-coordinate representation of color #EC79FA: hue angle of 293.49º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC79FA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 121 | 250 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.02 |
| HSL | 293.49º | 0.93% | 0.73% | - |
| HSV(B) | 293.49º | 0.52% | 0.98% | - |
| XYZ | 58.68 | 38.41 | 94.76 | - |
| YUV | 170.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 250 | 0.06 | 0.52 | 0 | 0.02 | 293.49 | 0.93 | 0.73 |
| Hex | EC | 79 | FA | 6 | 34 | 0 | 2 | 125 | 5D | 49 |
| Octal | 354 | 171 | 372 | 6 | 64 | 0 | 2 | 445 | 135 | 111 |
| Binary | 11101100 | 1111001 | 11111010 | 110 | 110100 | 0 | 10 | 100100101 | 1011101 | 1001001 |
Color Harmonies of #EC79FA
Complementary color
Monochromatic Colors of #EC79FA
Black with #EC79FA
Text Example
Text Example
White with #EC79FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79FA; }
p { color: rgb(236,121,250); }
H1.HeaderClassName
{
color: #EC79FA;
}
.AnyTagClassName
{
color: #EC79FA;
}
</style>
background-color css
<style>
a { background-color: #EC79FA; }
a { background-color: rgb(236,121,250); }
div.DivClassName
{
background-color: #EC79FA;
}
.BgClassName
{
background-color: #EC79FA;
}
</style>
border-color css
<style>
span { border-color: #EC79FA; }
span { border-color: rgb(236,121,250); }
td.TdClassName
{
border-color: #EC79FA;
}
.TagClassName
{
border-color: #EC79FA;
}
</style>