Shades of Violet #E68BDE
Tints of Violet #E68BDE
RGB
CMYK
RGB Variations
Color information
#E68BDE (or 0xE68BDE) is known color: Violet. HEX triplet: E6, 8B and DE. RGB value is (230,139,222). Sum of RGB (Red+Green+Blue) = 230+139+222=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDE is #197421. Grayscale: #AFAFAF. Windows color (decimal): -1668130 or 14584806. OLE color: 14584806.
HSL color Cylindrical-coordinate representation of color #E68BDE: hue angle of 305.27º 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 #E68BDE is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 222 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.10 |
| HSL | 305.27º | 0.65% | 0.72% | - |
| HSV(B) | 305.27º | 0.4% | 0.9% | - |
| XYZ | 55.05 | 40.56 | 74.04 | - |
| YUV | 175.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 222 | 0 | 0.40 | 0.03 | 0.10 | 305.27 | 0.65 | 0.72 |
| Hex | E6 | 8B | DE | 0 | 28 | 3 | A | 131 | 41 | 48 |
| Octal | 346 | 213 | 336 | 0 | 50 | 3 | 12 | 461 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11011110 | 0 | 101000 | 11 | 1010 | 100110001 | 1000001 | 1001000 |
Color Harmonies of #E68BDE
Complementary color
Monochromatic Colors of #E68BDE
Black with #E68BDE
Text Example
Text Example
White with #E68BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BDE; }
p { color: rgb(230,139,222); }
H1.HeaderClassName
{
color: #E68BDE;
}
.AnyTagClassName
{
color: #E68BDE;
}
</style>
background-color css
<style>
a { background-color: #E68BDE; }
a { background-color: rgb(230,139,222); }
div.DivClassName
{
background-color: #E68BDE;
}
.BgClassName
{
background-color: #E68BDE;
}
</style>
border-color css
<style>
span { border-color: #E68BDE; }
span { border-color: rgb(230,139,222); }
td.TdClassName
{
border-color: #E68BDE;
}
.TagClassName
{
border-color: #E68BDE;
}
</style>