Shades of Violet #E78EFD
Tints of Violet #E78EFD
RGB
CMYK
RGB Variations
Color information
#E78EFD (or 0xE78EFD) is known color: Violet. HEX triplet: E7, 8E and FD. RGB value is (231,142,253). Sum of RGB (Red+Green+Blue) = 231+142+253=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E78EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78EFD is #187102. Grayscale: #B4B4B4. Windows color (decimal): -1601795 or 16617191. OLE color: 16617191.
HSL color Cylindrical-coordinate representation of color #E78EFD: hue angle of 288.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78EFD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 142 | 253 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.01 |
| HSL | 288.11º | 0.97% | 0.77% | - |
| HSV(B) | 288.11º | 0.44% | 0.99% | - |
| XYZ | 60.36 | 43.43 | 98.13 | - |
| YUV | 181.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 253 | 0.09 | 0.44 | 0 | 0.01 | 288.11 | 0.97 | 0.77 |
| Hex | E7 | 8E | FD | 9 | 2C | 0 | 1 | 120 | 61 | 4D |
| Octal | 347 | 216 | 375 | 11 | 54 | 0 | 1 | 440 | 141 | 115 |
| Binary | 11100111 | 10001110 | 11111101 | 1001 | 101100 | 0 | 1 | 100100000 | 1100001 | 1001101 |
Color Harmonies of #E78EFD
Complementary color
Monochromatic Colors of #E78EFD
Black with #E78EFD
Text Example
Text Example
White with #E78EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EFD; }
p { color: rgb(231,142,253); }
H1.HeaderClassName
{
color: #E78EFD;
}
.AnyTagClassName
{
color: #E78EFD;
}
</style>
background-color css
<style>
a { background-color: #E78EFD; }
a { background-color: rgb(231,142,253); }
div.DivClassName
{
background-color: #E78EFD;
}
.BgClassName
{
background-color: #E78EFD;
}
</style>
border-color css
<style>
span { border-color: #E78EFD; }
span { border-color: rgb(231,142,253); }
td.TdClassName
{
border-color: #E78EFD;
}
.TagClassName
{
border-color: #E78EFD;
}
</style>