Shades of Violet #E68BEB
Tints of Violet #E68BEB
RGB
CMYK
RGB Variations
Color information
#E68BEB (or 0xE68BEB) is known color: Violet. HEX triplet: E6, 8B and EB. RGB value is (230,139,235). Sum of RGB (Red+Green+Blue) = 230+139+235=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #E68BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BEB is #197414. Grayscale: #B0B0B0. Windows color (decimal): -1668117 or 15436774. OLE color: 15436774.
HSL color Cylindrical-coordinate representation of color #E68BEB: hue angle of 296.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68BEB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 139 | 235 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.08 |
| HSL | 296.88º | 0.71% | 0.73% | - |
| HSV(B) | 296.88º | 0.41% | 0.92% | - |
| XYZ | 56.86 | 41.29 | 83.57 | - |
| YUV | 177.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 235 | 0.02 | 0.41 | 0 | 0.08 | 296.88 | 0.71 | 0.73 |
| Hex | E6 | 8B | EB | 2 | 29 | 0 | 8 | 129 | 47 | 49 |
| Octal | 346 | 213 | 353 | 2 | 51 | 0 | 10 | 451 | 107 | 111 |
| Binary | 11100110 | 10001011 | 11101011 | 10 | 101001 | 0 | 1000 | 100101001 | 1000111 | 1001001 |
Color Harmonies of #E68BEB
Complementary color
Monochromatic Colors of #E68BEB
Black with #E68BEB
Text Example
Text Example
White with #E68BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BEB; }
p { color: rgb(230,139,235); }
H1.HeaderClassName
{
color: #E68BEB;
}
.AnyTagClassName
{
color: #E68BEB;
}
</style>
background-color css
<style>
a { background-color: #E68BEB; }
a { background-color: rgb(230,139,235); }
div.DivClassName
{
background-color: #E68BEB;
}
.BgClassName
{
background-color: #E68BEB;
}
</style>
border-color css
<style>
span { border-color: #E68BEB; }
span { border-color: rgb(230,139,235); }
td.TdClassName
{
border-color: #E68BEB;
}
.TagClassName
{
border-color: #E68BEB;
}
</style>