Shades of Violet #EC86FB
Tints of Violet #EC86FB
RGB
CMYK
RGB Variations
Color information
#EC86FB (or 0xEC86FB) is known color: Violet. HEX triplet: EC, 86 and FB. RGB value is (236,134,251). Sum of RGB (Red+Green+Blue) = 236+134+251=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC86FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FB is #137904. Grayscale: #B1B1B1. Windows color (decimal): -1276165 or 16484076. OLE color: 16484076.
HSL color Cylindrical-coordinate representation of color #EC86FB: hue angle of 292.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC86FB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 134 | 251 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.02 |
| HSL | 292.31º | 0.94% | 0.75% | - |
| HSV(B) | 292.31º | 0.47% | 0.98% | - |
| XYZ | 60.53 | 41.85 | 96.15 | - |
| YUV | 177.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 251 | 0.06 | 0.47 | 0 | 0.02 | 292.31 | 0.94 | 0.75 |
| Hex | EC | 86 | FB | 6 | 2F | 0 | 2 | 124 | 5E | 4B |
| Octal | 354 | 206 | 373 | 6 | 57 | 0 | 2 | 444 | 136 | 113 |
| Binary | 11101100 | 10000110 | 11111011 | 110 | 101111 | 0 | 10 | 100100100 | 1011110 | 1001011 |
Color Harmonies of #EC86FB
Complementary color
Monochromatic Colors of #EC86FB
Black with #EC86FB
Text Example
Text Example
White with #EC86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86FB; }
p { color: rgb(236,134,251); }
H1.HeaderClassName
{
color: #EC86FB;
}
.AnyTagClassName
{
color: #EC86FB;
}
</style>
background-color css
<style>
a { background-color: #EC86FB; }
a { background-color: rgb(236,134,251); }
div.DivClassName
{
background-color: #EC86FB;
}
.BgClassName
{
background-color: #EC86FB;
}
</style>
border-color css
<style>
span { border-color: #EC86FB; }
span { border-color: rgb(236,134,251); }
td.TdClassName
{
border-color: #EC86FB;
}
.TagClassName
{
border-color: #EC86FB;
}
</style>