Shades of Violet #E68DED
Tints of Violet #E68DED
RGB
CMYK
RGB Variations
Color information
#E68DED (or 0xE68DED) is known color: Violet. HEX triplet: E6, 8D and ED. RGB value is (230,141,237). Sum of RGB (Red+Green+Blue) = 230+141+237=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E68DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DED is #197212. Grayscale: #B2B2B2. Windows color (decimal): -1667603 or 15568358. OLE color: 15568358.
HSL color Cylindrical-coordinate representation of color #E68DED: hue angle of 295.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68DED is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 141 | 237 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 295.63º | 0.73% | 0.74% | - |
| HSV(B) | 295.63º | 0.41% | 0.93% | - |
| XYZ | 57.44 | 41.99 | 85.2 | - |
| YUV | 178.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 237 | 0.03 | 0.41 | 0 | 0.07 | 295.63 | 0.73 | 0.74 |
| Hex | E6 | 8D | ED | 3 | 29 | 0 | 7 | 128 | 49 | 4A |
| Octal | 346 | 215 | 355 | 3 | 51 | 0 | 7 | 450 | 111 | 112 |
| Binary | 11100110 | 10001101 | 11101101 | 11 | 101001 | 0 | 111 | 100101000 | 1001001 | 1001010 |
Color Harmonies of #E68DED
Complementary color
Monochromatic Colors of #E68DED
Black with #E68DED
Text Example
Text Example
White with #E68DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DED; }
p { color: rgb(230,141,237); }
H1.HeaderClassName
{
color: #E68DED;
}
.AnyTagClassName
{
color: #E68DED;
}
</style>
background-color css
<style>
a { background-color: #E68DED; }
a { background-color: rgb(230,141,237); }
div.DivClassName
{
background-color: #E68DED;
}
.BgClassName
{
background-color: #E68DED;
}
</style>
border-color css
<style>
span { border-color: #E68DED; }
span { border-color: rgb(230,141,237); }
td.TdClassName
{
border-color: #E68DED;
}
.TagClassName
{
border-color: #E68DED;
}
</style>