Shades of Violet #E078EC
Tints of Violet #E078EC
RGB
CMYK
RGB Variations
Color information
#E078EC (or 0xE078EC) is known color: Violet. HEX triplet: E0, 78 and EC. RGB value is (224,120,236). Sum of RGB (Red+Green+Blue) = 224+120+236=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #E078EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078EC is #1F8713. Grayscale: #A3A3A3. Windows color (decimal): -2066196 or 15497440. OLE color: 15497440.
HSL color Cylindrical-coordinate representation of color #E078EC: hue angle of 293.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E078EC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 120 | 236 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 293.79º | 0.75% | 0.7% | - |
| HSV(B) | 293.79º | 0.49% | 0.93% | - |
| XYZ | 52.6 | 35.34 | 83.41 | - |
| YUV | 164.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 236 | 0.05 | 0.49 | 0 | 0.07 | 293.79 | 0.75 | 0.7 |
| Hex | E0 | 78 | EC | 5 | 31 | 0 | 7 | 126 | 4B | 46 |
| Octal | 340 | 170 | 354 | 5 | 61 | 0 | 7 | 446 | 113 | 106 |
| Binary | 11100000 | 1111000 | 11101100 | 101 | 110001 | 0 | 111 | 100100110 | 1001011 | 1000110 |
Color Harmonies of #E078EC
Complementary color
Monochromatic Colors of #E078EC
Black with #E078EC
Text Example
Text Example
White with #E078EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078EC; }
p { color: rgb(224,120,236); }
H1.HeaderClassName
{
color: #E078EC;
}
.AnyTagClassName
{
color: #E078EC;
}
</style>
background-color css
<style>
a { background-color: #E078EC; }
a { background-color: rgb(224,120,236); }
div.DivClassName
{
background-color: #E078EC;
}
.BgClassName
{
background-color: #E078EC;
}
</style>
border-color css
<style>
span { border-color: #E078EC; }
span { border-color: rgb(224,120,236); }
td.TdClassName
{
border-color: #E078EC;
}
.TagClassName
{
border-color: #E078EC;
}
</style>