Shades of Violet #E776E5
Tints of Violet #E776E5
RGB
CMYK
RGB Variations
Color information
#E776E5 (or 0xE776E5) is known color: Violet. HEX triplet: E7, 76 and E5. RGB value is (231,118,229). Sum of RGB (Red+Green+Blue) = 231+118+229=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E776E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776E5 is #18891A. Grayscale: #A4A4A4. Windows color (decimal): -1607963 or 15038183. OLE color: 15038183.
HSL color Cylindrical-coordinate representation of color #E776E5: hue angle of 301.06º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776E5 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 229 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.09 |
| HSL | 301.06º | 0.7% | 0.68% | - |
| HSV(B) | 301.06º | 0.49% | 0.91% | - |
| XYZ | 53.58 | 35.6 | 78.18 | - |
| YUV | 164.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 229 | 0 | 0.49 | 0.01 | 0.09 | 301.06 | 0.7 | 0.68 |
| Hex | E7 | 76 | E5 | 0 | 31 | 1 | 9 | 12D | 46 | 44 |
| Octal | 347 | 166 | 345 | 0 | 61 | 1 | 11 | 455 | 106 | 104 |
| Binary | 11100111 | 1110110 | 11100101 | 0 | 110001 | 1 | 1001 | 100101101 | 1000110 | 1000100 |
Color Harmonies of #E776E5
Complementary color
Monochromatic Colors of #E776E5
Black with #E776E5
Text Example
Text Example
White with #E776E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776E5; }
p { color: rgb(231,118,229); }
H1.HeaderClassName
{
color: #E776E5;
}
.AnyTagClassName
{
color: #E776E5;
}
</style>
background-color css
<style>
a { background-color: #E776E5; }
a { background-color: rgb(231,118,229); }
div.DivClassName
{
background-color: #E776E5;
}
.BgClassName
{
background-color: #E776E5;
}
</style>
border-color css
<style>
span { border-color: #E776E5; }
span { border-color: rgb(231,118,229); }
td.TdClassName
{
border-color: #E776E5;
}
.TagClassName
{
border-color: #E776E5;
}
</style>