Shades of Violet #E88BEA
Tints of Violet #E88BEA
RGB
CMYK
RGB Variations
Color information
#E88BEA (or 0xE88BEA) is known color: Violet. HEX triplet: E8, 8B and EA. RGB value is (232,139,234). Sum of RGB (Red+Green+Blue) = 232+139+234=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E88BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88BEA is #177415. Grayscale: #B1B1B1. Windows color (decimal): -1537046 or 15371240. OLE color: 15371240.
HSL color Cylindrical-coordinate representation of color #E88BEA: hue angle of 298.74º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88BEA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 139 | 234 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.08 |
| HSL | 298.74º | 0.69% | 0.73% | - |
| HSV(B) | 298.74º | 0.41% | 0.92% | - |
| XYZ | 57.36 | 41.56 | 82.84 | - |
| YUV | 177.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 234 | 0.01 | 0.41 | 0 | 0.08 | 298.74 | 0.69 | 0.73 |
| Hex | E8 | 8B | EA | 1 | 29 | 0 | 8 | 12B | 45 | 49 |
| Octal | 350 | 213 | 352 | 1 | 51 | 0 | 10 | 453 | 105 | 111 |
| Binary | 11101000 | 10001011 | 11101010 | 1 | 101001 | 0 | 1000 | 100101011 | 1000101 | 1001001 |
Color Harmonies of #E88BEA
Complementary color
Monochromatic Colors of #E88BEA
Black with #E88BEA
Text Example
Text Example
White with #E88BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BEA; }
p { color: rgb(232,139,234); }
H1.HeaderClassName
{
color: #E88BEA;
}
.AnyTagClassName
{
color: #E88BEA;
}
</style>
background-color css
<style>
a { background-color: #E88BEA; }
a { background-color: rgb(232,139,234); }
div.DivClassName
{
background-color: #E88BEA;
}
.BgClassName
{
background-color: #E88BEA;
}
</style>
border-color css
<style>
span { border-color: #E88BEA; }
span { border-color: rgb(232,139,234); }
td.TdClassName
{
border-color: #E88BEA;
}
.TagClassName
{
border-color: #E88BEA;
}
</style>