Shades of Violet #E78CEA
Tints of Violet #E78CEA
RGB
CMYK
RGB Variations
Color information
#E78CEA (or 0xE78CEA) is known color: Violet. HEX triplet: E7, 8C and EA. RGB value is (231,140,234). Sum of RGB (Red+Green+Blue) = 231+140+234=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E78CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78CEA is #187315. Grayscale: #B1B1B1. Windows color (decimal): -1602326 or 15371495. OLE color: 15371495.
HSL color Cylindrical-coordinate representation of color #E78CEA: hue angle of 298.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78CEA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 140 | 234 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.08 |
| HSL | 298.09º | 0.69% | 0.73% | - |
| HSV(B) | 298.09º | 0.4% | 0.92% | - |
| XYZ | 57.18 | 41.69 | 82.87 | - |
| YUV | 177.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 234 | 0.01 | 0.40 | 0 | 0.08 | 298.09 | 0.69 | 0.73 |
| Hex | E7 | 8C | EA | 1 | 28 | 0 | 8 | 12A | 45 | 49 |
| Octal | 347 | 214 | 352 | 1 | 50 | 0 | 10 | 452 | 105 | 111 |
| Binary | 11100111 | 10001100 | 11101010 | 1 | 101000 | 0 | 1000 | 100101010 | 1000101 | 1001001 |
Color Harmonies of #E78CEA
Complementary color
Monochromatic Colors of #E78CEA
Black with #E78CEA
Text Example
Text Example
White with #E78CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CEA; }
p { color: rgb(231,140,234); }
H1.HeaderClassName
{
color: #E78CEA;
}
.AnyTagClassName
{
color: #E78CEA;
}
</style>
background-color css
<style>
a { background-color: #E78CEA; }
a { background-color: rgb(231,140,234); }
div.DivClassName
{
background-color: #E78CEA;
}
.BgClassName
{
background-color: #E78CEA;
}
</style>
border-color css
<style>
span { border-color: #E78CEA; }
span { border-color: rgb(231,140,234); }
td.TdClassName
{
border-color: #E78CEA;
}
.TagClassName
{
border-color: #E78CEA;
}
</style>