Shades of Violet #EC77F7
Tints of Violet #EC77F7
RGB
CMYK
RGB Variations
Color information
#EC77F7 (or 0xEC77F7) is known color: Violet. HEX triplet: EC, 77 and F7. RGB value is (236,119,247). Sum of RGB (Red+Green+Blue) = 236+119+247=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC77F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77F7 is #138808. Grayscale: #A8A8A8. Windows color (decimal): -1280009 or 16218092. OLE color: 16218092.
HSL color Cylindrical-coordinate representation of color #EC77F7: hue angle of 294.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC77F7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 119 | 247 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.03 |
| HSL | 294.84º | 0.89% | 0.72% | - |
| HSV(B) | 294.84º | 0.52% | 0.97% | - |
| XYZ | 57.98 | 37.74 | 92.22 | - |
| YUV | 168.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 247 | 0.04 | 0.52 | 0 | 0.03 | 294.84 | 0.89 | 0.72 |
| Hex | EC | 77 | F7 | 4 | 34 | 0 | 3 | 127 | 59 | 48 |
| Octal | 354 | 167 | 367 | 4 | 64 | 0 | 3 | 447 | 131 | 110 |
| Binary | 11101100 | 1110111 | 11110111 | 100 | 110100 | 0 | 11 | 100100111 | 1011001 | 1001000 |
Color Harmonies of #EC77F7
Complementary color
Monochromatic Colors of #EC77F7
Black with #EC77F7
Text Example
Text Example
White with #EC77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77F7; }
p { color: rgb(236,119,247); }
H1.HeaderClassName
{
color: #EC77F7;
}
.AnyTagClassName
{
color: #EC77F7;
}
</style>
background-color css
<style>
a { background-color: #EC77F7; }
a { background-color: rgb(236,119,247); }
div.DivClassName
{
background-color: #EC77F7;
}
.BgClassName
{
background-color: #EC77F7;
}
</style>
border-color css
<style>
span { border-color: #EC77F7; }
span { border-color: rgb(236,119,247); }
td.TdClassName
{
border-color: #EC77F7;
}
.TagClassName
{
border-color: #EC77F7;
}
</style>