Shades of Violet #E76EED
Tints of Violet #E76EED
RGB
CMYK
RGB Variations
Color information
#E76EED (or 0xE76EED) is known color: Violet. HEX triplet: E7, 6E and ED. RGB value is (231,110,237). Sum of RGB (Red+Green+Blue) = 231+110+237=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #E76EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EED is #189112. Grayscale: #A0A0A0. Windows color (decimal): -1610003 or 15560423. OLE color: 15560423.
HSL color Cylindrical-coordinate representation of color #E76EED: hue angle of 297.17º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76EED is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 110 | 237 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.07 |
| HSL | 297.17º | 0.78% | 0.68% | - |
| HSV(B) | 297.17º | 0.54% | 0.93% | - |
| XYZ | 53.82 | 34.26 | 83.9 | - |
| YUV | 160.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 237 | 0.03 | 0.54 | 0 | 0.07 | 297.17 | 0.78 | 0.68 |
| Hex | E7 | 6E | ED | 3 | 36 | 0 | 7 | 129 | 4E | 44 |
| Octal | 347 | 156 | 355 | 3 | 66 | 0 | 7 | 451 | 116 | 104 |
| Binary | 11100111 | 1101110 | 11101101 | 11 | 110110 | 0 | 111 | 100101001 | 1001110 | 1000100 |
Color Harmonies of #E76EED
Complementary color
Monochromatic Colors of #E76EED
Black with #E76EED
Text Example
Text Example
White with #E76EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EED; }
p { color: rgb(231,110,237); }
H1.HeaderClassName
{
color: #E76EED;
}
.AnyTagClassName
{
color: #E76EED;
}
</style>
background-color css
<style>
a { background-color: #E76EED; }
a { background-color: rgb(231,110,237); }
div.DivClassName
{
background-color: #E76EED;
}
.BgClassName
{
background-color: #E76EED;
}
</style>
border-color css
<style>
span { border-color: #E76EED; }
span { border-color: rgb(231,110,237); }
td.TdClassName
{
border-color: #E76EED;
}
.TagClassName
{
border-color: #E76EED;
}
</style>