Shades of Violet #E882EA
Tints of Violet #E882EA
RGB
CMYK
RGB Variations
Color information
#E882EA (or 0xE882EA) is known color: Violet. HEX triplet: E8, 82 and EA. RGB value is (232,130,234). Sum of RGB (Red+Green+Blue) = 232+130+234=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #E882EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882EA is #177D15. Grayscale: #ACACAC. Windows color (decimal): -1539350 or 15368936. OLE color: 15368936.
HSL color Cylindrical-coordinate representation of color #E882EA: hue angle of 298.85º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882EA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 130 | 234 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.08 |
| HSL | 298.85º | 0.71% | 0.71% | - |
| HSV(B) | 298.85º | 0.44% | 0.92% | - |
| XYZ | 56.11 | 39.06 | 82.42 | - |
| YUV | 172.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 234 | 0.01 | 0.44 | 0 | 0.08 | 298.85 | 0.71 | 0.71 |
| Hex | E8 | 82 | EA | 1 | 2C | 0 | 8 | 12B | 47 | 47 |
| Octal | 350 | 202 | 352 | 1 | 54 | 0 | 10 | 453 | 107 | 107 |
| Binary | 11101000 | 10000010 | 11101010 | 1 | 101100 | 0 | 1000 | 100101011 | 1000111 | 1000111 |
Color Harmonies of #E882EA
Complementary color
Monochromatic Colors of #E882EA
Black with #E882EA
Text Example
Text Example
White with #E882EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882EA; }
p { color: rgb(232,130,234); }
H1.HeaderClassName
{
color: #E882EA;
}
.AnyTagClassName
{
color: #E882EA;
}
</style>
background-color css
<style>
a { background-color: #E882EA; }
a { background-color: rgb(232,130,234); }
div.DivClassName
{
background-color: #E882EA;
}
.BgClassName
{
background-color: #E882EA;
}
</style>
border-color css
<style>
span { border-color: #E882EA; }
span { border-color: rgb(232,130,234); }
td.TdClassName
{
border-color: #E882EA;
}
.TagClassName
{
border-color: #E882EA;
}
</style>