Shades of Violet #E686EE
Tints of Violet #E686EE
RGB
CMYK
RGB Variations
Color information
#E686EE (or 0xE686EE) is known color: Violet. HEX triplet: E6, 86 and EE. RGB value is (230,134,238). Sum of RGB (Red+Green+Blue) = 230+134+238=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #E686EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E686EE is #197911. Grayscale: #AEAEAE. Windows color (decimal): -1669394 or 15632102. OLE color: 15632102.
HSL color Cylindrical-coordinate representation of color #E686EE: hue angle of 295.38º 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 #E686EE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 134 | 238 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 295.38º | 0.75% | 0.73% | - |
| HSV(B) | 295.38º | 0.44% | 0.93% | - |
| XYZ | 56.59 | 40.05 | 85.64 | - |
| YUV | 174.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 238 | 0.03 | 0.44 | 0 | 0.07 | 295.38 | 0.75 | 0.73 |
| Hex | E6 | 86 | EE | 3 | 2C | 0 | 7 | 127 | 4B | 49 |
| Octal | 346 | 206 | 356 | 3 | 54 | 0 | 7 | 447 | 113 | 111 |
| Binary | 11100110 | 10000110 | 11101110 | 11 | 101100 | 0 | 111 | 100100111 | 1001011 | 1001001 |
Color Harmonies of #E686EE
Complementary color
Monochromatic Colors of #E686EE
Black with #E686EE
Text Example
Text Example
White with #E686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686EE; }
p { color: rgb(230,134,238); }
H1.HeaderClassName
{
color: #E686EE;
}
.AnyTagClassName
{
color: #E686EE;
}
</style>
background-color css
<style>
a { background-color: #E686EE; }
a { background-color: rgb(230,134,238); }
div.DivClassName
{
background-color: #E686EE;
}
.BgClassName
{
background-color: #E686EE;
}
</style>
border-color css
<style>
span { border-color: #E686EE; }
span { border-color: rgb(230,134,238); }
td.TdClassName
{
border-color: #E686EE;
}
.TagClassName
{
border-color: #E686EE;
}
</style>