Shades of Violet #E68BEE
Tints of Violet #E68BEE
RGB
CMYK
RGB Variations
Color information
#E68BEE (or 0xE68BEE) is known color: Violet. HEX triplet: E6, 8B and EE. RGB value is (230,139,238). Sum of RGB (Red+Green+Blue) = 230+139+238=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #E68BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BEE is #197411. Grayscale: #B1B1B1. Windows color (decimal): -1668114 or 15633382. OLE color: 15633382.
HSL color Cylindrical-coordinate representation of color #E68BEE: hue angle of 295.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68BEE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 139 | 238 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.07 |
| HSL | 295.15º | 0.74% | 0.74% | - |
| HSV(B) | 295.15º | 0.42% | 0.93% | - |
| XYZ | 57.3 | 41.46 | 85.87 | - |
| YUV | 177.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 238 | 0.03 | 0.42 | 0 | 0.07 | 295.15 | 0.74 | 0.74 |
| Hex | E6 | 8B | EE | 3 | 2A | 0 | 7 | 127 | 4A | 4A |
| Octal | 346 | 213 | 356 | 3 | 52 | 0 | 7 | 447 | 112 | 112 |
| Binary | 11100110 | 10001011 | 11101110 | 11 | 101010 | 0 | 111 | 100100111 | 1001010 | 1001010 |
Color Harmonies of #E68BEE
Complementary color
Monochromatic Colors of #E68BEE
Black with #E68BEE
Text Example
Text Example
White with #E68BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BEE; }
p { color: rgb(230,139,238); }
H1.HeaderClassName
{
color: #E68BEE;
}
.AnyTagClassName
{
color: #E68BEE;
}
</style>
background-color css
<style>
a { background-color: #E68BEE; }
a { background-color: rgb(230,139,238); }
div.DivClassName
{
background-color: #E68BEE;
}
.BgClassName
{
background-color: #E68BEE;
}
</style>
border-color css
<style>
span { border-color: #E68BEE; }
span { border-color: rgb(230,139,238); }
td.TdClassName
{
border-color: #E68BEE;
}
.TagClassName
{
border-color: #E68BEE;
}
</style>