Shades of Violet #E982E6
Tints of Violet #E982E6
RGB
CMYK
RGB Variations
Color information
#E982E6 (or 0xE982E6) is known color: Violet. HEX triplet: E9, 82 and E6. RGB value is (233,130,230). Sum of RGB (Red+Green+Blue) = 233+130+230=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E982E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982E6 is #167D19. Grayscale: #ABABAB. Windows color (decimal): -1473818 or 15106793. OLE color: 15106793.
HSL color Cylindrical-coordinate representation of color #E982E6: hue angle of 301.75º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982E6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 230 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.09 |
| HSL | 301.75º | 0.7% | 0.71% | - |
| HSV(B) | 301.75º | 0.44% | 0.91% | - |
| XYZ | 55.87 | 39 | 79.45 | - |
| YUV | 172.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 230 | 0 | 0.44 | 0.01 | 0.09 | 301.75 | 0.7 | 0.71 |
| Hex | E9 | 82 | E6 | 0 | 2C | 1 | 9 | 12E | 46 | 47 |
| Octal | 351 | 202 | 346 | 0 | 54 | 1 | 11 | 456 | 106 | 107 |
| Binary | 11101001 | 10000010 | 11100110 | 0 | 101100 | 1 | 1001 | 100101110 | 1000110 | 1000111 |
Color Harmonies of #E982E6
Complementary color
Monochromatic Colors of #E982E6
Black with #E982E6
Text Example
Text Example
White with #E982E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982E6; }
p { color: rgb(233,130,230); }
H1.HeaderClassName
{
color: #E982E6;
}
.AnyTagClassName
{
color: #E982E6;
}
</style>
background-color css
<style>
a { background-color: #E982E6; }
a { background-color: rgb(233,130,230); }
div.DivClassName
{
background-color: #E982E6;
}
.BgClassName
{
background-color: #E982E6;
}
</style>
border-color css
<style>
span { border-color: #E982E6; }
span { border-color: rgb(233,130,230); }
td.TdClassName
{
border-color: #E982E6;
}
.TagClassName
{
border-color: #E982E6;
}
</style>