Shades of Violet #E77AE5
Tints of Violet #E77AE5
RGB
CMYK
RGB Variations
Color information
#E77AE5 (or 0xE77AE5) is known color: Violet. HEX triplet: E7, 7A and E5. RGB value is (231,122,229). Sum of RGB (Red+Green+Blue) = 231+122+229=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AE5 is #18851A. Grayscale: #A6A6A6. Windows color (decimal): -1606939 or 15039207. OLE color: 15039207.
HSL color Cylindrical-coordinate representation of color #E77AE5: hue angle of 301.1º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AE5 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 229 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.09 |
| HSL | 301.1º | 0.69% | 0.69% | - |
| HSV(B) | 301.1º | 0.47% | 0.91% | - |
| XYZ | 54.06 | 36.57 | 78.34 | - |
| YUV | 166.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 229 | 0 | 0.47 | 0.01 | 0.09 | 301.1 | 0.69 | 0.69 |
| Hex | E7 | 7A | E5 | 0 | 2F | 1 | 9 | 12D | 45 | 45 |
| Octal | 347 | 172 | 345 | 0 | 57 | 1 | 11 | 455 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11100101 | 0 | 101111 | 1 | 1001 | 100101101 | 1000101 | 1000101 |
Color Harmonies of #E77AE5
Complementary color
Monochromatic Colors of #E77AE5
Black with #E77AE5
Text Example
Text Example
White with #E77AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AE5; }
p { color: rgb(231,122,229); }
H1.HeaderClassName
{
color: #E77AE5;
}
.AnyTagClassName
{
color: #E77AE5;
}
</style>
background-color css
<style>
a { background-color: #E77AE5; }
a { background-color: rgb(231,122,229); }
div.DivClassName
{
background-color: #E77AE5;
}
.BgClassName
{
background-color: #E77AE5;
}
</style>
border-color css
<style>
span { border-color: #E77AE5; }
span { border-color: rgb(231,122,229); }
td.TdClassName
{
border-color: #E77AE5;
}
.TagClassName
{
border-color: #E77AE5;
}
</style>