Shades of Violet #E68DDE
Tints of Violet #E68DDE
RGB
CMYK
RGB Variations
Color information
#E68DDE (or 0xE68DDE) is known color: Violet. HEX triplet: E6, 8D and DE. RGB value is (230,141,222). Sum of RGB (Red+Green+Blue) = 230+141+222=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDE is #197221. Grayscale: #B0B0B0. Windows color (decimal): -1667618 or 14585318. OLE color: 14585318.
HSL color Cylindrical-coordinate representation of color #E68DDE: hue angle of 305.39º 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 #E68DDE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 222 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.10 |
| HSL | 305.39º | 0.64% | 0.73% | - |
| HSV(B) | 305.39º | 0.39% | 0.9% | - |
| XYZ | 55.34 | 41.15 | 74.13 | - |
| YUV | 176.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 222 | 0 | 0.39 | 0.03 | 0.10 | 305.39 | 0.64 | 0.73 |
| Hex | E6 | 8D | DE | 0 | 27 | 3 | A | 131 | 40 | 49 |
| Octal | 346 | 215 | 336 | 0 | 47 | 3 | 12 | 461 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11011110 | 0 | 100111 | 11 | 1010 | 100110001 | 1000000 | 1001001 |
Color Harmonies of #E68DDE
Complementary color
Monochromatic Colors of #E68DDE
Black with #E68DDE
Text Example
Text Example
White with #E68DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DDE; }
p { color: rgb(230,141,222); }
H1.HeaderClassName
{
color: #E68DDE;
}
.AnyTagClassName
{
color: #E68DDE;
}
</style>
background-color css
<style>
a { background-color: #E68DDE; }
a { background-color: rgb(230,141,222); }
div.DivClassName
{
background-color: #E68DDE;
}
.BgClassName
{
background-color: #E68DDE;
}
</style>
border-color css
<style>
span { border-color: #E68DDE; }
span { border-color: rgb(230,141,222); }
td.TdClassName
{
border-color: #E68DDE;
}
.TagClassName
{
border-color: #E68DDE;
}
</style>