Shades of Violet #E978EB
Tints of Violet #E978EB
RGB
CMYK
RGB Variations
Color information
#E978EB (or 0xE978EB) is known color: Violet. HEX triplet: E9, 78 and EB. RGB value is (233,120,235). Sum of RGB (Red+Green+Blue) = 233+120+235=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #E978EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978EB is #168714. Grayscale: #A6A6A6. Windows color (decimal): -1476373 or 15431913. OLE color: 15431913.
HSL color Cylindrical-coordinate representation of color #E978EB: hue angle of 298.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E978EB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 120 | 235 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.08 |
| HSL | 298.96º | 0.74% | 0.7% | - |
| HSV(B) | 298.96º | 0.49% | 0.92% | - |
| XYZ | 55.32 | 36.75 | 82.78 | - |
| YUV | 166.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 235 | 0.01 | 0.49 | 0 | 0.08 | 298.96 | 0.74 | 0.7 |
| Hex | E9 | 78 | EB | 1 | 31 | 0 | 8 | 12B | 4A | 46 |
| Octal | 351 | 170 | 353 | 1 | 61 | 0 | 10 | 453 | 112 | 106 |
| Binary | 11101001 | 1111000 | 11101011 | 1 | 110001 | 0 | 1000 | 100101011 | 1001010 | 1000110 |
Color Harmonies of #E978EB
Complementary color
Monochromatic Colors of #E978EB
Black with #E978EB
Text Example
Text Example
White with #E978EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978EB; }
p { color: rgb(233,120,235); }
H1.HeaderClassName
{
color: #E978EB;
}
.AnyTagClassName
{
color: #E978EB;
}
</style>
background-color css
<style>
a { background-color: #E978EB; }
a { background-color: rgb(233,120,235); }
div.DivClassName
{
background-color: #E978EB;
}
.BgClassName
{
background-color: #E978EB;
}
</style>
border-color css
<style>
span { border-color: #E978EB; }
span { border-color: rgb(233,120,235); }
td.TdClassName
{
border-color: #E978EB;
}
.TagClassName
{
border-color: #E978EB;
}
</style>