Shades of Violet #EC86FC
Tints of Violet #EC86FC
RGB
CMYK
RGB Variations
Color information
#EC86FC (or 0xEC86FC) is known color: Violet. HEX triplet: EC, 86 and FC. RGB value is (236,134,252). Sum of RGB (Red+Green+Blue) = 236+134+252=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC86FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FC is #137903. Grayscale: #B1B1B1. Windows color (decimal): -1276164 or 16549612. OLE color: 16549612.
HSL color Cylindrical-coordinate representation of color #EC86FC: hue angle of 291.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC86FC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 134 | 252 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.01 |
| HSL | 291.86º | 0.95% | 0.76% | - |
| HSV(B) | 291.86º | 0.47% | 0.99% | - |
| XYZ | 60.69 | 41.91 | 96.99 | - |
| YUV | 177.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 252 | 0.06 | 0.47 | 0 | 0.01 | 291.86 | 0.95 | 0.76 |
| Hex | EC | 86 | FC | 6 | 2F | 0 | 1 | 124 | 5F | 4C |
| Octal | 354 | 206 | 374 | 6 | 57 | 0 | 1 | 444 | 137 | 114 |
| Binary | 11101100 | 10000110 | 11111100 | 110 | 101111 | 0 | 1 | 100100100 | 1011111 | 1001100 |
Color Harmonies of #EC86FC
Complementary color
Monochromatic Colors of #EC86FC
Black with #EC86FC
Text Example
Text Example
White with #EC86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86FC; }
p { color: rgb(236,134,252); }
H1.HeaderClassName
{
color: #EC86FC;
}
.AnyTagClassName
{
color: #EC86FC;
}
</style>
background-color css
<style>
a { background-color: #EC86FC; }
a { background-color: rgb(236,134,252); }
div.DivClassName
{
background-color: #EC86FC;
}
.BgClassName
{
background-color: #EC86FC;
}
</style>
border-color css
<style>
span { border-color: #EC86FC; }
span { border-color: rgb(236,134,252); }
td.TdClassName
{
border-color: #EC86FC;
}
.TagClassName
{
border-color: #EC86FC;
}
</style>