Shades of Violet #E88DFA
Tints of Violet #E88DFA
RGB
CMYK
RGB Variations
Color information
#E88DFA (or 0xE88DFA) is known color: Violet. HEX triplet: E8, 8D and FA. RGB value is (232,141,250). Sum of RGB (Red+Green+Blue) = 232+141+250=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #E88DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88DFA is #177205. Grayscale: #B4B4B4. Windows color (decimal): -1536518 or 16420328. OLE color: 16420328.
HSL color Cylindrical-coordinate representation of color #E88DFA: hue angle of 290.09º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88DFA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 141 | 250 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.02 |
| HSL | 290.09º | 0.92% | 0.77% | - |
| HSV(B) | 290.09º | 0.44% | 0.98% | - |
| XYZ | 60.06 | 43.11 | 95.6 | - |
| YUV | 180.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 250 | 0.07 | 0.44 | 0 | 0.02 | 290.09 | 0.92 | 0.77 |
| Hex | E8 | 8D | FA | 7 | 2C | 0 | 2 | 122 | 5C | 4D |
| Octal | 350 | 215 | 372 | 7 | 54 | 0 | 2 | 442 | 134 | 115 |
| Binary | 11101000 | 10001101 | 11111010 | 111 | 101100 | 0 | 10 | 100100010 | 1011100 | 1001101 |
Color Harmonies of #E88DFA
Complementary color
Monochromatic Colors of #E88DFA
Black with #E88DFA
Text Example
Text Example
White with #E88DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DFA; }
p { color: rgb(232,141,250); }
H1.HeaderClassName
{
color: #E88DFA;
}
.AnyTagClassName
{
color: #E88DFA;
}
</style>
background-color css
<style>
a { background-color: #E88DFA; }
a { background-color: rgb(232,141,250); }
div.DivClassName
{
background-color: #E88DFA;
}
.BgClassName
{
background-color: #E88DFA;
}
</style>
border-color css
<style>
span { border-color: #E88DFA; }
span { border-color: rgb(232,141,250); }
td.TdClassName
{
border-color: #E88DFA;
}
.TagClassName
{
border-color: #E88DFA;
}
</style>