Shades of Violet #E68DEC
Tints of Violet #E68DEC
RGB
CMYK
RGB Variations
Color information
#E68DEC (or 0xE68DEC) is known color: Violet. HEX triplet: E6, 8D and EC. RGB value is (230,141,236). Sum of RGB (Red+Green+Blue) = 230+141+236=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DEC is #197213. Grayscale: #B2B2B2. Windows color (decimal): -1667604 or 15502822. OLE color: 15502822.
HSL color Cylindrical-coordinate representation of color #E68DEC: hue angle of 296.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68DEC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 141 | 236 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.07 |
| HSL | 296.21º | 0.71% | 0.74% | - |
| HSV(B) | 296.21º | 0.4% | 0.93% | - |
| XYZ | 57.3 | 41.93 | 84.43 | - |
| YUV | 178.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 236 | 0.03 | 0.40 | 0 | 0.07 | 296.21 | 0.71 | 0.74 |
| Hex | E6 | 8D | EC | 3 | 28 | 0 | 7 | 128 | 47 | 4A |
| Octal | 346 | 215 | 354 | 3 | 50 | 0 | 7 | 450 | 107 | 112 |
| Binary | 11100110 | 10001101 | 11101100 | 11 | 101000 | 0 | 111 | 100101000 | 1000111 | 1001010 |
Color Harmonies of #E68DEC
Complementary color
Monochromatic Colors of #E68DEC
Black with #E68DEC
Text Example
Text Example
White with #E68DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DEC; }
p { color: rgb(230,141,236); }
H1.HeaderClassName
{
color: #E68DEC;
}
.AnyTagClassName
{
color: #E68DEC;
}
</style>
background-color css
<style>
a { background-color: #E68DEC; }
a { background-color: rgb(230,141,236); }
div.DivClassName
{
background-color: #E68DEC;
}
.BgClassName
{
background-color: #E68DEC;
}
</style>
border-color css
<style>
span { border-color: #E68DEC; }
span { border-color: rgb(230,141,236); }
td.TdClassName
{
border-color: #E68DEC;
}
.TagClassName
{
border-color: #E68DEC;
}
</style>