Shades of Violet #E88EFA
Tints of Violet #E88EFA
RGB
CMYK
RGB Variations
Color information
#E88EFA (or 0xE88EFA) is known color: Violet. HEX triplet: E8, 8E and FA. RGB value is (232,142,250). Sum of RGB (Red+Green+Blue) = 232+142+250=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 142 (55.86% from 255 or 22.76% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E88EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88EFA is #177105. Grayscale: #B4B4B4. Windows color (decimal): -1536262 or 16420584. OLE color: 16420584.
HSL color Cylindrical-coordinate representation of color #E88EFA: hue angle of 290º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88EFA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 142 | 250 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.02 |
| HSL | 290º | 0.92% | 0.77% | - |
| HSV(B) | 290º | 0.43% | 0.98% | - |
| XYZ | 60.21 | 43.4 | 95.65 | - |
| YUV | 181.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 250 | 0.07 | 0.43 | 0 | 0.02 | 290 | 0.92 | 0.77 |
| Hex | E8 | 8E | FA | 7 | 2B | 0 | 2 | 122 | 5C | 4D |
| Octal | 350 | 216 | 372 | 7 | 53 | 0 | 2 | 442 | 134 | 115 |
| Binary | 11101000 | 10001110 | 11111010 | 111 | 101011 | 0 | 10 | 100100010 | 1011100 | 1001101 |
Color Harmonies of #E88EFA
Complementary color
Monochromatic Colors of #E88EFA
Black with #E88EFA
Text Example
Text Example
White with #E88EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EFA; }
p { color: rgb(232,142,250); }
H1.HeaderClassName
{
color: #E88EFA;
}
.AnyTagClassName
{
color: #E88EFA;
}
</style>
background-color css
<style>
a { background-color: #E88EFA; }
a { background-color: rgb(232,142,250); }
div.DivClassName
{
background-color: #E88EFA;
}
.BgClassName
{
background-color: #E88EFA;
}
</style>
border-color css
<style>
span { border-color: #E88EFA; }
span { border-color: rgb(232,142,250); }
td.TdClassName
{
border-color: #E88EFA;
}
.TagClassName
{
border-color: #E88EFA;
}
</style>