Shades of Violet #E88CEB
Tints of Violet #E88CEB
RGB
CMYK
RGB Variations
Color information
#E88CEB (or 0xE88CEB) is known color: Violet. HEX triplet: E8, 8C and EB. RGB value is (232,140,235). Sum of RGB (Red+Green+Blue) = 232+140+235=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 140 (55.08% from 255 or 23.06% 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 #E88CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CEB is #177314. Grayscale: #B2B2B2. Windows color (decimal): -1536789 or 15437032. OLE color: 15437032.
HSL color Cylindrical-coordinate representation of color #E88CEB: hue angle of 298.11º 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 #E88CEB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 140 | 235 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.08 |
| HSL | 298.11º | 0.7% | 0.74% | - |
| HSV(B) | 298.11º | 0.4% | 0.92% | - |
| XYZ | 57.65 | 41.91 | 83.65 | - |
| YUV | 178.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 235 | 0.01 | 0.40 | 0 | 0.08 | 298.11 | 0.7 | 0.74 |
| Hex | E8 | 8C | EB | 1 | 28 | 0 | 8 | 12A | 46 | 4A |
| Octal | 350 | 214 | 353 | 1 | 50 | 0 | 10 | 452 | 106 | 112 |
| Binary | 11101000 | 10001100 | 11101011 | 1 | 101000 | 0 | 1000 | 100101010 | 1000110 | 1001010 |
Color Harmonies of #E88CEB
Complementary color
Monochromatic Colors of #E88CEB
Black with #E88CEB
Text Example
Text Example
White with #E88CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CEB; }
p { color: rgb(232,140,235); }
H1.HeaderClassName
{
color: #E88CEB;
}
.AnyTagClassName
{
color: #E88CEB;
}
</style>
background-color css
<style>
a { background-color: #E88CEB; }
a { background-color: rgb(232,140,235); }
div.DivClassName
{
background-color: #E88CEB;
}
.BgClassName
{
background-color: #E88CEB;
}
</style>
border-color css
<style>
span { border-color: #E88CEB; }
span { border-color: rgb(232,140,235); }
td.TdClassName
{
border-color: #E88CEB;
}
.TagClassName
{
border-color: #E88CEB;
}
</style>