Shades of Violet #E77BEE
Tints of Violet #E77BEE
RGB
CMYK
RGB Variations
Color information
#E77BEE (or 0xE77BEE) is known color: Violet. HEX triplet: E7, 7B and EE. RGB value is (231,123,238). Sum of RGB (Red+Green+Blue) = 231+123+238=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BEE is #188411. Grayscale: #A8A8A8. Windows color (decimal): -1606674 or 15629287. OLE color: 15629287.
HSL color Cylindrical-coordinate representation of color #E77BEE: hue angle of 296.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77BEE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 123 | 238 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.07 |
| HSL | 296.35º | 0.77% | 0.71% | - |
| HSV(B) | 296.35º | 0.48% | 0.93% | - |
| XYZ | 55.47 | 37.33 | 85.17 | - |
| YUV | 168.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 238 | 0.03 | 0.48 | 0 | 0.07 | 296.35 | 0.77 | 0.71 |
| Hex | E7 | 7B | EE | 3 | 30 | 0 | 7 | 128 | 4D | 47 |
| Octal | 347 | 173 | 356 | 3 | 60 | 0 | 7 | 450 | 115 | 107 |
| Binary | 11100111 | 1111011 | 11101110 | 11 | 110000 | 0 | 111 | 100101000 | 1001101 | 1000111 |
Color Harmonies of #E77BEE
Complementary color
Monochromatic Colors of #E77BEE
Black with #E77BEE
Text Example
Text Example
White with #E77BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BEE; }
p { color: rgb(231,123,238); }
H1.HeaderClassName
{
color: #E77BEE;
}
.AnyTagClassName
{
color: #E77BEE;
}
</style>
background-color css
<style>
a { background-color: #E77BEE; }
a { background-color: rgb(231,123,238); }
div.DivClassName
{
background-color: #E77BEE;
}
.BgClassName
{
background-color: #E77BEE;
}
</style>
border-color css
<style>
span { border-color: #E77BEE; }
span { border-color: rgb(231,123,238); }
td.TdClassName
{
border-color: #E77BEE;
}
.TagClassName
{
border-color: #E77BEE;
}
</style>