Shades of Violet #E776F0
Tints of Violet #E776F0
RGB
CMYK
RGB Variations
Color information
#E776F0 (or 0xE776F0) is known color: Violet. HEX triplet: E7, 76 and F0. RGB value is (231,118,240). Sum of RGB (Red+Green+Blue) = 231+118+240=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #E776F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E776F0 is #18890F. Grayscale: #A5A5A5. Windows color (decimal): -1607952 or 15759079. OLE color: 15759079.
HSL color Cylindrical-coordinate representation of color #E776F0: hue angle of 295.57º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E776F0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 118 | 240 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.06 |
| HSL | 295.57º | 0.8% | 0.7% | - |
| HSV(B) | 295.57º | 0.51% | 0.94% | - |
| XYZ | 55.16 | 36.24 | 86.53 | - |
| YUV | 165.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 240 | 0.04 | 0.51 | 0 | 0.06 | 295.57 | 0.8 | 0.7 |
| Hex | E7 | 76 | F0 | 4 | 33 | 0 | 6 | 128 | 50 | 46 |
| Octal | 347 | 166 | 360 | 4 | 63 | 0 | 6 | 450 | 120 | 106 |
| Binary | 11100111 | 1110110 | 11110000 | 100 | 110011 | 0 | 110 | 100101000 | 1010000 | 1000110 |
Color Harmonies of #E776F0
Complementary color
Monochromatic Colors of #E776F0
Black with #E776F0
Text Example
Text Example
White with #E776F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776F0; }
p { color: rgb(231,118,240); }
H1.HeaderClassName
{
color: #E776F0;
}
.AnyTagClassName
{
color: #E776F0;
}
</style>
background-color css
<style>
a { background-color: #E776F0; }
a { background-color: rgb(231,118,240); }
div.DivClassName
{
background-color: #E776F0;
}
.BgClassName
{
background-color: #E776F0;
}
</style>
border-color css
<style>
span { border-color: #E776F0; }
span { border-color: rgb(231,118,240); }
td.TdClassName
{
border-color: #E776F0;
}
.TagClassName
{
border-color: #E776F0;
}
</style>