Shades of Violet #EC78EC
Tints of Violet #EC78EC
RGB
CMYK
RGB Variations
Color information
#EC78EC (or 0xEC78EC) is known color: Violet. HEX triplet: EC, 78 and EC. RGB value is (236,120,236). Sum of RGB (Red+Green+Blue) = 236+120+236=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC78EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78EC is #138713. Grayscale: #A7A7A7. Windows color (decimal): -1279764 or 15497452. OLE color: 15497452.
HSL color Cylindrical-coordinate representation of color #EC78EC: 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 #EC78EC is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 236 | - |
| CMYK | 0 | 0.49 | 0 | 0.07 |
| HSL | 300º | 0.75% | 0.7% | - |
| HSV(B) | 300º | 0.49% | 0.93% | - |
| XYZ | 56.45 | 37.32 | 83.59 | - |
| YUV | 167.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 236 | 0 | 0.49 | 0 | 0.07 | 300 | 0.75 | 0.7 |
| Hex | EC | 78 | EC | 0 | 31 | 0 | 7 | 12C | 4B | 46 |
| Octal | 354 | 170 | 354 | 0 | 61 | 0 | 7 | 454 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11101100 | 0 | 110001 | 0 | 111 | 100101100 | 1001011 | 1000110 |
Color Harmonies of #EC78EC
Complementary color
Monochromatic Colors of #EC78EC
Black with #EC78EC
Text Example
Text Example
White with #EC78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78EC; }
p { color: rgb(236,120,236); }
H1.HeaderClassName
{
color: #EC78EC;
}
.AnyTagClassName
{
color: #EC78EC;
}
</style>
background-color css
<style>
a { background-color: #EC78EC; }
a { background-color: rgb(236,120,236); }
div.DivClassName
{
background-color: #EC78EC;
}
.BgClassName
{
background-color: #EC78EC;
}
</style>
border-color css
<style>
span { border-color: #EC78EC; }
span { border-color: rgb(236,120,236); }
td.TdClassName
{
border-color: #EC78EC;
}
.TagClassName
{
border-color: #EC78EC;
}
</style>