Shades of Violet #EC78F6
Tints of Violet #EC78F6
RGB
CMYK
RGB Variations
Color information
#EC78F6 (or 0xEC78F6) is known color: Violet. HEX triplet: EC, 78 and F6. RGB value is (236,120,246). Sum of RGB (Red+Green+Blue) = 236+120+246=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC78F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78F6 is #138709. Grayscale: #A8A8A8. Windows color (decimal): -1279754 or 16152812. OLE color: 16152812.
HSL color Cylindrical-coordinate representation of color #EC78F6: hue angle of 295.24º degrees, saturation: 0.88, 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 #EC78F6 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 120 | 246 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.04 |
| HSL | 295.24º | 0.88% | 0.72% | - |
| HSV(B) | 295.24º | 0.51% | 0.96% | - |
| XYZ | 57.94 | 37.92 | 91.45 | - |
| YUV | 169.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 246 | 0.04 | 0.51 | 0 | 0.04 | 295.24 | 0.88 | 0.72 |
| Hex | EC | 78 | F6 | 4 | 33 | 0 | 4 | 127 | 58 | 48 |
| Octal | 354 | 170 | 366 | 4 | 63 | 0 | 4 | 447 | 130 | 110 |
| Binary | 11101100 | 1111000 | 11110110 | 100 | 110011 | 0 | 100 | 100100111 | 1011000 | 1001000 |
Color Harmonies of #EC78F6
Complementary color
Monochromatic Colors of #EC78F6
Black with #EC78F6
Text Example
Text Example
White with #EC78F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78F6; }
p { color: rgb(236,120,246); }
H1.HeaderClassName
{
color: #EC78F6;
}
.AnyTagClassName
{
color: #EC78F6;
}
</style>
background-color css
<style>
a { background-color: #EC78F6; }
a { background-color: rgb(236,120,246); }
div.DivClassName
{
background-color: #EC78F6;
}
.BgClassName
{
background-color: #EC78F6;
}
</style>
border-color css
<style>
span { border-color: #EC78F6; }
span { border-color: rgb(236,120,246); }
td.TdClassName
{
border-color: #EC78F6;
}
.TagClassName
{
border-color: #EC78F6;
}
</style>