Shades of Violet #EC86F1
Tints of Violet #EC86F1
RGB
CMYK
RGB Variations
Color information
#EC86F1 (or 0xEC86F1) is known color: Violet. HEX triplet: EC, 86 and F1. RGB value is (236,134,241). Sum of RGB (Red+Green+Blue) = 236+134+241=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC86F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86F1 is #13790E. Grayscale: #B0B0B0. Windows color (decimal): -1276175 or 15828716. OLE color: 15828716.
HSL color Cylindrical-coordinate representation of color #EC86F1: hue angle of 297.2º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC86F1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 134 | 241 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.05 |
| HSL | 297.2º | 0.79% | 0.74% | - |
| HSV(B) | 297.2º | 0.44% | 0.95% | - |
| XYZ | 58.99 | 41.23 | 88.07 | - |
| YUV | 176.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 241 | 0.02 | 0.44 | 0 | 0.05 | 297.2 | 0.79 | 0.74 |
| Hex | EC | 86 | F1 | 2 | 2C | 0 | 5 | 129 | 4F | 4A |
| Octal | 354 | 206 | 361 | 2 | 54 | 0 | 5 | 451 | 117 | 112 |
| Binary | 11101100 | 10000110 | 11110001 | 10 | 101100 | 0 | 101 | 100101001 | 1001111 | 1001010 |
Color Harmonies of #EC86F1
Complementary color
Monochromatic Colors of #EC86F1
Black with #EC86F1
Text Example
Text Example
White with #EC86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86F1; }
p { color: rgb(236,134,241); }
H1.HeaderClassName
{
color: #EC86F1;
}
.AnyTagClassName
{
color: #EC86F1;
}
</style>
background-color css
<style>
a { background-color: #EC86F1; }
a { background-color: rgb(236,134,241); }
div.DivClassName
{
background-color: #EC86F1;
}
.BgClassName
{
background-color: #EC86F1;
}
</style>
border-color css
<style>
span { border-color: #EC86F1; }
span { border-color: rgb(236,134,241); }
td.TdClassName
{
border-color: #EC86F1;
}
.TagClassName
{
border-color: #EC86F1;
}
</style>