Shades of Violet #EC77F6
Tints of Violet #EC77F6
RGB
CMYK
RGB Variations
Color information
#EC77F6 (or 0xEC77F6) is known color: Violet. HEX triplet: EC, 77 and F6. RGB value is (236,119,246). Sum of RGB (Red+Green+Blue) = 236+119+246=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC77F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77F6 is #138809. Grayscale: #A8A8A8. Windows color (decimal): -1280010 or 16152556. OLE color: 16152556.
HSL color Cylindrical-coordinate representation of color #EC77F6: hue angle of 295.28º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC77F6 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 119 | 246 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.04 |
| HSL | 295.28º | 0.88% | 0.72% | - |
| HSV(B) | 295.28º | 0.52% | 0.96% | - |
| XYZ | 57.82 | 37.68 | 91.41 | - |
| YUV | 168.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 246 | 0.04 | 0.52 | 0 | 0.04 | 295.28 | 0.88 | 0.72 |
| Hex | EC | 77 | F6 | 4 | 34 | 0 | 4 | 127 | 58 | 48 |
| Octal | 354 | 167 | 366 | 4 | 64 | 0 | 4 | 447 | 130 | 110 |
| Binary | 11101100 | 1110111 | 11110110 | 100 | 110100 | 0 | 100 | 100100111 | 1011000 | 1001000 |
Color Harmonies of #EC77F6
Complementary color
Monochromatic Colors of #EC77F6
Black with #EC77F6
Text Example
Text Example
White with #EC77F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77F6; }
p { color: rgb(236,119,246); }
H1.HeaderClassName
{
color: #EC77F6;
}
.AnyTagClassName
{
color: #EC77F6;
}
</style>
background-color css
<style>
a { background-color: #EC77F6; }
a { background-color: rgb(236,119,246); }
div.DivClassName
{
background-color: #EC77F6;
}
.BgClassName
{
background-color: #EC77F6;
}
</style>
border-color css
<style>
span { border-color: #EC77F6; }
span { border-color: rgb(236,119,246); }
td.TdClassName
{
border-color: #EC77F6;
}
.TagClassName
{
border-color: #EC77F6;
}
</style>