Shades of Violet #E88BED
Tints of Violet #E88BED
RGB
CMYK
RGB Variations
Color information
#E88BED (or 0xE88BED) is known color: Violet. HEX triplet: E8, 8B and ED. RGB value is (232,139,237). Sum of RGB (Red+Green+Blue) = 232+139+237=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E88BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88BED is #177412. Grayscale: #B1B1B1. Windows color (decimal): -1537043 or 15567848. OLE color: 15567848.
HSL color Cylindrical-coordinate representation of color #E88BED: hue angle of 296.94º degrees, saturation: 0.73, 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 #E88BED is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 139 | 237 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.07 |
| HSL | 296.94º | 0.73% | 0.74% | - |
| HSV(B) | 296.94º | 0.41% | 0.93% | - |
| XYZ | 57.8 | 41.74 | 85.13 | - |
| YUV | 177.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 237 | 0.02 | 0.41 | 0 | 0.07 | 296.94 | 0.73 | 0.74 |
| Hex | E8 | 8B | ED | 2 | 29 | 0 | 7 | 129 | 49 | 4A |
| Octal | 350 | 213 | 355 | 2 | 51 | 0 | 7 | 451 | 111 | 112 |
| Binary | 11101000 | 10001011 | 11101101 | 10 | 101001 | 0 | 111 | 100101001 | 1001001 | 1001010 |
Color Harmonies of #E88BED
Complementary color
Monochromatic Colors of #E88BED
Black with #E88BED
Text Example
Text Example
White with #E88BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BED; }
p { color: rgb(232,139,237); }
H1.HeaderClassName
{
color: #E88BED;
}
.AnyTagClassName
{
color: #E88BED;
}
</style>
background-color css
<style>
a { background-color: #E88BED; }
a { background-color: rgb(232,139,237); }
div.DivClassName
{
background-color: #E88BED;
}
.BgClassName
{
background-color: #E88BED;
}
</style>
border-color css
<style>
span { border-color: #E88BED; }
span { border-color: rgb(232,139,237); }
td.TdClassName
{
border-color: #E88BED;
}
.TagClassName
{
border-color: #E88BED;
}
</style>