Shades of Violet #E882E5
Tints of Violet #E882E5
RGB
CMYK
RGB Variations
Color information
#E882E5 (or 0xE882E5) is known color: Violet. HEX triplet: E8, 82 and E5. RGB value is (232,130,229). Sum of RGB (Red+Green+Blue) = 232+130+229=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E882E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882E5 is #177D1A. Grayscale: #ABABAB. Windows color (decimal): -1539355 or 15041256. OLE color: 15041256.
HSL color Cylindrical-coordinate representation of color #E882E5: hue angle of 301.76º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882E5 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 229 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.09 |
| HSL | 301.76º | 0.69% | 0.71% | - |
| HSV(B) | 301.76º | 0.44% | 0.91% | - |
| XYZ | 55.4 | 38.78 | 78.69 | - |
| YUV | 171.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 229 | 0 | 0.44 | 0.01 | 0.09 | 301.76 | 0.69 | 0.71 |
| Hex | E8 | 82 | E5 | 0 | 2C | 1 | 9 | 12E | 45 | 47 |
| Octal | 350 | 202 | 345 | 0 | 54 | 1 | 11 | 456 | 105 | 107 |
| Binary | 11101000 | 10000010 | 11100101 | 0 | 101100 | 1 | 1001 | 100101110 | 1000101 | 1000111 |
Color Harmonies of #E882E5
Complementary color
Monochromatic Colors of #E882E5
Black with #E882E5
Text Example
Text Example
White with #E882E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882E5; }
p { color: rgb(232,130,229); }
H1.HeaderClassName
{
color: #E882E5;
}
.AnyTagClassName
{
color: #E882E5;
}
</style>
background-color css
<style>
a { background-color: #E882E5; }
a { background-color: rgb(232,130,229); }
div.DivClassName
{
background-color: #E882E5;
}
.BgClassName
{
background-color: #E882E5;
}
</style>
border-color css
<style>
span { border-color: #E882E5; }
span { border-color: rgb(232,130,229); }
td.TdClassName
{
border-color: #E882E5;
}
.TagClassName
{
border-color: #E882E5;
}
</style>