Shades of Violet #E978EC
Tints of Violet #E978EC
RGB
CMYK
RGB Variations
Color information
#E978EC (or 0xE978EC) is known color: Violet. HEX triplet: E9, 78 and EC. RGB value is (233,120,236). Sum of RGB (Red+Green+Blue) = 233+120+236=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #E978EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978EC is #168713. Grayscale: #A6A6A6. Windows color (decimal): -1476372 or 15497449. OLE color: 15497449.
HSL color Cylindrical-coordinate representation of color #E978EC: hue angle of 298.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E978EC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 120 | 236 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.07 |
| HSL | 298.45º | 0.75% | 0.7% | - |
| HSV(B) | 298.45º | 0.49% | 0.93% | - |
| XYZ | 55.46 | 36.81 | 83.54 | - |
| YUV | 167.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 236 | 0.01 | 0.49 | 0 | 0.07 | 298.45 | 0.75 | 0.7 |
| Hex | E9 | 78 | EC | 1 | 31 | 0 | 7 | 12A | 4B | 46 |
| Octal | 351 | 170 | 354 | 1 | 61 | 0 | 7 | 452 | 113 | 106 |
| Binary | 11101001 | 1111000 | 11101100 | 1 | 110001 | 0 | 111 | 100101010 | 1001011 | 1000110 |
Color Harmonies of #E978EC
Complementary color
Monochromatic Colors of #E978EC
Black with #E978EC
Text Example
Text Example
White with #E978EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978EC; }
p { color: rgb(233,120,236); }
H1.HeaderClassName
{
color: #E978EC;
}
.AnyTagClassName
{
color: #E978EC;
}
</style>
background-color css
<style>
a { background-color: #E978EC; }
a { background-color: rgb(233,120,236); }
div.DivClassName
{
background-color: #E978EC;
}
.BgClassName
{
background-color: #E978EC;
}
</style>
border-color css
<style>
span { border-color: #E978EC; }
span { border-color: rgb(233,120,236); }
td.TdClassName
{
border-color: #E978EC;
}
.TagClassName
{
border-color: #E978EC;
}
</style>