Shades of Violet #E87AE0
Tints of Violet #E87AE0
RGB
CMYK
RGB Variations
Color information
#E87AE0 (or 0xE87AE0) is known color: Violet. HEX triplet: E8, 7A and E0. RGB value is (232,122,224). Sum of RGB (Red+Green+Blue) = 232+122+224=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AE0 is #17851F. Grayscale: #A6A6A6. Windows color (decimal): -1541408 or 14711528. OLE color: 14711528.
HSL color Cylindrical-coordinate representation of color #E87AE0: hue angle of 304.36º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AE0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 224 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.09 |
| HSL | 304.36º | 0.71% | 0.69% | - |
| HSV(B) | 304.36º | 0.47% | 0.91% | - |
| XYZ | 53.69 | 36.46 | 74.73 | - |
| YUV | 166.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 224 | 0 | 0.47 | 0.03 | 0.09 | 304.36 | 0.71 | 0.69 |
| Hex | E8 | 7A | E0 | 0 | 2F | 3 | 9 | 130 | 47 | 45 |
| Octal | 350 | 172 | 340 | 0 | 57 | 3 | 11 | 460 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11100000 | 0 | 101111 | 11 | 1001 | 100110000 | 1000111 | 1000101 |
Color Harmonies of #E87AE0
Complementary color
Monochromatic Colors of #E87AE0
Black with #E87AE0
Text Example
Text Example
White with #E87AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AE0; }
p { color: rgb(232,122,224); }
H1.HeaderClassName
{
color: #E87AE0;
}
.AnyTagClassName
{
color: #E87AE0;
}
</style>
background-color css
<style>
a { background-color: #E87AE0; }
a { background-color: rgb(232,122,224); }
div.DivClassName
{
background-color: #E87AE0;
}
.BgClassName
{
background-color: #E87AE0;
}
</style>
border-color css
<style>
span { border-color: #E87AE0; }
span { border-color: rgb(232,122,224); }
td.TdClassName
{
border-color: #E87AE0;
}
.TagClassName
{
border-color: #E87AE0;
}
</style>