Shades of Violet #E88AEE
Tints of Violet #E88AEE
RGB
CMYK
RGB Variations
Color information
#E88AEE (or 0xE88AEE) is known color: Violet. HEX triplet: E8, 8A and EE. RGB value is (232,138,238). Sum of RGB (Red+Green+Blue) = 232+138+238=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #E88AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88AEE is #177511. Grayscale: #B1B1B1. Windows color (decimal): -1537298 or 15633128. OLE color: 15633128.
HSL color Cylindrical-coordinate representation of color #E88AEE: hue angle of 296.4º degrees, saturation: 0.75, 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 #E88AEE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 138 | 238 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.07 |
| HSL | 296.4º | 0.75% | 0.74% | - |
| HSV(B) | 296.4º | 0.42% | 0.93% | - |
| XYZ | 57.8 | 41.51 | 85.85 | - |
| YUV | 177.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 238 | 0.03 | 0.42 | 0 | 0.07 | 296.4 | 0.75 | 0.74 |
| Hex | E8 | 8A | EE | 3 | 2A | 0 | 7 | 128 | 4B | 4A |
| Octal | 350 | 212 | 356 | 3 | 52 | 0 | 7 | 450 | 113 | 112 |
| Binary | 11101000 | 10001010 | 11101110 | 11 | 101010 | 0 | 111 | 100101000 | 1001011 | 1001010 |
Color Harmonies of #E88AEE
Complementary color
Monochromatic Colors of #E88AEE
Black with #E88AEE
Text Example
Text Example
White with #E88AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AEE; }
p { color: rgb(232,138,238); }
H1.HeaderClassName
{
color: #E88AEE;
}
.AnyTagClassName
{
color: #E88AEE;
}
</style>
background-color css
<style>
a { background-color: #E88AEE; }
a { background-color: rgb(232,138,238); }
div.DivClassName
{
background-color: #E88AEE;
}
.BgClassName
{
background-color: #E88AEE;
}
</style>
border-color css
<style>
span { border-color: #E88AEE; }
span { border-color: rgb(232,138,238); }
td.TdClassName
{
border-color: #E88AEE;
}
.TagClassName
{
border-color: #E88AEE;
}
</style>