Shades of Violet #E88BEC
Tints of Violet #E88BEC
RGB
CMYK
RGB Variations
Color information
#E88BEC (or 0xE88BEC) is known color: Violet. HEX triplet: E8, 8B and EC. RGB value is (232,139,236). Sum of RGB (Red+Green+Blue) = 232+139+236=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E88BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88BEC is #177413. Grayscale: #B1B1B1. Windows color (decimal): -1537044 or 15502312. OLE color: 15502312.
HSL color Cylindrical-coordinate representation of color #E88BEC: hue angle of 297.53º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88BEC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 139 | 236 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.07 |
| HSL | 297.53º | 0.72% | 0.74% | - |
| HSV(B) | 297.53º | 0.41% | 0.93% | - |
| XYZ | 57.65 | 41.68 | 84.36 | - |
| YUV | 177.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 236 | 0.02 | 0.41 | 0 | 0.07 | 297.53 | 0.72 | 0.74 |
| Hex | E8 | 8B | EC | 2 | 29 | 0 | 7 | 12A | 48 | 4A |
| Octal | 350 | 213 | 354 | 2 | 51 | 0 | 7 | 452 | 110 | 112 |
| Binary | 11101000 | 10001011 | 11101100 | 10 | 101001 | 0 | 111 | 100101010 | 1001000 | 1001010 |
Color Harmonies of #E88BEC
Complementary color
Monochromatic Colors of #E88BEC
Black with #E88BEC
Text Example
Text Example
White with #E88BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BEC; }
p { color: rgb(232,139,236); }
H1.HeaderClassName
{
color: #E88BEC;
}
.AnyTagClassName
{
color: #E88BEC;
}
</style>
background-color css
<style>
a { background-color: #E88BEC; }
a { background-color: rgb(232,139,236); }
div.DivClassName
{
background-color: #E88BEC;
}
.BgClassName
{
background-color: #E88BEC;
}
</style>
border-color css
<style>
span { border-color: #E88BEC; }
span { border-color: rgb(232,139,236); }
td.TdClassName
{
border-color: #E88BEC;
}
.TagClassName
{
border-color: #E88BEC;
}
</style>