Shades of Violet #E978F5
Tints of Violet #E978F5
RGB
CMYK
RGB Variations
Color information
#E978F5 (or 0xE978F5) is known color: Violet. HEX triplet: E9, 78 and F5. RGB value is (233,120,245). Sum of RGB (Red+Green+Blue) = 233+120+245=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 120 (47.27% from 255 or 20.07% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #E978F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978F5 is #16870A. Grayscale: #A7A7A7. Windows color (decimal): -1476363 or 16087273. OLE color: 16087273.
HSL color Cylindrical-coordinate representation of color #E978F5: hue angle of 294.24º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E978F5 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 120 | 245 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.04 |
| HSL | 294.24º | 0.86% | 0.72% | - |
| HSV(B) | 294.24º | 0.51% | 0.96% | - |
| XYZ | 56.8 | 37.35 | 90.6 | - |
| YUV | 168.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 245 | 0.05 | 0.51 | 0 | 0.04 | 294.24 | 0.86 | 0.72 |
| Hex | E9 | 78 | F5 | 5 | 33 | 0 | 4 | 126 | 56 | 48 |
| Octal | 351 | 170 | 365 | 5 | 63 | 0 | 4 | 446 | 126 | 110 |
| Binary | 11101001 | 1111000 | 11110101 | 101 | 110011 | 0 | 100 | 100100110 | 1010110 | 1001000 |
Color Harmonies of #E978F5
Complementary color
Monochromatic Colors of #E978F5
Black with #E978F5
Text Example
Text Example
White with #E978F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978F5; }
p { color: rgb(233,120,245); }
H1.HeaderClassName
{
color: #E978F5;
}
.AnyTagClassName
{
color: #E978F5;
}
</style>
background-color css
<style>
a { background-color: #E978F5; }
a { background-color: rgb(233,120,245); }
div.DivClassName
{
background-color: #E978F5;
}
.BgClassName
{
background-color: #E978F5;
}
</style>
border-color css
<style>
span { border-color: #E978F5; }
span { border-color: rgb(233,120,245); }
td.TdClassName
{
border-color: #E978F5;
}
.TagClassName
{
border-color: #E978F5;
}
</style>