Shades of Violet #E77CF0
Tints of Violet #E77CF0
RGB
CMYK
RGB Variations
Color information
#E77CF0 (or 0xE77CF0) is known color: Violet. HEX triplet: E7, 7C and F0. RGB value is (231,124,240). Sum of RGB (Red+Green+Blue) = 231+124+240=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #E77CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CF0 is #18830F. Grayscale: #A8A8A8. Windows color (decimal): -1606416 or 15760615. OLE color: 15760615.
HSL color Cylindrical-coordinate representation of color #E77CF0: hue angle of 295.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77CF0 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 124 | 240 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.06 |
| HSL | 295.34º | 0.79% | 0.71% | - |
| HSV(B) | 295.34º | 0.48% | 0.94% | - |
| XYZ | 55.89 | 37.7 | 86.77 | - |
| YUV | 169.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 240 | 0.04 | 0.48 | 0 | 0.06 | 295.34 | 0.79 | 0.71 |
| Hex | E7 | 7C | F0 | 4 | 30 | 0 | 6 | 127 | 4F | 47 |
| Octal | 347 | 174 | 360 | 4 | 60 | 0 | 6 | 447 | 117 | 107 |
| Binary | 11100111 | 1111100 | 11110000 | 100 | 110000 | 0 | 110 | 100100111 | 1001111 | 1000111 |
Color Harmonies of #E77CF0
Complementary color
Monochromatic Colors of #E77CF0
Black with #E77CF0
Text Example
Text Example
White with #E77CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CF0; }
p { color: rgb(231,124,240); }
H1.HeaderClassName
{
color: #E77CF0;
}
.AnyTagClassName
{
color: #E77CF0;
}
</style>
background-color css
<style>
a { background-color: #E77CF0; }
a { background-color: rgb(231,124,240); }
div.DivClassName
{
background-color: #E77CF0;
}
.BgClassName
{
background-color: #E77CF0;
}
</style>
border-color css
<style>
span { border-color: #E77CF0; }
span { border-color: rgb(231,124,240); }
td.TdClassName
{
border-color: #E77CF0;
}
.TagClassName
{
border-color: #E77CF0;
}
</style>