Shades of Violet #E87AEE
Tints of Violet #E87AEE
RGB
CMYK
RGB Variations
Color information
#E87AEE (or 0xE87AEE) is known color: Violet. HEX triplet: E8, 7A and EE. RGB value is (232,122,238). Sum of RGB (Red+Green+Blue) = 232+122+238=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #E87AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87AEE is #178511. Grayscale: #A7A7A7. Windows color (decimal): -1541394 or 15629032. OLE color: 15629032.
HSL color Cylindrical-coordinate representation of color #E87AEE: hue angle of 296.9º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87AEE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 122 | 238 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.07 |
| HSL | 296.9º | 0.77% | 0.71% | - |
| HSV(B) | 296.9º | 0.49% | 0.93% | - |
| XYZ | 55.67 | 37.25 | 85.14 | - |
| YUV | 168.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 238 | 0.03 | 0.49 | 0 | 0.07 | 296.9 | 0.77 | 0.71 |
| Hex | E8 | 7A | EE | 3 | 31 | 0 | 7 | 129 | 4D | 47 |
| Octal | 350 | 172 | 356 | 3 | 61 | 0 | 7 | 451 | 115 | 107 |
| Binary | 11101000 | 1111010 | 11101110 | 11 | 110001 | 0 | 111 | 100101001 | 1001101 | 1000111 |
Color Harmonies of #E87AEE
Complementary color
Monochromatic Colors of #E87AEE
Black with #E87AEE
Text Example
Text Example
White with #E87AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AEE; }
p { color: rgb(232,122,238); }
H1.HeaderClassName
{
color: #E87AEE;
}
.AnyTagClassName
{
color: #E87AEE;
}
</style>
background-color css
<style>
a { background-color: #E87AEE; }
a { background-color: rgb(232,122,238); }
div.DivClassName
{
background-color: #E87AEE;
}
.BgClassName
{
background-color: #E87AEE;
}
</style>
border-color css
<style>
span { border-color: #E87AEE; }
span { border-color: rgb(232,122,238); }
td.TdClassName
{
border-color: #E87AEE;
}
.TagClassName
{
border-color: #E87AEE;
}
</style>