Shades of Violet #E77EE8
Tints of Violet #E77EE8
RGB
CMYK
RGB Variations
Color information
#E77EE8 (or 0xE77EE8) is known color: Violet. HEX triplet: E7, 7E and E8. RGB value is (231,126,232). Sum of RGB (Red+Green+Blue) = 231+126+232=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #E77EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EE8 is #188117. Grayscale: #A9A9A9. Windows color (decimal): -1605912 or 15236839. OLE color: 15236839.
HSL color Cylindrical-coordinate representation of color #E77EE8: hue angle of 299.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77EE8 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 232 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.09 |
| HSL | 299.43º | 0.7% | 0.7% | - |
| HSV(B) | 299.43º | 0.46% | 0.91% | - |
| XYZ | 54.98 | 37.74 | 80.73 | - |
| YUV | 169.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 232 | 0.00 | 0.46 | 0 | 0.09 | 299.43 | 0.7 | 0.7 |
| Hex | E7 | 7E | E8 | 0 | 2E | 0 | 9 | 12B | 46 | 46 |
| Octal | 347 | 176 | 350 | 0 | 56 | 0 | 11 | 453 | 106 | 106 |
| Binary | 11100111 | 1111110 | 11101000 | 0 | 101110 | 0 | 1001 | 100101011 | 1000110 | 1000110 |
Color Harmonies of #E77EE8
Complementary color
Monochromatic Colors of #E77EE8
Black with #E77EE8
Text Example
Text Example
White with #E77EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EE8; }
p { color: rgb(231,126,232); }
H1.HeaderClassName
{
color: #E77EE8;
}
.AnyTagClassName
{
color: #E77EE8;
}
</style>
background-color css
<style>
a { background-color: #E77EE8; }
a { background-color: rgb(231,126,232); }
div.DivClassName
{
background-color: #E77EE8;
}
.BgClassName
{
background-color: #E77EE8;
}
</style>
border-color css
<style>
span { border-color: #E77EE8; }
span { border-color: rgb(231,126,232); }
td.TdClassName
{
border-color: #E77EE8;
}
.TagClassName
{
border-color: #E77EE8;
}
</style>