Shades of Violet #E978E2
Tints of Violet #E978E2
RGB
CMYK
RGB Variations
Color information
#E978E2 (or 0xE978E2) is known color: Violet. HEX triplet: E9, 78 and E2. RGB value is (233,120,226). Sum of RGB (Red+Green+Blue) = 233+120+226=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E978E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978E2 is #16871D. Grayscale: #A5A5A5. Windows color (decimal): -1476382 or 14842089. OLE color: 14842089.
HSL color Cylindrical-coordinate representation of color #E978E2: hue angle of 303.72º 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 #E978E2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 226 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.09 |
| HSL | 303.72º | 0.72% | 0.69% | - |
| HSV(B) | 303.72º | 0.48% | 0.91% | - |
| XYZ | 54.05 | 36.25 | 76.1 | - |
| YUV | 165.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 226 | 0 | 0.48 | 0.03 | 0.09 | 303.72 | 0.72 | 0.69 |
| Hex | E9 | 78 | E2 | 0 | 30 | 3 | 9 | 130 | 48 | 45 |
| Octal | 351 | 170 | 342 | 0 | 60 | 3 | 11 | 460 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11100010 | 0 | 110000 | 11 | 1001 | 100110000 | 1001000 | 1000101 |
Color Harmonies of #E978E2
Complementary color
Monochromatic Colors of #E978E2
Black with #E978E2
Text Example
Text Example
White with #E978E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978E2; }
p { color: rgb(233,120,226); }
H1.HeaderClassName
{
color: #E978E2;
}
.AnyTagClassName
{
color: #E978E2;
}
</style>
background-color css
<style>
a { background-color: #E978E2; }
a { background-color: rgb(233,120,226); }
div.DivClassName
{
background-color: #E978E2;
}
.BgClassName
{
background-color: #E978E2;
}
</style>
border-color css
<style>
span { border-color: #E978E2; }
span { border-color: rgb(233,120,226); }
td.TdClassName
{
border-color: #E978E2;
}
.TagClassName
{
border-color: #E978E2;
}
</style>