Shades of Violet #E68EEB
Tints of Violet #E68EEB
RGB
CMYK
RGB Variations
Color information
#E68EEB (or 0xE68EEB) is known color: Violet. HEX triplet: E6, 8E and EB. RGB value is (230,142,235). Sum of RGB (Red+Green+Blue) = 230+142+235=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #E68EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EEB is #197114. Grayscale: #B2B2B2. Windows color (decimal): -1667349 or 15437542. OLE color: 15437542.
HSL color Cylindrical-coordinate representation of color #E68EEB: hue angle of 296.77º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68EEB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 142 | 235 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.08 |
| HSL | 296.77º | 0.7% | 0.74% | - |
| HSV(B) | 296.77º | 0.4% | 0.92% | - |
| XYZ | 57.3 | 42.17 | 83.72 | - |
| YUV | 178.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 235 | 0.02 | 0.40 | 0 | 0.08 | 296.77 | 0.7 | 0.74 |
| Hex | E6 | 8E | EB | 2 | 28 | 0 | 8 | 129 | 46 | 4A |
| Octal | 346 | 216 | 353 | 2 | 50 | 0 | 10 | 451 | 106 | 112 |
| Binary | 11100110 | 10001110 | 11101011 | 10 | 101000 | 0 | 1000 | 100101001 | 1000110 | 1001010 |
Color Harmonies of #E68EEB
Complementary color
Monochromatic Colors of #E68EEB
Black with #E68EEB
Text Example
Text Example
White with #E68EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EEB; }
p { color: rgb(230,142,235); }
H1.HeaderClassName
{
color: #E68EEB;
}
.AnyTagClassName
{
color: #E68EEB;
}
</style>
background-color css
<style>
a { background-color: #E68EEB; }
a { background-color: rgb(230,142,235); }
div.DivClassName
{
background-color: #E68EEB;
}
.BgClassName
{
background-color: #E68EEB;
}
</style>
border-color css
<style>
span { border-color: #E68EEB; }
span { border-color: rgb(230,142,235); }
td.TdClassName
{
border-color: #E68EEB;
}
.TagClassName
{
border-color: #E68EEB;
}
</style>