Shades of Violet #EC86F6
Tints of Violet #EC86F6
RGB
CMYK
RGB Variations
Color information
#EC86F6 (or 0xEC86F6) is known color: Violet. HEX triplet: EC, 86 and F6. RGB value is (236,134,246). Sum of RGB (Red+Green+Blue) = 236+134+246=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC86F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86F6 is #137909. Grayscale: #B0B0B0. Windows color (decimal): -1276170 or 16156396. OLE color: 16156396.
HSL color Cylindrical-coordinate representation of color #EC86F6: hue angle of 294.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC86F6 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 134 | 246 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.04 |
| HSL | 294.64º | 0.86% | 0.75% | - |
| HSV(B) | 294.64º | 0.46% | 0.96% | - |
| XYZ | 59.75 | 41.54 | 92.06 | - |
| YUV | 177.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 246 | 0.04 | 0.46 | 0 | 0.04 | 294.64 | 0.86 | 0.75 |
| Hex | EC | 86 | F6 | 4 | 2E | 0 | 4 | 127 | 56 | 4B |
| Octal | 354 | 206 | 366 | 4 | 56 | 0 | 4 | 447 | 126 | 113 |
| Binary | 11101100 | 10000110 | 11110110 | 100 | 101110 | 0 | 100 | 100100111 | 1010110 | 1001011 |
Color Harmonies of #EC86F6
Complementary color
Monochromatic Colors of #EC86F6
Black with #EC86F6
Text Example
Text Example
White with #EC86F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86F6; }
p { color: rgb(236,134,246); }
H1.HeaderClassName
{
color: #EC86F6;
}
.AnyTagClassName
{
color: #EC86F6;
}
</style>
background-color css
<style>
a { background-color: #EC86F6; }
a { background-color: rgb(236,134,246); }
div.DivClassName
{
background-color: #EC86F6;
}
.BgClassName
{
background-color: #EC86F6;
}
</style>
border-color css
<style>
span { border-color: #EC86F6; }
span { border-color: rgb(236,134,246); }
td.TdClassName
{
border-color: #EC86F6;
}
.TagClassName
{
border-color: #EC86F6;
}
</style>