Shades of Violet #E78DEB
Tints of Violet #E78DEB
RGB
CMYK
RGB Variations
Color information
#E78DEB (or 0xE78DEB) is known color: Violet. HEX triplet: E7, 8D and EB. RGB value is (231,141,235). Sum of RGB (Red+Green+Blue) = 231+141+235=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #E78DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78DEB is #187214. Grayscale: #B2B2B2. Windows color (decimal): -1602069 or 15437287. OLE color: 15437287.
HSL color Cylindrical-coordinate representation of color #E78DEB: hue angle of 297.45º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78DEB is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 141 | 235 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.08 |
| HSL | 297.45º | 0.7% | 0.74% | - |
| HSV(B) | 297.45º | 0.4% | 0.92% | - |
| XYZ | 57.48 | 42.04 | 83.68 | - |
| YUV | 178.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 235 | 0.02 | 0.4 | 0 | 0.08 | 297.45 | 0.7 | 0.74 |
| Hex | E7 | 8D | EB | 2 | 28 | 0 | 8 | 129 | 46 | 4A |
| Octal | 347 | 215 | 353 | 2 | 50 | 0 | 10 | 451 | 106 | 112 |
| Binary | 11100111 | 10001101 | 11101011 | 10 | 101000 | 0 | 1000 | 100101001 | 1000110 | 1001010 |
Color Harmonies of #E78DEB
Complementary color
Monochromatic Colors of #E78DEB
Black with #E78DEB
Text Example
Text Example
White with #E78DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DEB; }
p { color: rgb(231,141,235); }
H1.HeaderClassName
{
color: #E78DEB;
}
.AnyTagClassName
{
color: #E78DEB;
}
</style>
background-color css
<style>
a { background-color: #E78DEB; }
a { background-color: rgb(231,141,235); }
div.DivClassName
{
background-color: #E78DEB;
}
.BgClassName
{
background-color: #E78DEB;
}
</style>
border-color css
<style>
span { border-color: #E78DEB; }
span { border-color: rgb(231,141,235); }
td.TdClassName
{
border-color: #E78DEB;
}
.TagClassName
{
border-color: #E78DEB;
}
</style>