Shades of Violet #E76BEB
Tints of Violet #E76BEB
RGB
CMYK
RGB Variations
Color information
#E76BEB (or 0xE76BEB) is known color: Violet. HEX triplet: E7, 6B and EB. RGB value is (231,107,235). Sum of RGB (Red+Green+Blue) = 231+107+235=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #E76BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BEB is #189414. Grayscale: #9E9E9E. Windows color (decimal): -1610773 or 15428583. OLE color: 15428583.
HSL color Cylindrical-coordinate representation of color #E76BEB: hue angle of 298.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BEB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 107 | 235 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.08 |
| HSL | 298.13º | 0.76% | 0.67% | - |
| HSV(B) | 298.13º | 0.54% | 0.92% | - |
| XYZ | 53.21 | 33.5 | 82.26 | - |
| YUV | 158.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 235 | 0.02 | 0.54 | 0 | 0.08 | 298.13 | 0.76 | 0.67 |
| Hex | E7 | 6B | EB | 2 | 36 | 0 | 8 | 12A | 4C | 43 |
| Octal | 347 | 153 | 353 | 2 | 66 | 0 | 10 | 452 | 114 | 103 |
| Binary | 11100111 | 1101011 | 11101011 | 10 | 110110 | 0 | 1000 | 100101010 | 1001100 | 1000011 |
Color Harmonies of #E76BEB
Complementary color
Monochromatic Colors of #E76BEB
Black with #E76BEB
Text Example
Text Example
White with #E76BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BEB; }
p { color: rgb(231,107,235); }
H1.HeaderClassName
{
color: #E76BEB;
}
.AnyTagClassName
{
color: #E76BEB;
}
</style>
background-color css
<style>
a { background-color: #E76BEB; }
a { background-color: rgb(231,107,235); }
div.DivClassName
{
background-color: #E76BEB;
}
.BgClassName
{
background-color: #E76BEB;
}
</style>
border-color css
<style>
span { border-color: #E76BEB; }
span { border-color: rgb(231,107,235); }
td.TdClassName
{
border-color: #E76BEB;
}
.TagClassName
{
border-color: #E76BEB;
}
</style>