Shades of Violet #E88EFC
Tints of Violet #E88EFC
RGB
CMYK
RGB Variations
Color information
#E88EFC (or 0xE88EFC) is known color: Violet. HEX triplet: E8, 8E and FC. RGB value is (232,142,252). Sum of RGB (Red+Green+Blue) = 232+142+252=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #E88EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88EFC is #177103. Grayscale: #B5B5B5. Windows color (decimal): -1536260 or 16551656. OLE color: 16551656.
HSL color Cylindrical-coordinate representation of color #E88EFC: hue angle of 289.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88EFC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 142 | 252 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.01 |
| HSL | 289.09º | 0.95% | 0.77% | - |
| HSV(B) | 289.09º | 0.44% | 0.99% | - |
| XYZ | 60.52 | 43.53 | 97.31 | - |
| YUV | 181.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 252 | 0.08 | 0.44 | 0 | 0.01 | 289.09 | 0.95 | 0.77 |
| Hex | E8 | 8E | FC | 8 | 2C | 0 | 1 | 121 | 5F | 4D |
| Octal | 350 | 216 | 374 | 10 | 54 | 0 | 1 | 441 | 137 | 115 |
| Binary | 11101000 | 10001110 | 11111100 | 1000 | 101100 | 0 | 1 | 100100001 | 1011111 | 1001101 |
Color Harmonies of #E88EFC
Complementary color
Monochromatic Colors of #E88EFC
Black with #E88EFC
Text Example
Text Example
White with #E88EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EFC; }
p { color: rgb(232,142,252); }
H1.HeaderClassName
{
color: #E88EFC;
}
.AnyTagClassName
{
color: #E88EFC;
}
</style>
background-color css
<style>
a { background-color: #E88EFC; }
a { background-color: rgb(232,142,252); }
div.DivClassName
{
background-color: #E88EFC;
}
.BgClassName
{
background-color: #E88EFC;
}
</style>
border-color css
<style>
span { border-color: #E88EFC; }
span { border-color: rgb(232,142,252); }
td.TdClassName
{
border-color: #E88EFC;
}
.TagClassName
{
border-color: #E88EFC;
}
</style>