Shades of Violet #E978E9
Tints of Violet #E978E9
RGB
CMYK
RGB Variations
Color information
#E978E9 (or 0xE978E9) is known color: Violet. HEX triplet: E9, 78 and E9. RGB value is (233,120,233). Sum of RGB (Red+Green+Blue) = 233+120+233=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E978E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978E9 is #168716. Grayscale: #A6A6A6. Windows color (decimal): -1476375 or 15300841. OLE color: 15300841.
HSL color Cylindrical-coordinate representation of color #E978E9: hue angle of 300º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978E9 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 233 | - |
| CMYK | 0 | 0.48 | 0 | 0.09 |
| HSL | 300º | 0.72% | 0.69% | - |
| HSV(B) | 300º | 0.48% | 0.91% | - |
| XYZ | 55.03 | 36.64 | 81.26 | - |
| YUV | 166.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 233 | 0 | 0.48 | 0 | 0.09 | 300 | 0.72 | 0.69 |
| Hex | E9 | 78 | E9 | 0 | 30 | 0 | 9 | 12C | 48 | 45 |
| Octal | 351 | 170 | 351 | 0 | 60 | 0 | 11 | 454 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11101001 | 0 | 110000 | 0 | 1001 | 100101100 | 1001000 | 1000101 |
Color Harmonies of #E978E9
Complementary color
Monochromatic Colors of #E978E9
Black with #E978E9
Text Example
Text Example
White with #E978E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978E9; }
p { color: rgb(233,120,233); }
H1.HeaderClassName
{
color: #E978E9;
}
.AnyTagClassName
{
color: #E978E9;
}
</style>
background-color css
<style>
a { background-color: #E978E9; }
a { background-color: rgb(233,120,233); }
div.DivClassName
{
background-color: #E978E9;
}
.BgClassName
{
background-color: #E978E9;
}
</style>
border-color css
<style>
span { border-color: #E978E9; }
span { border-color: rgb(233,120,233); }
td.TdClassName
{
border-color: #E978E9;
}
.TagClassName
{
border-color: #E978E9;
}
</style>