Shades of Violet #E978ED
Tints of Violet #E978ED
RGB
CMYK
RGB Variations
Color information
#E978ED (or 0xE978ED) is known color: Violet. HEX triplet: E9, 78 and ED. RGB value is (233,120,237). Sum of RGB (Red+Green+Blue) = 233+120+237=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #E978ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978ED is #168712. Grayscale: #A6A6A6. Windows color (decimal): -1476371 or 15562985. OLE color: 15562985.
HSL color Cylindrical-coordinate representation of color #E978ED: hue angle of 297.95º degrees, saturation: 0.76, 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 #E978ED is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 120 | 237 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.07 |
| HSL | 297.95º | 0.76% | 0.7% | - |
| HSV(B) | 297.95º | 0.49% | 0.93% | - |
| XYZ | 55.61 | 36.87 | 84.31 | - |
| YUV | 167.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 237 | 0.02 | 0.49 | 0 | 0.07 | 297.95 | 0.76 | 0.7 |
| Hex | E9 | 78 | ED | 2 | 31 | 0 | 7 | 12A | 4C | 46 |
| Octal | 351 | 170 | 355 | 2 | 61 | 0 | 7 | 452 | 114 | 106 |
| Binary | 11101001 | 1111000 | 11101101 | 10 | 110001 | 0 | 111 | 100101010 | 1001100 | 1000110 |
Color Harmonies of #E978ED
Complementary color
Monochromatic Colors of #E978ED
Black with #E978ED
Text Example
Text Example
White with #E978ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978ED; }
p { color: rgb(233,120,237); }
H1.HeaderClassName
{
color: #E978ED;
}
.AnyTagClassName
{
color: #E978ED;
}
</style>
background-color css
<style>
a { background-color: #E978ED; }
a { background-color: rgb(233,120,237); }
div.DivClassName
{
background-color: #E978ED;
}
.BgClassName
{
background-color: #E978ED;
}
</style>
border-color css
<style>
span { border-color: #E978ED; }
span { border-color: rgb(233,120,237); }
td.TdClassName
{
border-color: #E978ED;
}
.TagClassName
{
border-color: #E978ED;
}
</style>