Shades of Violet #E88EEA
Tints of Violet #E88EEA
RGB
CMYK
RGB Variations
Color information
#E88EEA (or 0xE88EEA) is known color: Violet. HEX triplet: E8, 8E and EA. RGB value is (232,142,234). Sum of RGB (Red+Green+Blue) = 232+142+234=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E88EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88EEA is #177115. Grayscale: #B3B3B3. Windows color (decimal): -1536278 or 15372008. OLE color: 15372008.
HSL color Cylindrical-coordinate representation of color #E88EEA: hue angle of 298.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88EEA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 142 | 234 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.08 |
| HSL | 298.7º | 0.69% | 0.74% | - |
| HSV(B) | 298.7º | 0.39% | 0.92% | - |
| XYZ | 57.8 | 42.44 | 82.99 | - |
| YUV | 179.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 234 | 0.01 | 0.39 | 0 | 0.08 | 298.7 | 0.69 | 0.74 |
| Hex | E8 | 8E | EA | 1 | 27 | 0 | 8 | 12B | 45 | 4A |
| Octal | 350 | 216 | 352 | 1 | 47 | 0 | 10 | 453 | 105 | 112 |
| Binary | 11101000 | 10001110 | 11101010 | 1 | 100111 | 0 | 1000 | 100101011 | 1000101 | 1001010 |
Color Harmonies of #E88EEA
Complementary color
Monochromatic Colors of #E88EEA
Black with #E88EEA
Text Example
Text Example
White with #E88EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EEA; }
p { color: rgb(232,142,234); }
H1.HeaderClassName
{
color: #E88EEA;
}
.AnyTagClassName
{
color: #E88EEA;
}
</style>
background-color css
<style>
a { background-color: #E88EEA; }
a { background-color: rgb(232,142,234); }
div.DivClassName
{
background-color: #E88EEA;
}
.BgClassName
{
background-color: #E88EEA;
}
</style>
border-color css
<style>
span { border-color: #E88EEA; }
span { border-color: rgb(232,142,234); }
td.TdClassName
{
border-color: #E88EEA;
}
.TagClassName
{
border-color: #E88EEA;
}
</style>