Shades of Violet #E977EC
Tints of Violet #E977EC
RGB
CMYK
RGB Variations
Color information
#E977EC (or 0xE977EC) is known color: Violet. HEX triplet: E9, 77 and EC. RGB value is (233,119,236). Sum of RGB (Red+Green+Blue) = 233+119+236=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #E977EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E977EC is #168813. Grayscale: #A6A6A6. Windows color (decimal): -1476628 or 15497193. OLE color: 15497193.
HSL color Cylindrical-coordinate representation of color #E977EC: hue angle of 298.46º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E977EC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 119 | 236 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.07 |
| HSL | 298.46º | 0.75% | 0.7% | - |
| HSV(B) | 298.46º | 0.5% | 0.93% | - |
| XYZ | 55.34 | 36.57 | 83.5 | - |
| YUV | 166.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 236 | 0.01 | 0.50 | 0 | 0.07 | 298.46 | 0.75 | 0.7 |
| Hex | E9 | 77 | EC | 1 | 32 | 0 | 7 | 12A | 4B | 46 |
| Octal | 351 | 167 | 354 | 1 | 62 | 0 | 7 | 452 | 113 | 106 |
| Binary | 11101001 | 1110111 | 11101100 | 1 | 110010 | 0 | 111 | 100101010 | 1001011 | 1000110 |
Color Harmonies of #E977EC
Complementary color
Monochromatic Colors of #E977EC
Black with #E977EC
Text Example
Text Example
White with #E977EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977EC; }
p { color: rgb(233,119,236); }
H1.HeaderClassName
{
color: #E977EC;
}
.AnyTagClassName
{
color: #E977EC;
}
</style>
background-color css
<style>
a { background-color: #E977EC; }
a { background-color: rgb(233,119,236); }
div.DivClassName
{
background-color: #E977EC;
}
.BgClassName
{
background-color: #E977EC;
}
</style>
border-color css
<style>
span { border-color: #E977EC; }
span { border-color: rgb(233,119,236); }
td.TdClassName
{
border-color: #E977EC;
}
.TagClassName
{
border-color: #E977EC;
}
</style>