Shades of Violet #E78BFA
Tints of Violet #E78BFA
RGB
CMYK
RGB Variations
Color information
#E78BFA (or 0xE78BFA) is known color: Violet. HEX triplet: E7, 8B and FA. RGB value is (231,139,250). Sum of RGB (Red+Green+Blue) = 231+139+250=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E78BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78BFA is #187405. Grayscale: #B2B2B2. Windows color (decimal): -1602566 or 16419815. OLE color: 16419815.
HSL color Cylindrical-coordinate representation of color #E78BFA: hue angle of 289.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78BFA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 139 | 250 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.02 |
| HSL | 289.73º | 0.92% | 0.76% | - |
| HSV(B) | 289.73º | 0.44% | 0.98% | - |
| XYZ | 59.44 | 42.36 | 95.49 | - |
| YUV | 179.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 250 | 0.08 | 0.44 | 0 | 0.02 | 289.73 | 0.92 | 0.76 |
| Hex | E7 | 8B | FA | 8 | 2C | 0 | 2 | 122 | 5C | 4C |
| Octal | 347 | 213 | 372 | 10 | 54 | 0 | 2 | 442 | 134 | 114 |
| Binary | 11100111 | 10001011 | 11111010 | 1000 | 101100 | 0 | 10 | 100100010 | 1011100 | 1001100 |
Color Harmonies of #E78BFA
Complementary color
Monochromatic Colors of #E78BFA
Black with #E78BFA
Text Example
Text Example
White with #E78BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BFA; }
p { color: rgb(231,139,250); }
H1.HeaderClassName
{
color: #E78BFA;
}
.AnyTagClassName
{
color: #E78BFA;
}
</style>
background-color css
<style>
a { background-color: #E78BFA; }
a { background-color: rgb(231,139,250); }
div.DivClassName
{
background-color: #E78BFA;
}
.BgClassName
{
background-color: #E78BFA;
}
</style>
border-color css
<style>
span { border-color: #E78BFA; }
span { border-color: rgb(231,139,250); }
td.TdClassName
{
border-color: #E78BFA;
}
.TagClassName
{
border-color: #E78BFA;
}
</style>