Shades of Violet #E88DF2
Tints of Violet #E88DF2
RGB
CMYK
RGB Variations
Color information
#E88DF2 (or 0xE88DF2) is known color: Violet. HEX triplet: E8, 8D and F2. RGB value is (232,141,242). Sum of RGB (Red+Green+Blue) = 232+141+242=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #E88DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88DF2 is #17720D. Grayscale: #B3B3B3. Windows color (decimal): -1536526 or 15896040. OLE color: 15896040.
HSL color Cylindrical-coordinate representation of color #E88DF2: hue angle of 294.06º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E88DF2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 141 | 242 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.05 |
| HSL | 294.06º | 0.8% | 0.75% | - |
| HSV(B) | 294.06º | 0.42% | 0.95% | - |
| XYZ | 58.83 | 42.62 | 89.13 | - |
| YUV | 179.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 242 | 0.04 | 0.42 | 0 | 0.05 | 294.06 | 0.8 | 0.75 |
| Hex | E8 | 8D | F2 | 4 | 2A | 0 | 5 | 126 | 50 | 4B |
| Octal | 350 | 215 | 362 | 4 | 52 | 0 | 5 | 446 | 120 | 113 |
| Binary | 11101000 | 10001101 | 11110010 | 100 | 101010 | 0 | 101 | 100100110 | 1010000 | 1001011 |
Color Harmonies of #E88DF2
Complementary color
Monochromatic Colors of #E88DF2
Black with #E88DF2
Text Example
Text Example
White with #E88DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DF2; }
p { color: rgb(232,141,242); }
H1.HeaderClassName
{
color: #E88DF2;
}
.AnyTagClassName
{
color: #E88DF2;
}
</style>
background-color css
<style>
a { background-color: #E88DF2; }
a { background-color: rgb(232,141,242); }
div.DivClassName
{
background-color: #E88DF2;
}
.BgClassName
{
background-color: #E88DF2;
}
</style>
border-color css
<style>
span { border-color: #E88DF2; }
span { border-color: rgb(232,141,242); }
td.TdClassName
{
border-color: #E88DF2;
}
.TagClassName
{
border-color: #E88DF2;
}
</style>