Shades of Violet #E77BEC
Tints of Violet #E77BEC
RGB
CMYK
RGB Variations
Color information
#E77BEC (or 0xE77BEC) is known color: Violet. HEX triplet: E7, 7B and EC. RGB value is (231,123,236). Sum of RGB (Red+Green+Blue) = 231+123+236=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #E77BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BEC is #188413. Grayscale: #A7A7A7. Windows color (decimal): -1606676 or 15498215. OLE color: 15498215.
HSL color Cylindrical-coordinate representation of color #E77BEC: hue angle of 297.35º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77BEC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 123 | 236 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.07 |
| HSL | 297.35º | 0.75% | 0.7% | - |
| HSV(B) | 297.35º | 0.48% | 0.93% | - |
| XYZ | 55.18 | 37.21 | 83.63 | - |
| YUV | 168.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 236 | 0.02 | 0.48 | 0 | 0.07 | 297.35 | 0.75 | 0.7 |
| Hex | E7 | 7B | EC | 2 | 30 | 0 | 7 | 129 | 4B | 46 |
| Octal | 347 | 173 | 354 | 2 | 60 | 0 | 7 | 451 | 113 | 106 |
| Binary | 11100111 | 1111011 | 11101100 | 10 | 110000 | 0 | 111 | 100101001 | 1001011 | 1000110 |
Color Harmonies of #E77BEC
Complementary color
Monochromatic Colors of #E77BEC
Black with #E77BEC
Text Example
Text Example
White with #E77BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BEC; }
p { color: rgb(231,123,236); }
H1.HeaderClassName
{
color: #E77BEC;
}
.AnyTagClassName
{
color: #E77BEC;
}
</style>
background-color css
<style>
a { background-color: #E77BEC; }
a { background-color: rgb(231,123,236); }
div.DivClassName
{
background-color: #E77BEC;
}
.BgClassName
{
background-color: #E77BEC;
}
</style>
border-color css
<style>
span { border-color: #E77BEC; }
span { border-color: rgb(231,123,236); }
td.TdClassName
{
border-color: #E77BEC;
}
.TagClassName
{
border-color: #E77BEC;
}
</style>