Shades of Violet #E882F9
Tints of Violet #E882F9
RGB
CMYK
RGB Variations
Color information
#E882F9 (or 0xE882F9) is known color: Violet. HEX triplet: E8, 82 and F9. RGB value is (232,130,249). Sum of RGB (Red+Green+Blue) = 232+130+249=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #E882F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882F9 is #177D06. Grayscale: #ADADAD. Windows color (decimal): -1539335 or 16351976. OLE color: 16351976.
HSL color Cylindrical-coordinate representation of color #E882F9: hue angle of 291.43º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E882F9 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 130 | 249 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.02 |
| HSL | 291.43º | 0.91% | 0.74% | - |
| HSV(B) | 291.43º | 0.48% | 0.98% | - |
| XYZ | 58.36 | 39.96 | 94.26 | - |
| YUV | 174.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 249 | 0.07 | 0.48 | 0 | 0.02 | 291.43 | 0.91 | 0.74 |
| Hex | E8 | 82 | F9 | 7 | 30 | 0 | 2 | 123 | 5B | 4A |
| Octal | 350 | 202 | 371 | 7 | 60 | 0 | 2 | 443 | 133 | 112 |
| Binary | 11101000 | 10000010 | 11111001 | 111 | 110000 | 0 | 10 | 100100011 | 1011011 | 1001010 |
Color Harmonies of #E882F9
Complementary color
Monochromatic Colors of #E882F9
Black with #E882F9
Text Example
Text Example
White with #E882F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882F9; }
p { color: rgb(232,130,249); }
H1.HeaderClassName
{
color: #E882F9;
}
.AnyTagClassName
{
color: #E882F9;
}
</style>
background-color css
<style>
a { background-color: #E882F9; }
a { background-color: rgb(232,130,249); }
div.DivClassName
{
background-color: #E882F9;
}
.BgClassName
{
background-color: #E882F9;
}
</style>
border-color css
<style>
span { border-color: #E882F9; }
span { border-color: rgb(232,130,249); }
td.TdClassName
{
border-color: #E882F9;
}
.TagClassName
{
border-color: #E882F9;
}
</style>