Shades of Violet #E980E9
Tints of Violet #E980E9
RGB
CMYK
RGB Variations
Color information
#E980E9 (or 0xE980E9) is known color: Violet. HEX triplet: E9, 80 and E9. RGB value is (233,128,233). Sum of RGB (Red+Green+Blue) = 233+128+233=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E980E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E980E9 is #167F16. Grayscale: #ABABAB. Windows color (decimal): -1474327 or 15302889. OLE color: 15302889.
HSL color Cylindrical-coordinate representation of color #E980E9: hue angle of 300º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E980E9 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 233 | - |
| CMYK | 0 | 0.45 | 0 | 0.09 |
| HSL | 300º | 0.7% | 0.71% | - |
| HSV(B) | 300º | 0.45% | 0.91% | - |
| XYZ | 56.03 | 38.65 | 81.6 | - |
| YUV | 171.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 233 | 0 | 0.45 | 0 | 0.09 | 300 | 0.7 | 0.71 |
| Hex | E9 | 80 | E9 | 0 | 2D | 0 | 9 | 12C | 46 | 47 |
| Octal | 351 | 200 | 351 | 0 | 55 | 0 | 11 | 454 | 106 | 107 |
| Binary | 11101001 | 10000000 | 11101001 | 0 | 101101 | 0 | 1001 | 100101100 | 1000110 | 1000111 |
Color Harmonies of #E980E9
Complementary color
Monochromatic Colors of #E980E9
Black with #E980E9
Text Example
Text Example
White with #E980E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E980E9; }
p { color: rgb(233,128,233); }
H1.HeaderClassName
{
color: #E980E9;
}
.AnyTagClassName
{
color: #E980E9;
}
</style>
background-color css
<style>
a { background-color: #E980E9; }
a { background-color: rgb(233,128,233); }
div.DivClassName
{
background-color: #E980E9;
}
.BgClassName
{
background-color: #E980E9;
}
</style>
border-color css
<style>
span { border-color: #E980E9; }
span { border-color: rgb(233,128,233); }
td.TdClassName
{
border-color: #E980E9;
}
.TagClassName
{
border-color: #E980E9;
}
</style>