Shades of Violet #EC79F5
Tints of Violet #EC79F5
RGB
CMYK
RGB Variations
Color information
#EC79F5 (or 0xEC79F5) is known color: Violet. HEX triplet: EC, 79 and F5. RGB value is (236,121,245). Sum of RGB (Red+Green+Blue) = 236+121+245=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC79F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC79F5 is #13860A. Grayscale: #A9A9A9. Windows color (decimal): -1279499 or 16087532. OLE color: 16087532.
HSL color Cylindrical-coordinate representation of color #EC79F5: hue angle of 295.65º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC79F5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 121 | 245 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.04 |
| HSL | 295.65º | 0.86% | 0.72% | - |
| HSV(B) | 295.65º | 0.51% | 0.96% | - |
| XYZ | 57.91 | 38.1 | 90.69 | - |
| YUV | 169.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 245 | 0.04 | 0.51 | 0 | 0.04 | 295.65 | 0.86 | 0.72 |
| Hex | EC | 79 | F5 | 4 | 33 | 0 | 4 | 128 | 56 | 48 |
| Octal | 354 | 171 | 365 | 4 | 63 | 0 | 4 | 450 | 126 | 110 |
| Binary | 11101100 | 1111001 | 11110101 | 100 | 110011 | 0 | 100 | 100101000 | 1010110 | 1001000 |
Color Harmonies of #EC79F5
Complementary color
Monochromatic Colors of #EC79F5
Black with #EC79F5
Text Example
Text Example
White with #EC79F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79F5; }
p { color: rgb(236,121,245); }
H1.HeaderClassName
{
color: #EC79F5;
}
.AnyTagClassName
{
color: #EC79F5;
}
</style>
background-color css
<style>
a { background-color: #EC79F5; }
a { background-color: rgb(236,121,245); }
div.DivClassName
{
background-color: #EC79F5;
}
.BgClassName
{
background-color: #EC79F5;
}
</style>
border-color css
<style>
span { border-color: #EC79F5; }
span { border-color: rgb(236,121,245); }
td.TdClassName
{
border-color: #EC79F5;
}
.TagClassName
{
border-color: #EC79F5;
}
</style>