Shades of Violet #E982F5
Tints of Violet #E982F5
RGB
CMYK
RGB Variations
Color information
#E982F5 (or 0xE982F5) is known color: Violet. HEX triplet: E9, 82 and F5. RGB value is (233,130,245). Sum of RGB (Red+Green+Blue) = 233+130+245=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #E982F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982F5 is #167D0A. Grayscale: #ADADAD. Windows color (decimal): -1473803 or 16089833. OLE color: 16089833.
HSL color Cylindrical-coordinate representation of color #E982F5: hue angle of 293.74º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E982F5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 130 | 245 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.04 |
| HSL | 293.74º | 0.85% | 0.74% | - |
| HSV(B) | 293.74º | 0.47% | 0.96% | - |
| XYZ | 58.07 | 39.88 | 91.02 | - |
| YUV | 173.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 245 | 0.05 | 0.47 | 0 | 0.04 | 293.74 | 0.85 | 0.74 |
| Hex | E9 | 82 | F5 | 5 | 2F | 0 | 4 | 126 | 55 | 4A |
| Octal | 351 | 202 | 365 | 5 | 57 | 0 | 4 | 446 | 125 | 112 |
| Binary | 11101001 | 10000010 | 11110101 | 101 | 101111 | 0 | 100 | 100100110 | 1010101 | 1001010 |
Color Harmonies of #E982F5
Complementary color
Monochromatic Colors of #E982F5
Black with #E982F5
Text Example
Text Example
White with #E982F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982F5; }
p { color: rgb(233,130,245); }
H1.HeaderClassName
{
color: #E982F5;
}
.AnyTagClassName
{
color: #E982F5;
}
</style>
background-color css
<style>
a { background-color: #E982F5; }
a { background-color: rgb(233,130,245); }
div.DivClassName
{
background-color: #E982F5;
}
.BgClassName
{
background-color: #E982F5;
}
</style>
border-color css
<style>
span { border-color: #E982F5; }
span { border-color: rgb(233,130,245); }
td.TdClassName
{
border-color: #E982F5;
}
.TagClassName
{
border-color: #E982F5;
}
</style>