Shades of Violet #E78BEC
Tints of Violet #E78BEC
RGB
CMYK
RGB Variations
Color information
#E78BEC (or 0xE78BEC) is known color: Violet. HEX triplet: E7, 8B and EC. RGB value is (231,139,236). Sum of RGB (Red+Green+Blue) = 231+139+236=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #E78BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78BEC is #187413. Grayscale: #B1B1B1. Windows color (decimal): -1602580 or 15502311. OLE color: 15502311.
HSL color Cylindrical-coordinate representation of color #E78BEC: hue angle of 296.91º 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 #E78BEC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 139 | 236 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.07 |
| HSL | 296.91º | 0.72% | 0.74% | - |
| HSV(B) | 296.91º | 0.41% | 0.93% | - |
| XYZ | 57.33 | 41.51 | 84.35 | - |
| YUV | 177.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 236 | 0.02 | 0.41 | 0 | 0.07 | 296.91 | 0.72 | 0.74 |
| Hex | E7 | 8B | EC | 2 | 29 | 0 | 7 | 129 | 48 | 4A |
| Octal | 347 | 213 | 354 | 2 | 51 | 0 | 7 | 451 | 110 | 112 |
| Binary | 11100111 | 10001011 | 11101100 | 10 | 101001 | 0 | 111 | 100101001 | 1001000 | 1001010 |
Color Harmonies of #E78BEC
Complementary color
Monochromatic Colors of #E78BEC
Black with #E78BEC
Text Example
Text Example
White with #E78BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BEC; }
p { color: rgb(231,139,236); }
H1.HeaderClassName
{
color: #E78BEC;
}
.AnyTagClassName
{
color: #E78BEC;
}
</style>
background-color css
<style>
a { background-color: #E78BEC; }
a { background-color: rgb(231,139,236); }
div.DivClassName
{
background-color: #E78BEC;
}
.BgClassName
{
background-color: #E78BEC;
}
</style>
border-color css
<style>
span { border-color: #E78BEC; }
span { border-color: rgb(231,139,236); }
td.TdClassName
{
border-color: #E78BEC;
}
.TagClassName
{
border-color: #E78BEC;
}
</style>