Shades of Violet #E977ED
Tints of Violet #E977ED
RGB
CMYK
RGB Variations
Color information
#E977ED (or 0xE977ED) is known color: Violet. HEX triplet: E9, 77 and ED. RGB value is (233,119,237). Sum of RGB (Red+Green+Blue) = 233+119+237=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #E977ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E977ED is #168812. Grayscale: #A6A6A6. Windows color (decimal): -1476627 or 15562729. OLE color: 15562729.
HSL color Cylindrical-coordinate representation of color #E977ED: hue angle of 297.97º degrees, saturation: 0.77, 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 #E977ED is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 119 | 237 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.07 |
| HSL | 297.97º | 0.77% | 0.7% | - |
| HSV(B) | 297.97º | 0.5% | 0.93% | - |
| XYZ | 55.49 | 36.63 | 84.27 | - |
| YUV | 166.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 237 | 0.02 | 0.50 | 0 | 0.07 | 297.97 | 0.77 | 0.7 |
| Hex | E9 | 77 | ED | 2 | 32 | 0 | 7 | 12A | 4D | 46 |
| Octal | 351 | 167 | 355 | 2 | 62 | 0 | 7 | 452 | 115 | 106 |
| Binary | 11101001 | 1110111 | 11101101 | 10 | 110010 | 0 | 111 | 100101010 | 1001101 | 1000110 |
Color Harmonies of #E977ED
Complementary color
Monochromatic Colors of #E977ED
Black with #E977ED
Text Example
Text Example
White with #E977ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977ED; }
p { color: rgb(233,119,237); }
H1.HeaderClassName
{
color: #E977ED;
}
.AnyTagClassName
{
color: #E977ED;
}
</style>
background-color css
<style>
a { background-color: #E977ED; }
a { background-color: rgb(233,119,237); }
div.DivClassName
{
background-color: #E977ED;
}
.BgClassName
{
background-color: #E977ED;
}
</style>
border-color css
<style>
span { border-color: #E977ED; }
span { border-color: rgb(233,119,237); }
td.TdClassName
{
border-color: #E977ED;
}
.TagClassName
{
border-color: #E977ED;
}
</style>