Shades of Violet #E68ADE
Tints of Violet #E68ADE
RGB
CMYK
RGB Variations
Color information
#E68ADE (or 0xE68ADE) is known color: Violet. HEX triplet: E6, 8A and DE. RGB value is (230,138,222). Sum of RGB (Red+Green+Blue) = 230+138+222=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ADE is #197521. Grayscale: #AEAEAE. Windows color (decimal): -1668386 or 14584550. OLE color: 14584550.
HSL color Cylindrical-coordinate representation of color #E68ADE: hue angle of 305.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68ADE is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 222 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.10 |
| HSL | 305.22º | 0.65% | 0.72% | - |
| HSV(B) | 305.22º | 0.4% | 0.9% | - |
| XYZ | 54.91 | 40.27 | 73.99 | - |
| YUV | 175.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 222 | 0 | 0.4 | 0.03 | 0.10 | 305.22 | 0.65 | 0.72 |
| Hex | E6 | 8A | DE | 0 | 28 | 3 | A | 131 | 41 | 48 |
| Octal | 346 | 212 | 336 | 0 | 50 | 3 | 12 | 461 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11011110 | 0 | 101000 | 11 | 1010 | 100110001 | 1000001 | 1001000 |
Color Harmonies of #E68ADE
Complementary color
Monochromatic Colors of #E68ADE
Black with #E68ADE
Text Example
Text Example
White with #E68ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ADE; }
p { color: rgb(230,138,222); }
H1.HeaderClassName
{
color: #E68ADE;
}
.AnyTagClassName
{
color: #E68ADE;
}
</style>
background-color css
<style>
a { background-color: #E68ADE; }
a { background-color: rgb(230,138,222); }
div.DivClassName
{
background-color: #E68ADE;
}
.BgClassName
{
background-color: #E68ADE;
}
</style>
border-color css
<style>
span { border-color: #E68ADE; }
span { border-color: rgb(230,138,222); }
td.TdClassName
{
border-color: #E68ADE;
}
.TagClassName
{
border-color: #E68ADE;
}
</style>