Shades of Violet #EC86EE
Tints of Violet #EC86EE
RGB
CMYK
RGB Variations
Color information
#EC86EE (or 0xEC86EE) is known color: Violet. HEX triplet: EC, 86 and EE. RGB value is (236,134,238). Sum of RGB (Red+Green+Blue) = 236+134+238=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86EE is #137911. Grayscale: #B0B0B0. Windows color (decimal): -1276178 or 15632108. OLE color: 15632108.
HSL color Cylindrical-coordinate representation of color #EC86EE: hue angle of 298.85º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC86EE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 238 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.85º | 0.75% | 0.73% | - |
| HSV(B) | 298.85º | 0.44% | 0.93% | - |
| XYZ | 58.55 | 41.06 | 85.73 | - |
| YUV | 176.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 238 | 0.01 | 0.44 | 0 | 0.07 | 298.85 | 0.75 | 0.73 |
| Hex | EC | 86 | EE | 1 | 2C | 0 | 7 | 12B | 4B | 49 |
| Octal | 354 | 206 | 356 | 1 | 54 | 0 | 7 | 453 | 113 | 111 |
| Binary | 11101100 | 10000110 | 11101110 | 1 | 101100 | 0 | 111 | 100101011 | 1001011 | 1001001 |
Color Harmonies of #EC86EE
Complementary color
Monochromatic Colors of #EC86EE
Black with #EC86EE
Text Example
Text Example
White with #EC86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86EE; }
p { color: rgb(236,134,238); }
H1.HeaderClassName
{
color: #EC86EE;
}
.AnyTagClassName
{
color: #EC86EE;
}
</style>
background-color css
<style>
a { background-color: #EC86EE; }
a { background-color: rgb(236,134,238); }
div.DivClassName
{
background-color: #EC86EE;
}
.BgClassName
{
background-color: #EC86EE;
}
</style>
border-color css
<style>
span { border-color: #EC86EE; }
span { border-color: rgb(236,134,238); }
td.TdClassName
{
border-color: #EC86EE;
}
.TagClassName
{
border-color: #EC86EE;
}
</style>