Shades of Violet #E978E8
Tints of Violet #E978E8
RGB
CMYK
RGB Variations
Color information
#E978E8 (or 0xE978E8) is known color: Violet. HEX triplet: E9, 78 and E8. RGB value is (233,120,232). Sum of RGB (Red+Green+Blue) = 233+120+232=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E978E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978E8 is #168717. Grayscale: #A6A6A6. Windows color (decimal): -1476376 or 15235305. OLE color: 15235305.
HSL color Cylindrical-coordinate representation of color #E978E8: hue angle of 300.53º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978E8 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 232 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.09 |
| HSL | 300.53º | 0.72% | 0.69% | - |
| HSV(B) | 300.53º | 0.48% | 0.91% | - |
| XYZ | 54.89 | 36.58 | 80.51 | - |
| YUV | 166.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 232 | 0 | 0.48 | 0.00 | 0.09 | 300.53 | 0.72 | 0.69 |
| Hex | E9 | 78 | E8 | 0 | 30 | 0 | 9 | 12D | 48 | 45 |
| Octal | 351 | 170 | 350 | 0 | 60 | 0 | 11 | 455 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11101000 | 0 | 110000 | 0 | 1001 | 100101101 | 1001000 | 1000101 |
Color Harmonies of #E978E8
Complementary color
Monochromatic Colors of #E978E8
Black with #E978E8
Text Example
Text Example
White with #E978E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978E8; }
p { color: rgb(233,120,232); }
H1.HeaderClassName
{
color: #E978E8;
}
.AnyTagClassName
{
color: #E978E8;
}
</style>
background-color css
<style>
a { background-color: #E978E8; }
a { background-color: rgb(233,120,232); }
div.DivClassName
{
background-color: #E978E8;
}
.BgClassName
{
background-color: #E978E8;
}
</style>
border-color css
<style>
span { border-color: #E978E8; }
span { border-color: rgb(233,120,232); }
td.TdClassName
{
border-color: #E978E8;
}
.TagClassName
{
border-color: #E978E8;
}
</style>