Shades of Violet #E77CF3
Tints of Violet #E77CF3
RGB
CMYK
RGB Variations
Color information
#E77CF3 (or 0xE77CF3) is known color: Violet. HEX triplet: E7, 7C and F3. RGB value is (231,124,243). Sum of RGB (Red+Green+Blue) = 231+124+243=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #E77CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CF3 is #18830C. Grayscale: #A9A9A9. Windows color (decimal): -1606413 or 15957223. OLE color: 15957223.
HSL color Cylindrical-coordinate representation of color #E77CF3: hue angle of 293.95º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77CF3 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 124 | 243 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.05 |
| HSL | 293.95º | 0.83% | 0.72% | - |
| HSV(B) | 293.95º | 0.49% | 0.95% | - |
| XYZ | 56.34 | 37.88 | 89.14 | - |
| YUV | 169.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 243 | 0.05 | 0.49 | 0 | 0.05 | 293.95 | 0.83 | 0.72 |
| Hex | E7 | 7C | F3 | 5 | 31 | 0 | 5 | 126 | 53 | 48 |
| Octal | 347 | 174 | 363 | 5 | 61 | 0 | 5 | 446 | 123 | 110 |
| Binary | 11100111 | 1111100 | 11110011 | 101 | 110001 | 0 | 101 | 100100110 | 1010011 | 1001000 |
Color Harmonies of #E77CF3
Complementary color
Monochromatic Colors of #E77CF3
Black with #E77CF3
Text Example
Text Example
White with #E77CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CF3; }
p { color: rgb(231,124,243); }
H1.HeaderClassName
{
color: #E77CF3;
}
.AnyTagClassName
{
color: #E77CF3;
}
</style>
background-color css
<style>
a { background-color: #E77CF3; }
a { background-color: rgb(231,124,243); }
div.DivClassName
{
background-color: #E77CF3;
}
.BgClassName
{
background-color: #E77CF3;
}
</style>
border-color css
<style>
span { border-color: #E77CF3; }
span { border-color: rgb(231,124,243); }
td.TdClassName
{
border-color: #E77CF3;
}
.TagClassName
{
border-color: #E77CF3;
}
</style>