Shades of Violet #EE86ED
Tints of Violet #EE86ED
RGB
CMYK
RGB Variations
Color information
#EE86ED (or 0xEE86ED) is known color: Violet. HEX triplet: EE, 86 and ED. RGB value is (238,134,237). Sum of RGB (Red+Green+Blue) = 238+134+237=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86ED is #117912. Grayscale: #B0B0B0. Windows color (decimal): -1145107 or 15566574. OLE color: 15566574.
HSL color Cylindrical-coordinate representation of color #EE86ED: hue angle of 300.58º 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 #EE86ED is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 237 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.07 |
| HSL | 300.58º | 0.75% | 0.73% | - |
| HSV(B) | 300.58º | 0.44% | 0.93% | - |
| XYZ | 59.07 | 41.34 | 84.99 | - |
| YUV | 176.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 237 | 0 | 0.44 | 0.00 | 0.07 | 300.58 | 0.75 | 0.73 |
| Hex | EE | 86 | ED | 0 | 2C | 0 | 7 | 12D | 4B | 49 |
| Octal | 356 | 206 | 355 | 0 | 54 | 0 | 7 | 455 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11101101 | 0 | 101100 | 0 | 111 | 100101101 | 1001011 | 1001001 |
Color Harmonies of #EE86ED
Complementary color
Monochromatic Colors of #EE86ED
Black with #EE86ED
Text Example
Text Example
White with #EE86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86ED; }
p { color: rgb(238,134,237); }
H1.HeaderClassName
{
color: #EE86ED;
}
.AnyTagClassName
{
color: #EE86ED;
}
</style>
background-color css
<style>
a { background-color: #EE86ED; }
a { background-color: rgb(238,134,237); }
div.DivClassName
{
background-color: #EE86ED;
}
.BgClassName
{
background-color: #EE86ED;
}
</style>
border-color css
<style>
span { border-color: #EE86ED; }
span { border-color: rgb(238,134,237); }
td.TdClassName
{
border-color: #EE86ED;
}
.TagClassName
{
border-color: #EE86ED;
}
</style>