Shades of Violet #E77CEE
Tints of Violet #E77CEE
RGB
CMYK
RGB Variations
Color information
#E77CEE (or 0xE77CEE) is known color: Violet. HEX triplet: E7, 7C and EE. RGB value is (231,124,238). Sum of RGB (Red+Green+Blue) = 231+124+238=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CEE is #188311. Grayscale: #A8A8A8. Windows color (decimal): -1606418 or 15629543. OLE color: 15629543.
HSL color Cylindrical-coordinate representation of color #E77CEE: hue angle of 296.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77CEE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 124 | 238 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.07 |
| HSL | 296.32º | 0.77% | 0.71% | - |
| HSV(B) | 296.32º | 0.48% | 0.93% | - |
| XYZ | 55.6 | 37.58 | 85.21 | - |
| YUV | 168.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 238 | 0.03 | 0.48 | 0 | 0.07 | 296.32 | 0.77 | 0.71 |
| Hex | E7 | 7C | EE | 3 | 30 | 0 | 7 | 128 | 4D | 47 |
| Octal | 347 | 174 | 356 | 3 | 60 | 0 | 7 | 450 | 115 | 107 |
| Binary | 11100111 | 1111100 | 11101110 | 11 | 110000 | 0 | 111 | 100101000 | 1001101 | 1000111 |
Color Harmonies of #E77CEE
Complementary color
Monochromatic Colors of #E77CEE
Black with #E77CEE
Text Example
Text Example
White with #E77CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CEE; }
p { color: rgb(231,124,238); }
H1.HeaderClassName
{
color: #E77CEE;
}
.AnyTagClassName
{
color: #E77CEE;
}
</style>
background-color css
<style>
a { background-color: #E77CEE; }
a { background-color: rgb(231,124,238); }
div.DivClassName
{
background-color: #E77CEE;
}
.BgClassName
{
background-color: #E77CEE;
}
</style>
border-color css
<style>
span { border-color: #E77CEE; }
span { border-color: rgb(231,124,238); }
td.TdClassName
{
border-color: #E77CEE;
}
.TagClassName
{
border-color: #E77CEE;
}
</style>