Shades of Violet #E78EFB
Tints of Violet #E78EFB
RGB
CMYK
RGB Variations
Color information
#E78EFB (or 0xE78EFB) is known color: Violet. HEX triplet: E7, 8E and FB. RGB value is (231,142,251). Sum of RGB (Red+Green+Blue) = 231+142+251=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 142 (55.86% from 255 or 22.76% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #E78EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78EFB is #187104. Grayscale: #B4B4B4. Windows color (decimal): -1601797 or 16486119. OLE color: 16486119.
HSL color Cylindrical-coordinate representation of color #E78EFB: hue angle of 288.99º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E78EFB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 142 | 251 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.02 |
| HSL | 288.99º | 0.93% | 0.77% | - |
| HSV(B) | 288.99º | 0.43% | 0.98% | - |
| XYZ | 60.04 | 43.3 | 96.46 | - |
| YUV | 181.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 251 | 0.08 | 0.43 | 0 | 0.02 | 288.99 | 0.93 | 0.77 |
| Hex | E7 | 8E | FB | 8 | 2B | 0 | 2 | 121 | 5D | 4D |
| Octal | 347 | 216 | 373 | 10 | 53 | 0 | 2 | 441 | 135 | 115 |
| Binary | 11100111 | 10001110 | 11111011 | 1000 | 101011 | 0 | 10 | 100100001 | 1011101 | 1001101 |
Color Harmonies of #E78EFB
Complementary color
Monochromatic Colors of #E78EFB
Black with #E78EFB
Text Example
Text Example
White with #E78EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EFB; }
p { color: rgb(231,142,251); }
H1.HeaderClassName
{
color: #E78EFB;
}
.AnyTagClassName
{
color: #E78EFB;
}
</style>
background-color css
<style>
a { background-color: #E78EFB; }
a { background-color: rgb(231,142,251); }
div.DivClassName
{
background-color: #E78EFB;
}
.BgClassName
{
background-color: #E78EFB;
}
</style>
border-color css
<style>
span { border-color: #E78EFB; }
span { border-color: rgb(231,142,251); }
td.TdClassName
{
border-color: #E78EFB;
}
.TagClassName
{
border-color: #E78EFB;
}
</style>