Shades of Violet #E76BEC
Tints of Violet #E76BEC
RGB
CMYK
RGB Variations
Color information
#E76BEC (or 0xE76BEC) is known color: Violet. HEX triplet: E7, 6B and EC. RGB value is (231,107,236). Sum of RGB (Red+Green+Blue) = 231+107+236=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #E76BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BEC is #189413. Grayscale: #9E9E9E. Windows color (decimal): -1610772 or 15494119. OLE color: 15494119.
HSL color Cylindrical-coordinate representation of color #E76BEC: hue angle of 297.67º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76BEC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 107 | 236 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.07 |
| HSL | 297.67º | 0.77% | 0.67% | - |
| HSV(B) | 297.67º | 0.55% | 0.93% | - |
| XYZ | 53.35 | 33.56 | 83.02 | - |
| YUV | 158.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 236 | 0.02 | 0.55 | 0 | 0.07 | 297.67 | 0.77 | 0.67 |
| Hex | E7 | 6B | EC | 2 | 37 | 0 | 7 | 12A | 4D | 43 |
| Octal | 347 | 153 | 354 | 2 | 67 | 0 | 7 | 452 | 115 | 103 |
| Binary | 11100111 | 1101011 | 11101100 | 10 | 110111 | 0 | 111 | 100101010 | 1001101 | 1000011 |
Color Harmonies of #E76BEC
Complementary color
Monochromatic Colors of #E76BEC
Black with #E76BEC
Text Example
Text Example
White with #E76BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BEC; }
p { color: rgb(231,107,236); }
H1.HeaderClassName
{
color: #E76BEC;
}
.AnyTagClassName
{
color: #E76BEC;
}
</style>
background-color css
<style>
a { background-color: #E76BEC; }
a { background-color: rgb(231,107,236); }
div.DivClassName
{
background-color: #E76BEC;
}
.BgClassName
{
background-color: #E76BEC;
}
</style>
border-color css
<style>
span { border-color: #E76BEC; }
span { border-color: rgb(231,107,236); }
td.TdClassName
{
border-color: #E76BEC;
}
.TagClassName
{
border-color: #E76BEC;
}
</style>