Shades of Violet #EC86FF
Tints of Violet #EC86FF
RGB
CMYK
RGB Variations
Color information
#EC86FF (or 0xEC86FF) is known color: Violet. HEX triplet: EC, 86 and FF. RGB value is (236,134,255). Sum of RGB (Red+Green+Blue) = 236+134+255=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FF is #137900. Grayscale: #B1B1B1. Windows color (decimal): -1276161 or 16746220. OLE color: 16746220.
HSL color Cylindrical-coordinate representation of color #EC86FF: hue angle of 290.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC86FF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 134 | 255 | - |
| CMYK | 0.07 | 0.47 | 0 | 0 |
| HSL | 290.58º | 1% | 0.76% | - |
| HSV(B) | 290.58º | 0.47% | 1% | - |
| XYZ | 61.17 | 42.1 | 99.51 | - |
| YUV | 178.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 255 | 0.07 | 0.47 | 0 | 0 | 290.58 | 1 | 0.76 |
| Hex | EC | 86 | FF | 7 | 2F | 0 | 0 | 123 | 64 | 4C |
| Octal | 354 | 206 | 377 | 7 | 57 | 0 | 0 | 443 | 144 | 114 |
| Binary | 11101100 | 10000110 | 11111111 | 111 | 101111 | 0 | 0 | 100100011 | 1100100 | 1001100 |
Color Harmonies of #EC86FF
Complementary color
Monochromatic Colors of #EC86FF
Black with #EC86FF
Text Example
Text Example
White with #EC86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86FF; }
p { color: rgb(236,134,255); }
H1.HeaderClassName
{
color: #EC86FF;
}
.AnyTagClassName
{
color: #EC86FF;
}
</style>
background-color css
<style>
a { background-color: #EC86FF; }
a { background-color: rgb(236,134,255); }
div.DivClassName
{
background-color: #EC86FF;
}
.BgClassName
{
background-color: #EC86FF;
}
</style>
border-color css
<style>
span { border-color: #EC86FF; }
span { border-color: rgb(236,134,255); }
td.TdClassName
{
border-color: #EC86FF;
}
.TagClassName
{
border-color: #EC86FF;
}
</style>