Shades of Violet #EC78EF
Tints of Violet #EC78EF
RGB
CMYK
RGB Variations
Color information
#EC78EF (or 0xEC78EF) is known color: Violet. HEX triplet: EC, 78 and EF. RGB value is (236,120,239). Sum of RGB (Red+Green+Blue) = 236+120+239=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC78EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78EF is #138710. Grayscale: #A7A7A7. Windows color (decimal): -1279761 or 15694060. OLE color: 15694060.
HSL color Cylindrical-coordinate representation of color #EC78EF: hue angle of 298.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC78EF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 120 | 239 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.06 |
| HSL | 298.49º | 0.79% | 0.7% | - |
| HSV(B) | 298.49º | 0.5% | 0.94% | - |
| XYZ | 56.89 | 37.5 | 85.9 | - |
| YUV | 168.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 239 | 0.01 | 0.50 | 0 | 0.06 | 298.49 | 0.79 | 0.7 |
| Hex | EC | 78 | EF | 1 | 32 | 0 | 6 | 12A | 4F | 46 |
| Octal | 354 | 170 | 357 | 1 | 62 | 0 | 6 | 452 | 117 | 106 |
| Binary | 11101100 | 1111000 | 11101111 | 1 | 110010 | 0 | 110 | 100101010 | 1001111 | 1000110 |
Color Harmonies of #EC78EF
Complementary color
Monochromatic Colors of #EC78EF
Black with #EC78EF
Text Example
Text Example
White with #EC78EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78EF; }
p { color: rgb(236,120,239); }
H1.HeaderClassName
{
color: #EC78EF;
}
.AnyTagClassName
{
color: #EC78EF;
}
</style>
background-color css
<style>
a { background-color: #EC78EF; }
a { background-color: rgb(236,120,239); }
div.DivClassName
{
background-color: #EC78EF;
}
.BgClassName
{
background-color: #EC78EF;
}
</style>
border-color css
<style>
span { border-color: #EC78EF; }
span { border-color: rgb(236,120,239); }
td.TdClassName
{
border-color: #EC78EF;
}
.TagClassName
{
border-color: #EC78EF;
}
</style>