Shades of Violet #E78DFA
Tints of Violet #E78DFA
RGB
CMYK
RGB Variations
Color information
#E78DFA (or 0xE78DFA) is known color: Violet. HEX triplet: E7, 8D and FA. RGB value is (231,141,250). Sum of RGB (Red+Green+Blue) = 231+141+250=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 141 (55.47% from 255 or 22.67% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E78DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78DFA is #187205. Grayscale: #B3B3B3. Windows color (decimal): -1602054 or 16420327. OLE color: 16420327.
HSL color Cylindrical-coordinate representation of color #E78DFA: hue angle of 289.54º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78DFA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 141 | 250 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.02 |
| HSL | 289.54º | 0.92% | 0.77% | - |
| HSV(B) | 289.54º | 0.44% | 0.98% | - |
| XYZ | 59.74 | 42.94 | 95.58 | - |
| YUV | 180.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 250 | 0.08 | 0.44 | 0 | 0.02 | 289.54 | 0.92 | 0.77 |
| Hex | E7 | 8D | FA | 8 | 2C | 0 | 2 | 122 | 5C | 4D |
| Octal | 347 | 215 | 372 | 10 | 54 | 0 | 2 | 442 | 134 | 115 |
| Binary | 11100111 | 10001101 | 11111010 | 1000 | 101100 | 0 | 10 | 100100010 | 1011100 | 1001101 |
Color Harmonies of #E78DFA
Complementary color
Monochromatic Colors of #E78DFA
Black with #E78DFA
Text Example
Text Example
White with #E78DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DFA; }
p { color: rgb(231,141,250); }
H1.HeaderClassName
{
color: #E78DFA;
}
.AnyTagClassName
{
color: #E78DFA;
}
</style>
background-color css
<style>
a { background-color: #E78DFA; }
a { background-color: rgb(231,141,250); }
div.DivClassName
{
background-color: #E78DFA;
}
.BgClassName
{
background-color: #E78DFA;
}
</style>
border-color css
<style>
span { border-color: #E78DFA; }
span { border-color: rgb(231,141,250); }
td.TdClassName
{
border-color: #E78DFA;
}
.TagClassName
{
border-color: #E78DFA;
}
</style>