Shades of Violet #E686E0
Tints of Violet #E686E0
RGB
CMYK
RGB Variations
Color information
#E686E0 (or 0xE686E0) is known color: Violet. HEX triplet: E6, 86 and E0. RGB value is (230,134,224). Sum of RGB (Red+Green+Blue) = 230+134+224=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E686E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686E0 is #19791F. Grayscale: #ACACAC. Windows color (decimal): -1669408 or 14714598. OLE color: 14714598.
HSL color Cylindrical-coordinate representation of color #E686E0: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686E0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 224 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.10 |
| HSL | 303.75º | 0.66% | 0.71% | - |
| HSV(B) | 303.75º | 0.42% | 0.9% | - |
| XYZ | 54.61 | 39.26 | 75.22 | - |
| YUV | 172.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 224 | 0 | 0.42 | 0.03 | 0.10 | 303.75 | 0.66 | 0.71 |
| Hex | E6 | 86 | E0 | 0 | 2A | 3 | A | 130 | 42 | 47 |
| Octal | 346 | 206 | 340 | 0 | 52 | 3 | 12 | 460 | 102 | 107 |
| Binary | 11100110 | 10000110 | 11100000 | 0 | 101010 | 11 | 1010 | 100110000 | 1000010 | 1000111 |
Color Harmonies of #E686E0
Complementary color
Monochromatic Colors of #E686E0
Black with #E686E0
Text Example
Text Example
White with #E686E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686E0; }
p { color: rgb(230,134,224); }
H1.HeaderClassName
{
color: #E686E0;
}
.AnyTagClassName
{
color: #E686E0;
}
</style>
background-color css
<style>
a { background-color: #E686E0; }
a { background-color: rgb(230,134,224); }
div.DivClassName
{
background-color: #E686E0;
}
.BgClassName
{
background-color: #E686E0;
}
</style>
border-color css
<style>
span { border-color: #E686E0; }
span { border-color: rgb(230,134,224); }
td.TdClassName
{
border-color: #E686E0;
}
.TagClassName
{
border-color: #E686E0;
}
</style>