Shades of Violet #E78CEC
Tints of Violet #E78CEC
RGB
CMYK
RGB Variations
Color information
#E78CEC (or 0xE78CEC) is known color: Violet. HEX triplet: E7, 8C and EC. RGB value is (231,140,236). Sum of RGB (Red+Green+Blue) = 231+140+236=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E78CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78CEC is #187313. Grayscale: #B1B1B1. Windows color (decimal): -1602324 or 15502567. OLE color: 15502567.
HSL color Cylindrical-coordinate representation of color #E78CEC: hue angle of 296.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E78CEC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 140 | 236 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.07 |
| HSL | 296.88º | 0.72% | 0.74% | - |
| HSV(B) | 296.88º | 0.41% | 0.93% | - |
| XYZ | 57.47 | 41.8 | 84.4 | - |
| YUV | 178.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 236 | 0.02 | 0.41 | 0 | 0.07 | 296.88 | 0.72 | 0.74 |
| Hex | E7 | 8C | EC | 2 | 29 | 0 | 7 | 129 | 48 | 4A |
| Octal | 347 | 214 | 354 | 2 | 51 | 0 | 7 | 451 | 110 | 112 |
| Binary | 11100111 | 10001100 | 11101100 | 10 | 101001 | 0 | 111 | 100101001 | 1001000 | 1001010 |
Color Harmonies of #E78CEC
Complementary color
Monochromatic Colors of #E78CEC
Black with #E78CEC
Text Example
Text Example
White with #E78CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CEC; }
p { color: rgb(231,140,236); }
H1.HeaderClassName
{
color: #E78CEC;
}
.AnyTagClassName
{
color: #E78CEC;
}
</style>
background-color css
<style>
a { background-color: #E78CEC; }
a { background-color: rgb(231,140,236); }
div.DivClassName
{
background-color: #E78CEC;
}
.BgClassName
{
background-color: #E78CEC;
}
</style>
border-color css
<style>
span { border-color: #E78CEC; }
span { border-color: rgb(231,140,236); }
td.TdClassName
{
border-color: #E78CEC;
}
.TagClassName
{
border-color: #E78CEC;
}
</style>