Shades of Violet #EE86EC
Tints of Violet #EE86EC
RGB
CMYK
RGB Variations
Color information
#EE86EC (or 0xEE86EC) is known color: Violet. HEX triplet: EE, 86 and EC. RGB value is (238,134,236). Sum of RGB (Red+Green+Blue) = 238+134+236=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86EC is #117913. Grayscale: #B0B0B0. Windows color (decimal): -1145108 or 15501038. OLE color: 15501038.
HSL color Cylindrical-coordinate representation of color #EE86EC: hue angle of 301.15º 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 #EE86EC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 236 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.07 |
| HSL | 301.15º | 0.75% | 0.73% | - |
| HSV(B) | 301.15º | 0.44% | 0.93% | - |
| XYZ | 58.93 | 41.28 | 84.22 | - |
| YUV | 176.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 236 | 0 | 0.44 | 0.01 | 0.07 | 301.15 | 0.75 | 0.73 |
| Hex | EE | 86 | EC | 0 | 2C | 1 | 7 | 12D | 4B | 49 |
| Octal | 356 | 206 | 354 | 0 | 54 | 1 | 7 | 455 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11101100 | 0 | 101100 | 1 | 111 | 100101101 | 1001011 | 1001001 |
Color Harmonies of #EE86EC
Complementary color
Monochromatic Colors of #EE86EC
Black with #EE86EC
Text Example
Text Example
White with #EE86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86EC; }
p { color: rgb(238,134,236); }
H1.HeaderClassName
{
color: #EE86EC;
}
.AnyTagClassName
{
color: #EE86EC;
}
</style>
background-color css
<style>
a { background-color: #EE86EC; }
a { background-color: rgb(238,134,236); }
div.DivClassName
{
background-color: #EE86EC;
}
.BgClassName
{
background-color: #EE86EC;
}
</style>
border-color css
<style>
span { border-color: #EE86EC; }
span { border-color: rgb(238,134,236); }
td.TdClassName
{
border-color: #EE86EC;
}
.TagClassName
{
border-color: #EE86EC;
}
</style>