Shades of Violet #E882E9
Tints of Violet #E882E9
RGB
CMYK
RGB Variations
Color information
#E882E9 (or 0xE882E9) is known color: Violet. HEX triplet: E8, 82 and E9. RGB value is (232,130,233). Sum of RGB (Red+Green+Blue) = 232+130+233=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #E882E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882E9 is #177D16. Grayscale: #ABABAB. Windows color (decimal): -1539351 or 15303400. OLE color: 15303400.
HSL color Cylindrical-coordinate representation of color #E882E9: hue angle of 299.42º degrees, saturation: 0.7, 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 #E882E9 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 233 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.09 |
| HSL | 299.42º | 0.7% | 0.71% | - |
| HSV(B) | 299.42º | 0.44% | 0.91% | - |
| XYZ | 55.97 | 39 | 81.67 | - |
| YUV | 172.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 233 | 0.00 | 0.44 | 0 | 0.09 | 299.42 | 0.7 | 0.71 |
| Hex | E8 | 82 | E9 | 0 | 2C | 0 | 9 | 12B | 46 | 47 |
| Octal | 350 | 202 | 351 | 0 | 54 | 0 | 11 | 453 | 106 | 107 |
| Binary | 11101000 | 10000010 | 11101001 | 0 | 101100 | 0 | 1001 | 100101011 | 1000110 | 1000111 |
Color Harmonies of #E882E9
Complementary color
Monochromatic Colors of #E882E9
Black with #E882E9
Text Example
Text Example
White with #E882E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882E9; }
p { color: rgb(232,130,233); }
H1.HeaderClassName
{
color: #E882E9;
}
.AnyTagClassName
{
color: #E882E9;
}
</style>
background-color css
<style>
a { background-color: #E882E9; }
a { background-color: rgb(232,130,233); }
div.DivClassName
{
background-color: #E882E9;
}
.BgClassName
{
background-color: #E882E9;
}
</style>
border-color css
<style>
span { border-color: #E882E9; }
span { border-color: rgb(232,130,233); }
td.TdClassName
{
border-color: #E882E9;
}
.TagClassName
{
border-color: #E882E9;
}
</style>