Shades of Violet #E78BF0
Tints of Violet #E78BF0
RGB
CMYK
RGB Variations
Color information
#E78BF0 (or 0xE78BF0) is known color: Violet. HEX triplet: E7, 8B and F0. RGB value is (231,139,240). Sum of RGB (Red+Green+Blue) = 231+139+240=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #E78BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78BF0 is #18740F. Grayscale: #B1B1B1. Windows color (decimal): -1602576 or 15764455. OLE color: 15764455.
HSL color Cylindrical-coordinate representation of color #E78BF0: hue angle of 294.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78BF0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 139 | 240 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.06 |
| HSL | 294.65º | 0.77% | 0.74% | - |
| HSV(B) | 294.65º | 0.42% | 0.94% | - |
| XYZ | 57.92 | 41.75 | 87.44 | - |
| YUV | 178.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 240 | 0.04 | 0.42 | 0 | 0.06 | 294.65 | 0.77 | 0.74 |
| Hex | E7 | 8B | F0 | 4 | 2A | 0 | 6 | 127 | 4D | 4A |
| Octal | 347 | 213 | 360 | 4 | 52 | 0 | 6 | 447 | 115 | 112 |
| Binary | 11100111 | 10001011 | 11110000 | 100 | 101010 | 0 | 110 | 100100111 | 1001101 | 1001010 |
Color Harmonies of #E78BF0
Complementary color
Monochromatic Colors of #E78BF0
Black with #E78BF0
Text Example
Text Example
White with #E78BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BF0; }
p { color: rgb(231,139,240); }
H1.HeaderClassName
{
color: #E78BF0;
}
.AnyTagClassName
{
color: #E78BF0;
}
</style>
background-color css
<style>
a { background-color: #E78BF0; }
a { background-color: rgb(231,139,240); }
div.DivClassName
{
background-color: #E78BF0;
}
.BgClassName
{
background-color: #E78BF0;
}
</style>
border-color css
<style>
span { border-color: #E78BF0; }
span { border-color: rgb(231,139,240); }
td.TdClassName
{
border-color: #E78BF0;
}
.TagClassName
{
border-color: #E78BF0;
}
</style>