Shades of Violet #E982F7
Tints of Violet #E982F7
RGB
CMYK
RGB Variations
Color information
#E982F7 (or 0xE982F7) is known color: Violet. HEX triplet: E9, 82 and F7. RGB value is (233,130,247). Sum of RGB (Red+Green+Blue) = 233+130+247=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #E982F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982F7 is #167D08. Grayscale: #ADADAD. Windows color (decimal): -1473801 or 16220905. OLE color: 16220905.
HSL color Cylindrical-coordinate representation of color #E982F7: hue angle of 292.82º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E982F7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 130 | 247 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.03 |
| HSL | 292.82º | 0.88% | 0.74% | - |
| HSV(B) | 292.82º | 0.47% | 0.97% | - |
| XYZ | 58.38 | 40 | 92.64 | - |
| YUV | 174.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 247 | 0.06 | 0.47 | 0 | 0.03 | 292.82 | 0.88 | 0.74 |
| Hex | E9 | 82 | F7 | 6 | 2F | 0 | 3 | 125 | 58 | 4A |
| Octal | 351 | 202 | 367 | 6 | 57 | 0 | 3 | 445 | 130 | 112 |
| Binary | 11101001 | 10000010 | 11110111 | 110 | 101111 | 0 | 11 | 100100101 | 1011000 | 1001010 |
Color Harmonies of #E982F7
Complementary color
Monochromatic Colors of #E982F7
Black with #E982F7
Text Example
Text Example
White with #E982F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982F7; }
p { color: rgb(233,130,247); }
H1.HeaderClassName
{
color: #E982F7;
}
.AnyTagClassName
{
color: #E982F7;
}
</style>
background-color css
<style>
a { background-color: #E982F7; }
a { background-color: rgb(233,130,247); }
div.DivClassName
{
background-color: #E982F7;
}
.BgClassName
{
background-color: #E982F7;
}
</style>
border-color css
<style>
span { border-color: #E982F7; }
span { border-color: rgb(233,130,247); }
td.TdClassName
{
border-color: #E982F7;
}
.TagClassName
{
border-color: #E982F7;
}
</style>