Shades of Violet #E882EB
Tints of Violet #E882EB
RGB
CMYK
RGB Variations
Color information
#E882EB (or 0xE882EB) is known color: Violet. HEX triplet: E8, 82 and EB. RGB value is (232,130,235). Sum of RGB (Red+Green+Blue) = 232+130+235=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #E882EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882EB is #177D14. Grayscale: #ACACAC. Windows color (decimal): -1539349 or 15434472. OLE color: 15434472.
HSL color Cylindrical-coordinate representation of color #E882EB: hue angle of 298.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E882EB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 130 | 235 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.08 |
| HSL | 298.29º | 0.72% | 0.72% | - |
| HSV(B) | 298.29º | 0.45% | 0.92% | - |
| XYZ | 56.26 | 39.12 | 83.18 | - |
| YUV | 172.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 235 | 0.01 | 0.45 | 0 | 0.08 | 298.29 | 0.72 | 0.72 |
| Hex | E8 | 82 | EB | 1 | 2D | 0 | 8 | 12A | 48 | 48 |
| Octal | 350 | 202 | 353 | 1 | 55 | 0 | 10 | 452 | 110 | 110 |
| Binary | 11101000 | 10000010 | 11101011 | 1 | 101101 | 0 | 1000 | 100101010 | 1001000 | 1001000 |
Color Harmonies of #E882EB
Complementary color
Monochromatic Colors of #E882EB
Black with #E882EB
Text Example
Text Example
White with #E882EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882EB; }
p { color: rgb(232,130,235); }
H1.HeaderClassName
{
color: #E882EB;
}
.AnyTagClassName
{
color: #E882EB;
}
</style>
background-color css
<style>
a { background-color: #E882EB; }
a { background-color: rgb(232,130,235); }
div.DivClassName
{
background-color: #E882EB;
}
.BgClassName
{
background-color: #E882EB;
}
</style>
border-color css
<style>
span { border-color: #E882EB; }
span { border-color: rgb(232,130,235); }
td.TdClassName
{
border-color: #E882EB;
}
.TagClassName
{
border-color: #E882EB;
}
</style>