Shades of Violet #EE86EB
Tints of Violet #EE86EB
RGB
CMYK
RGB Variations
Color information
#EE86EB (or 0xEE86EB) is known color: Violet. HEX triplet: EE, 86 and EB. RGB value is (238,134,235). Sum of RGB (Red+Green+Blue) = 238+134+235=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86EB is #117914. Grayscale: #B0B0B0. Windows color (decimal): -1145109 or 15435502. OLE color: 15435502.
HSL color Cylindrical-coordinate representation of color #EE86EB: hue angle of 301.73º 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 #EE86EB is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 235 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.07 |
| HSL | 301.73º | 0.75% | 0.73% | - |
| HSV(B) | 301.73º | 0.44% | 0.93% | - |
| XYZ | 58.78 | 41.23 | 83.46 | - |
| YUV | 176.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 235 | 0 | 0.44 | 0.01 | 0.07 | 301.73 | 0.75 | 0.73 |
| Hex | EE | 86 | EB | 0 | 2C | 1 | 7 | 12E | 4B | 49 |
| Octal | 356 | 206 | 353 | 0 | 54 | 1 | 7 | 456 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11101011 | 0 | 101100 | 1 | 111 | 100101110 | 1001011 | 1001001 |
Color Harmonies of #EE86EB
Complementary color
Monochromatic Colors of #EE86EB
Black with #EE86EB
Text Example
Text Example
White with #EE86EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86EB; }
p { color: rgb(238,134,235); }
H1.HeaderClassName
{
color: #EE86EB;
}
.AnyTagClassName
{
color: #EE86EB;
}
</style>
background-color css
<style>
a { background-color: #EE86EB; }
a { background-color: rgb(238,134,235); }
div.DivClassName
{
background-color: #EE86EB;
}
.BgClassName
{
background-color: #EE86EB;
}
</style>
border-color css
<style>
span { border-color: #EE86EB; }
span { border-color: rgb(238,134,235); }
td.TdClassName
{
border-color: #EE86EB;
}
.TagClassName
{
border-color: #EE86EB;
}
</style>