Shades of Violet #E77BEF
Tints of Violet #E77BEF
RGB
CMYK
RGB Variations
Color information
#E77BEF (or 0xE77BEF) is known color: Violet. HEX triplet: E7, 7B and EF. RGB value is (231,123,239). Sum of RGB (Red+Green+Blue) = 231+123+239=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #E77BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BEF is #188410. Grayscale: #A8A8A8. Windows color (decimal): -1606673 or 15694823. OLE color: 15694823.
HSL color Cylindrical-coordinate representation of color #E77BEF: hue angle of 295.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77BEF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 123 | 239 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.06 |
| HSL | 295.86º | 0.78% | 0.71% | - |
| HSV(B) | 295.86º | 0.49% | 0.94% | - |
| XYZ | 55.62 | 37.39 | 85.95 | - |
| YUV | 168.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 239 | 0.03 | 0.49 | 0 | 0.06 | 295.86 | 0.78 | 0.71 |
| Hex | E7 | 7B | EF | 3 | 31 | 0 | 6 | 128 | 4E | 47 |
| Octal | 347 | 173 | 357 | 3 | 61 | 0 | 6 | 450 | 116 | 107 |
| Binary | 11100111 | 1111011 | 11101111 | 11 | 110001 | 0 | 110 | 100101000 | 1001110 | 1000111 |
Color Harmonies of #E77BEF
Complementary color
Monochromatic Colors of #E77BEF
Black with #E77BEF
Text Example
Text Example
White with #E77BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BEF; }
p { color: rgb(231,123,239); }
H1.HeaderClassName
{
color: #E77BEF;
}
.AnyTagClassName
{
color: #E77BEF;
}
</style>
background-color css
<style>
a { background-color: #E77BEF; }
a { background-color: rgb(231,123,239); }
div.DivClassName
{
background-color: #E77BEF;
}
.BgClassName
{
background-color: #E77BEF;
}
</style>
border-color css
<style>
span { border-color: #E77BEF; }
span { border-color: rgb(231,123,239); }
td.TdClassName
{
border-color: #E77BEF;
}
.TagClassName
{
border-color: #E77BEF;
}
</style>