Shades of Violet #E982F1
Tints of Violet #E982F1
RGB
CMYK
RGB Variations
Color information
#E982F1 (or 0xE982F1) is known color: Violet. HEX triplet: E9, 82 and F1. RGB value is (233,130,241). Sum of RGB (Red+Green+Blue) = 233+130+241=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #E982F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982F1 is #167D0E. Grayscale: #ADADAD. Windows color (decimal): -1473807 or 15827689. OLE color: 15827689.
HSL color Cylindrical-coordinate representation of color #E982F1: hue angle of 295.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E982F1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 130 | 241 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.05 |
| HSL | 295.68º | 0.8% | 0.73% | - |
| HSV(B) | 295.68º | 0.46% | 0.95% | - |
| XYZ | 57.46 | 39.64 | 87.84 | - |
| YUV | 173.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 241 | 0.03 | 0.46 | 0 | 0.05 | 295.68 | 0.8 | 0.73 |
| Hex | E9 | 82 | F1 | 3 | 2E | 0 | 5 | 128 | 50 | 49 |
| Octal | 351 | 202 | 361 | 3 | 56 | 0 | 5 | 450 | 120 | 111 |
| Binary | 11101001 | 10000010 | 11110001 | 11 | 101110 | 0 | 101 | 100101000 | 1010000 | 1001001 |
Color Harmonies of #E982F1
Complementary color
Monochromatic Colors of #E982F1
Black with #E982F1
Text Example
Text Example
White with #E982F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982F1; }
p { color: rgb(233,130,241); }
H1.HeaderClassName
{
color: #E982F1;
}
.AnyTagClassName
{
color: #E982F1;
}
</style>
background-color css
<style>
a { background-color: #E982F1; }
a { background-color: rgb(233,130,241); }
div.DivClassName
{
background-color: #E982F1;
}
.BgClassName
{
background-color: #E982F1;
}
</style>
border-color css
<style>
span { border-color: #E982F1; }
span { border-color: rgb(233,130,241); }
td.TdClassName
{
border-color: #E982F1;
}
.TagClassName
{
border-color: #E982F1;
}
</style>