Shades of Violet #E77CEC
Tints of Violet #E77CEC
RGB
CMYK
RGB Variations
Color information
#E77CEC (or 0xE77CEC) is known color: Violet. HEX triplet: E7, 7C and EC. RGB value is (231,124,236). Sum of RGB (Red+Green+Blue) = 231+124+236=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E77CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CEC is #188313. Grayscale: #A8A8A8. Windows color (decimal): -1606420 or 15498471. OLE color: 15498471.
HSL color Cylindrical-coordinate representation of color #E77CEC: hue angle of 297.32º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77CEC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 124 | 236 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.07 |
| HSL | 297.32º | 0.75% | 0.71% | - |
| HSV(B) | 297.32º | 0.47% | 0.93% | - |
| XYZ | 55.3 | 37.46 | 83.67 | - |
| YUV | 168.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 236 | 0.02 | 0.47 | 0 | 0.07 | 297.32 | 0.75 | 0.71 |
| Hex | E7 | 7C | EC | 2 | 2F | 0 | 7 | 129 | 4B | 47 |
| Octal | 347 | 174 | 354 | 2 | 57 | 0 | 7 | 451 | 113 | 107 |
| Binary | 11100111 | 1111100 | 11101100 | 10 | 101111 | 0 | 111 | 100101001 | 1001011 | 1000111 |
Color Harmonies of #E77CEC
Complementary color
Monochromatic Colors of #E77CEC
Black with #E77CEC
Text Example
Text Example
White with #E77CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CEC; }
p { color: rgb(231,124,236); }
H1.HeaderClassName
{
color: #E77CEC;
}
.AnyTagClassName
{
color: #E77CEC;
}
</style>
background-color css
<style>
a { background-color: #E77CEC; }
a { background-color: rgb(231,124,236); }
div.DivClassName
{
background-color: #E77CEC;
}
.BgClassName
{
background-color: #E77CEC;
}
</style>
border-color css
<style>
span { border-color: #E77CEC; }
span { border-color: rgb(231,124,236); }
td.TdClassName
{
border-color: #E77CEC;
}
.TagClassName
{
border-color: #E77CEC;
}
</style>