Shades of Violet #EC86FE
Tints of Violet #EC86FE
RGB
CMYK
RGB Variations
Color information
#EC86FE (or 0xEC86FE) is known color: Violet. HEX triplet: EC, 86 and FE. RGB value is (236,134,254). Sum of RGB (Red+Green+Blue) = 236+134+254=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FE is #137901. Grayscale: #B1B1B1. Windows color (decimal): -1276162 or 16680684. OLE color: 16680684.
HSL color Cylindrical-coordinate representation of color #EC86FE: hue angle of 291º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC86FE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 134 | 254 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.00 |
| HSL | 291º | 0.98% | 0.76% | - |
| HSV(B) | 291º | 0.47% | 1% | - |
| XYZ | 61.01 | 42.04 | 98.66 | - |
| YUV | 178.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 254 | 0.07 | 0.47 | 0 | 0.00 | 291 | 0.98 | 0.76 |
| Hex | EC | 86 | FE | 7 | 2F | 0 | 0 | 123 | 62 | 4C |
| Octal | 354 | 206 | 376 | 7 | 57 | 0 | 0 | 443 | 142 | 114 |
| Binary | 11101100 | 10000110 | 11111110 | 111 | 101111 | 0 | 0 | 100100011 | 1100010 | 1001100 |
Color Harmonies of #EC86FE
Complementary color
Monochromatic Colors of #EC86FE
Black with #EC86FE
Text Example
Text Example
White with #EC86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86FE; }
p { color: rgb(236,134,254); }
H1.HeaderClassName
{
color: #EC86FE;
}
.AnyTagClassName
{
color: #EC86FE;
}
</style>
background-color css
<style>
a { background-color: #EC86FE; }
a { background-color: rgb(236,134,254); }
div.DivClassName
{
background-color: #EC86FE;
}
.BgClassName
{
background-color: #EC86FE;
}
</style>
border-color css
<style>
span { border-color: #EC86FE; }
span { border-color: rgb(236,134,254); }
td.TdClassName
{
border-color: #EC86FE;
}
.TagClassName
{
border-color: #EC86FE;
}
</style>