Shades of Violet #E68CE6
Tints of Violet #E68CE6
RGB
CMYK
RGB Variations
Color information
#E68CE6 (or 0xE68CE6) is known color: Violet. HEX triplet: E6, 8C and E6. RGB value is (230,140,230). Sum of RGB (Red+Green+Blue) = 230+140+230=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E68CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CE6 is #197319. Grayscale: #B0B0B0. Windows color (decimal): -1667866 or 15109350. OLE color: 15109350.
HSL color Cylindrical-coordinate representation of color #E68CE6: 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 #E68CE6 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 230 | - |
| CMYK | 0 | 0.39 | 0 | 0.10 |
| HSL | 300º | 0.64% | 0.73% | - |
| HSV(B) | 300º | 0.39% | 0.9% | - |
| XYZ | 56.29 | 41.29 | 79.87 | - |
| YUV | 177.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 230 | 0 | 0.39 | 0 | 0.10 | 300 | 0.64 | 0.73 |
| Hex | E6 | 8C | E6 | 0 | 27 | 0 | A | 12C | 40 | 49 |
| Octal | 346 | 214 | 346 | 0 | 47 | 0 | 12 | 454 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11100110 | 0 | 100111 | 0 | 1010 | 100101100 | 1000000 | 1001001 |
Color Harmonies of #E68CE6
Complementary color
Monochromatic Colors of #E68CE6
Black with #E68CE6
Text Example
Text Example
White with #E68CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CE6; }
p { color: rgb(230,140,230); }
H1.HeaderClassName
{
color: #E68CE6;
}
.AnyTagClassName
{
color: #E68CE6;
}
</style>
background-color css
<style>
a { background-color: #E68CE6; }
a { background-color: rgb(230,140,230); }
div.DivClassName
{
background-color: #E68CE6;
}
.BgClassName
{
background-color: #E68CE6;
}
</style>
border-color css
<style>
span { border-color: #E68CE6; }
span { border-color: rgb(230,140,230); }
td.TdClassName
{
border-color: #E68CE6;
}
.TagClassName
{
border-color: #E68CE6;
}
</style>