Shades of Violet #E88CEA
Tints of Violet #E88CEA
RGB
CMYK
RGB Variations
Color information
#E88CEA (or 0xE88CEA) is known color: Violet. HEX triplet: E8, 8C and EA. RGB value is (232,140,234). Sum of RGB (Red+Green+Blue) = 232+140+234=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #E88CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CEA is #177315. Grayscale: #B1B1B1. Windows color (decimal): -1536790 or 15371496. OLE color: 15371496.
HSL color Cylindrical-coordinate representation of color #E88CEA: hue angle of 298.72º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CEA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 140 | 234 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.08 |
| HSL | 298.72º | 0.69% | 0.73% | - |
| HSV(B) | 298.72º | 0.4% | 0.92% | - |
| XYZ | 57.51 | 41.85 | 82.89 | - |
| YUV | 178.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 234 | 0.01 | 0.40 | 0 | 0.08 | 298.72 | 0.69 | 0.73 |
| Hex | E8 | 8C | EA | 1 | 28 | 0 | 8 | 12B | 45 | 49 |
| Octal | 350 | 214 | 352 | 1 | 50 | 0 | 10 | 453 | 105 | 111 |
| Binary | 11101000 | 10001100 | 11101010 | 1 | 101000 | 0 | 1000 | 100101011 | 1000101 | 1001001 |
Color Harmonies of #E88CEA
Complementary color
Monochromatic Colors of #E88CEA
Black with #E88CEA
Text Example
Text Example
White with #E88CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CEA; }
p { color: rgb(232,140,234); }
H1.HeaderClassName
{
color: #E88CEA;
}
.AnyTagClassName
{
color: #E88CEA;
}
</style>
background-color css
<style>
a { background-color: #E88CEA; }
a { background-color: rgb(232,140,234); }
div.DivClassName
{
background-color: #E88CEA;
}
.BgClassName
{
background-color: #E88CEA;
}
</style>
border-color css
<style>
span { border-color: #E88CEA; }
span { border-color: rgb(232,140,234); }
td.TdClassName
{
border-color: #E88CEA;
}
.TagClassName
{
border-color: #E88CEA;
}
</style>