Shades of Violet #E882FA
Tints of Violet #E882FA
RGB
CMYK
RGB Variations
Color information
#E882FA (or 0xE882FA) is known color: Violet. HEX triplet: E8, 82 and FA. RGB value is (232,130,250). Sum of RGB (Red+Green+Blue) = 232+130+250=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #E882FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882FA is #177D05. Grayscale: #ADADAD. Windows color (decimal): -1539334 or 16417512. OLE color: 16417512.
HSL color Cylindrical-coordinate representation of color #E882FA: hue angle of 291º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E882FA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 130 | 250 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.02 |
| HSL | 291º | 0.92% | 0.75% | - |
| HSV(B) | 291º | 0.48% | 0.98% | - |
| XYZ | 58.52 | 40.02 | 95.08 | - |
| YUV | 174.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 250 | 0.07 | 0.48 | 0 | 0.02 | 291 | 0.92 | 0.75 |
| Hex | E8 | 82 | FA | 7 | 30 | 0 | 2 | 123 | 5C | 4B |
| Octal | 350 | 202 | 372 | 7 | 60 | 0 | 2 | 443 | 134 | 113 |
| Binary | 11101000 | 10000010 | 11111010 | 111 | 110000 | 0 | 10 | 100100011 | 1011100 | 1001011 |
Color Harmonies of #E882FA
Complementary color
Monochromatic Colors of #E882FA
Black with #E882FA
Text Example
Text Example
White with #E882FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882FA; }
p { color: rgb(232,130,250); }
H1.HeaderClassName
{
color: #E882FA;
}
.AnyTagClassName
{
color: #E882FA;
}
</style>
background-color css
<style>
a { background-color: #E882FA; }
a { background-color: rgb(232,130,250); }
div.DivClassName
{
background-color: #E882FA;
}
.BgClassName
{
background-color: #E882FA;
}
</style>
border-color css
<style>
span { border-color: #E882FA; }
span { border-color: rgb(232,130,250); }
td.TdClassName
{
border-color: #E882FA;
}
.TagClassName
{
border-color: #E882FA;
}
</style>