Shades of Violet #E77BEA
Tints of Violet #E77BEA
RGB
CMYK
RGB Variations
Color information
#E77BEA (or 0xE77BEA) is known color: Violet. HEX triplet: E7, 7B and EA. RGB value is (231,123,234). Sum of RGB (Red+Green+Blue) = 231+123+234=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #E77BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BEA is #188415. Grayscale: #A7A7A7. Windows color (decimal): -1606678 or 15367143. OLE color: 15367143.
HSL color Cylindrical-coordinate representation of color #E77BEA: hue angle of 298.38º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77BEA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 123 | 234 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.08 |
| HSL | 298.38º | 0.73% | 0.7% | - |
| HSV(B) | 298.38º | 0.47% | 0.92% | - |
| XYZ | 54.89 | 37.1 | 82.11 | - |
| YUV | 167.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 234 | 0.01 | 0.47 | 0 | 0.08 | 298.38 | 0.73 | 0.7 |
| Hex | E7 | 7B | EA | 1 | 2F | 0 | 8 | 12A | 49 | 46 |
| Octal | 347 | 173 | 352 | 1 | 57 | 0 | 10 | 452 | 111 | 106 |
| Binary | 11100111 | 1111011 | 11101010 | 1 | 101111 | 0 | 1000 | 100101010 | 1001001 | 1000110 |
Color Harmonies of #E77BEA
Complementary color
Monochromatic Colors of #E77BEA
Black with #E77BEA
Text Example
Text Example
White with #E77BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BEA; }
p { color: rgb(231,123,234); }
H1.HeaderClassName
{
color: #E77BEA;
}
.AnyTagClassName
{
color: #E77BEA;
}
</style>
background-color css
<style>
a { background-color: #E77BEA; }
a { background-color: rgb(231,123,234); }
div.DivClassName
{
background-color: #E77BEA;
}
.BgClassName
{
background-color: #E77BEA;
}
</style>
border-color css
<style>
span { border-color: #E77BEA; }
span { border-color: rgb(231,123,234); }
td.TdClassName
{
border-color: #E77BEA;
}
.TagClassName
{
border-color: #E77BEA;
}
</style>