Shades of Violet #EE86FE
Tints of Violet #EE86FE
RGB
CMYK
RGB Variations
Color information
#EE86FE (or 0xEE86FE) is known color: Violet. HEX triplet: EE, 86 and FE. RGB value is (238,134,254). Sum of RGB (Red+Green+Blue) = 238+134+254=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86FE is #117901. Grayscale: #B2B2B2. Windows color (decimal): -1145090 or 16680686. OLE color: 16680686.
HSL color Cylindrical-coordinate representation of color #EE86FE: hue angle of 292º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE86FE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 134 | 254 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.00 |
| HSL | 292º | 0.98% | 0.76% | - |
| HSV(B) | 292º | 0.47% | 1% | - |
| XYZ | 61.67 | 42.38 | 98.7 | - |
| YUV | 178.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 254 | 0.06 | 0.47 | 0 | 0.00 | 292 | 0.98 | 0.76 |
| Hex | EE | 86 | FE | 6 | 2F | 0 | 0 | 124 | 62 | 4C |
| Octal | 356 | 206 | 376 | 6 | 57 | 0 | 0 | 444 | 142 | 114 |
| Binary | 11101110 | 10000110 | 11111110 | 110 | 101111 | 0 | 0 | 100100100 | 1100010 | 1001100 |
Color Harmonies of #EE86FE
Complementary color
Monochromatic Colors of #EE86FE
Black with #EE86FE
Text Example
Text Example
White with #EE86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86FE; }
p { color: rgb(238,134,254); }
H1.HeaderClassName
{
color: #EE86FE;
}
.AnyTagClassName
{
color: #EE86FE;
}
</style>
background-color css
<style>
a { background-color: #EE86FE; }
a { background-color: rgb(238,134,254); }
div.DivClassName
{
background-color: #EE86FE;
}
.BgClassName
{
background-color: #EE86FE;
}
</style>
border-color css
<style>
span { border-color: #EE86FE; }
span { border-color: rgb(238,134,254); }
td.TdClassName
{
border-color: #EE86FE;
}
.TagClassName
{
border-color: #EE86FE;
}
</style>