Shades of Violet #E78EEA
Tints of Violet #E78EEA
RGB
CMYK
RGB Variations
Color information
#E78EEA (or 0xE78EEA) is known color: Violet. HEX triplet: E7, 8E and EA. RGB value is (231,142,234). Sum of RGB (Red+Green+Blue) = 231+142+234=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E78EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78EEA is #187115. Grayscale: #B2B2B2. Windows color (decimal): -1601814 or 15372007. OLE color: 15372007.
HSL color Cylindrical-coordinate representation of color #E78EEA: hue angle of 298.04º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78EEA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 142 | 234 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.08 |
| HSL | 298.04º | 0.69% | 0.74% | - |
| HSV(B) | 298.04º | 0.39% | 0.92% | - |
| XYZ | 57.48 | 42.28 | 82.97 | - |
| YUV | 179.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 234 | 0.01 | 0.39 | 0 | 0.08 | 298.04 | 0.69 | 0.74 |
| Hex | E7 | 8E | EA | 1 | 27 | 0 | 8 | 12A | 45 | 4A |
| Octal | 347 | 216 | 352 | 1 | 47 | 0 | 10 | 452 | 105 | 112 |
| Binary | 11100111 | 10001110 | 11101010 | 1 | 100111 | 0 | 1000 | 100101010 | 1000101 | 1001010 |
Color Harmonies of #E78EEA
Complementary color
Monochromatic Colors of #E78EEA
Black with #E78EEA
Text Example
Text Example
White with #E78EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EEA; }
p { color: rgb(231,142,234); }
H1.HeaderClassName
{
color: #E78EEA;
}
.AnyTagClassName
{
color: #E78EEA;
}
</style>
background-color css
<style>
a { background-color: #E78EEA; }
a { background-color: rgb(231,142,234); }
div.DivClassName
{
background-color: #E78EEA;
}
.BgClassName
{
background-color: #E78EEA;
}
</style>
border-color css
<style>
span { border-color: #E78EEA; }
span { border-color: rgb(231,142,234); }
td.TdClassName
{
border-color: #E78EEA;
}
.TagClassName
{
border-color: #E78EEA;
}
</style>