Shades of Violet #E68DE6
Tints of Violet #E68DE6
RGB
CMYK
RGB Variations
Color information
#E68DE6 (or 0xE68DE6) is known color: Violet. HEX triplet: E6, 8D and E6. RGB value is (230,141,230). Sum of RGB (Red+Green+Blue) = 230+141+230=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E68DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DE6 is #197219. Grayscale: #B1B1B1. Windows color (decimal): -1667610 or 15109606. OLE color: 15109606.
HSL color Cylindrical-coordinate representation of color #E68DE6: hue angle of 300º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DE6 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 230 | - |
| CMYK | 0 | 0.39 | 0 | 0.10 |
| HSL | 300º | 0.64% | 0.73% | - |
| HSV(B) | 300º | 0.39% | 0.9% | - |
| XYZ | 56.44 | 41.59 | 79.92 | - |
| YUV | 177.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 230 | 0 | 0.39 | 0 | 0.10 | 300 | 0.64 | 0.73 |
| Hex | E6 | 8D | E6 | 0 | 27 | 0 | A | 12C | 40 | 49 |
| Octal | 346 | 215 | 346 | 0 | 47 | 0 | 12 | 454 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11100110 | 0 | 100111 | 0 | 1010 | 100101100 | 1000000 | 1001001 |
Color Harmonies of #E68DE6
Complementary color
Monochromatic Colors of #E68DE6
Black with #E68DE6
Text Example
Text Example
White with #E68DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DE6; }
p { color: rgb(230,141,230); }
H1.HeaderClassName
{
color: #E68DE6;
}
.AnyTagClassName
{
color: #E68DE6;
}
</style>
background-color css
<style>
a { background-color: #E68DE6; }
a { background-color: rgb(230,141,230); }
div.DivClassName
{
background-color: #E68DE6;
}
.BgClassName
{
background-color: #E68DE6;
}
</style>
border-color css
<style>
span { border-color: #E68DE6; }
span { border-color: rgb(230,141,230); }
td.TdClassName
{
border-color: #E68DE6;
}
.TagClassName
{
border-color: #E68DE6;
}
</style>