Shades of Violet #E77EEA
Tints of Violet #E77EEA
RGB
CMYK
RGB Variations
Color information
#E77EEA (or 0xE77EEA) is known color: Violet. HEX triplet: E7, 7E and EA. RGB value is (231,126,234). Sum of RGB (Red+Green+Blue) = 231+126+234=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #E77EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EEA is #188115. Grayscale: #A9A9A9. Windows color (decimal): -1605910 or 15367911. OLE color: 15367911.
HSL color Cylindrical-coordinate representation of color #E77EEA: hue angle of 298.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77EEA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 126 | 234 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.08 |
| HSL | 298.33º | 0.72% | 0.71% | - |
| HSV(B) | 298.33º | 0.46% | 0.92% | - |
| XYZ | 55.27 | 37.85 | 82.24 | - |
| YUV | 169.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 234 | 0.01 | 0.46 | 0 | 0.08 | 298.33 | 0.72 | 0.71 |
| Hex | E7 | 7E | EA | 1 | 2E | 0 | 8 | 12A | 48 | 47 |
| Octal | 347 | 176 | 352 | 1 | 56 | 0 | 10 | 452 | 110 | 107 |
| Binary | 11100111 | 1111110 | 11101010 | 1 | 101110 | 0 | 1000 | 100101010 | 1001000 | 1000111 |
Color Harmonies of #E77EEA
Complementary color
Monochromatic Colors of #E77EEA
Black with #E77EEA
Text Example
Text Example
White with #E77EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EEA; }
p { color: rgb(231,126,234); }
H1.HeaderClassName
{
color: #E77EEA;
}
.AnyTagClassName
{
color: #E77EEA;
}
</style>
background-color css
<style>
a { background-color: #E77EEA; }
a { background-color: rgb(231,126,234); }
div.DivClassName
{
background-color: #E77EEA;
}
.BgClassName
{
background-color: #E77EEA;
}
</style>
border-color css
<style>
span { border-color: #E77EEA; }
span { border-color: rgb(231,126,234); }
td.TdClassName
{
border-color: #E77EEA;
}
.TagClassName
{
border-color: #E77EEA;
}
</style>