Shades of Violet #E686E5
Tints of Violet #E686E5
RGB
CMYK
RGB Variations
Color information
#E686E5 (or 0xE686E5) is known color: Violet. HEX triplet: E6, 86 and E5. RGB value is (230,134,229). Sum of RGB (Red+Green+Blue) = 230+134+229=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E686E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686E5 is #19791A. Grayscale: #ADADAD. Windows color (decimal): -1669403 or 15042278. OLE color: 15042278.
HSL color Cylindrical-coordinate representation of color #E686E5: hue angle of 300.62º 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 #E686E5 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 229 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.10 |
| HSL | 300.63º | 0.66% | 0.71% | - |
| HSV(B) | 300.63º | 0.42% | 0.9% | - |
| XYZ | 55.3 | 39.53 | 78.84 | - |
| YUV | 173.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 229 | 0 | 0.42 | 0.00 | 0.10 | 300.63 | 0.66 | 0.71 |
| Hex | E6 | 86 | E5 | 0 | 2A | 0 | A | 12D | 42 | 47 |
| Octal | 346 | 206 | 345 | 0 | 52 | 0 | 12 | 455 | 102 | 107 |
| Binary | 11100110 | 10000110 | 11100101 | 0 | 101010 | 0 | 1010 | 100101101 | 1000010 | 1000111 |
Color Harmonies of #E686E5
Complementary color
Monochromatic Colors of #E686E5
Black with #E686E5
Text Example
Text Example
White with #E686E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686E5; }
p { color: rgb(230,134,229); }
H1.HeaderClassName
{
color: #E686E5;
}
.AnyTagClassName
{
color: #E686E5;
}
</style>
background-color css
<style>
a { background-color: #E686E5; }
a { background-color: rgb(230,134,229); }
div.DivClassName
{
background-color: #E686E5;
}
.BgClassName
{
background-color: #E686E5;
}
</style>
border-color css
<style>
span { border-color: #E686E5; }
span { border-color: rgb(230,134,229); }
td.TdClassName
{
border-color: #E686E5;
}
.TagClassName
{
border-color: #E686E5;
}
</style>