Shades of Violet #E770EC
Tints of Violet #E770EC
RGB
CMYK
RGB Variations
Color information
#E770EC (or 0xE770EC) is known color: Violet. HEX triplet: E7, 70 and EC. RGB value is (231,112,236). Sum of RGB (Red+Green+Blue) = 231+112+236=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #E770EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770EC is #188F13. Grayscale: #A1A1A1. Windows color (decimal): -1609492 or 15495399. OLE color: 15495399.
HSL color Cylindrical-coordinate representation of color #E770EC: hue angle of 297.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E770EC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 112 | 236 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.07 |
| HSL | 297.58º | 0.77% | 0.68% | - |
| HSV(B) | 297.58º | 0.53% | 0.93% | - |
| XYZ | 53.89 | 34.63 | 83.2 | - |
| YUV | 161.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 236 | 0.02 | 0.53 | 0 | 0.07 | 297.58 | 0.77 | 0.68 |
| Hex | E7 | 70 | EC | 2 | 35 | 0 | 7 | 12A | 4D | 44 |
| Octal | 347 | 160 | 354 | 2 | 65 | 0 | 7 | 452 | 115 | 104 |
| Binary | 11100111 | 1110000 | 11101100 | 10 | 110101 | 0 | 111 | 100101010 | 1001101 | 1000100 |
Color Harmonies of #E770EC
Complementary color
Monochromatic Colors of #E770EC
Black with #E770EC
Text Example
Text Example
White with #E770EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770EC; }
p { color: rgb(231,112,236); }
H1.HeaderClassName
{
color: #E770EC;
}
.AnyTagClassName
{
color: #E770EC;
}
</style>
background-color css
<style>
a { background-color: #E770EC; }
a { background-color: rgb(231,112,236); }
div.DivClassName
{
background-color: #E770EC;
}
.BgClassName
{
background-color: #E770EC;
}
</style>
border-color css
<style>
span { border-color: #E770EC; }
span { border-color: rgb(231,112,236); }
td.TdClassName
{
border-color: #E770EC;
}
.TagClassName
{
border-color: #E770EC;
}
</style>