Shades of Violet #E978EA
Tints of Violet #E978EA
RGB
CMYK
RGB Variations
Color information
#E978EA (or 0xE978EA) is known color: Violet. HEX triplet: E9, 78 and EA. RGB value is (233,120,234). Sum of RGB (Red+Green+Blue) = 233+120+234=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #E978EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978EA is #168715. Grayscale: #A6A6A6. Windows color (decimal): -1476374 or 15366377. OLE color: 15366377.
HSL color Cylindrical-coordinate representation of color #E978EA: hue angle of 299.47º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E978EA is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 120 | 234 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.08 |
| HSL | 299.47º | 0.73% | 0.69% | - |
| HSV(B) | 299.47º | 0.49% | 0.92% | - |
| XYZ | 55.17 | 36.7 | 82.02 | - |
| YUV | 166.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 234 | 0.00 | 0.49 | 0 | 0.08 | 299.47 | 0.73 | 0.69 |
| Hex | E9 | 78 | EA | 0 | 31 | 0 | 8 | 12B | 49 | 45 |
| Octal | 351 | 170 | 352 | 0 | 61 | 0 | 10 | 453 | 111 | 105 |
| Binary | 11101001 | 1111000 | 11101010 | 0 | 110001 | 0 | 1000 | 100101011 | 1001001 | 1000101 |
Color Harmonies of #E978EA
Complementary color
Monochromatic Colors of #E978EA
Black with #E978EA
Text Example
Text Example
White with #E978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978EA; }
p { color: rgb(233,120,234); }
H1.HeaderClassName
{
color: #E978EA;
}
.AnyTagClassName
{
color: #E978EA;
}
</style>
background-color css
<style>
a { background-color: #E978EA; }
a { background-color: rgb(233,120,234); }
div.DivClassName
{
background-color: #E978EA;
}
.BgClassName
{
background-color: #E978EA;
}
</style>
border-color css
<style>
span { border-color: #E978EA; }
span { border-color: rgb(233,120,234); }
td.TdClassName
{
border-color: #E978EA;
}
.TagClassName
{
border-color: #E978EA;
}
</style>