Shades of Violet #E079EC
Tints of Violet #E079EC
RGB
CMYK
RGB Variations
Color information
#E079EC (or 0xE079EC) is known color: Violet. HEX triplet: E0, 79 and EC. RGB value is (224,121,236). Sum of RGB (Red+Green+Blue) = 224+121+236=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #E079EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E079EC is #1F8613. Grayscale: #A4A4A4. Windows color (decimal): -2065940 or 15497696. OLE color: 15497696.
HSL color Cylindrical-coordinate representation of color #E079EC: hue angle of 293.74º 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 #E079EC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 121 | 236 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 293.74º | 0.75% | 0.7% | - |
| HSV(B) | 293.74º | 0.49% | 0.93% | - |
| XYZ | 52.72 | 35.58 | 83.45 | - |
| YUV | 164.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 236 | 0.05 | 0.49 | 0 | 0.07 | 293.74 | 0.75 | 0.7 |
| Hex | E0 | 79 | EC | 5 | 31 | 0 | 7 | 126 | 4B | 46 |
| Octal | 340 | 171 | 354 | 5 | 61 | 0 | 7 | 446 | 113 | 106 |
| Binary | 11100000 | 1111001 | 11101100 | 101 | 110001 | 0 | 111 | 100100110 | 1001011 | 1000110 |
Color Harmonies of #E079EC
Complementary color
Monochromatic Colors of #E079EC
Black with #E079EC
Text Example
Text Example
White with #E079EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079EC; }
p { color: rgb(224,121,236); }
H1.HeaderClassName
{
color: #E079EC;
}
.AnyTagClassName
{
color: #E079EC;
}
</style>
background-color css
<style>
a { background-color: #E079EC; }
a { background-color: rgb(224,121,236); }
div.DivClassName
{
background-color: #E079EC;
}
.BgClassName
{
background-color: #E079EC;
}
</style>
border-color css
<style>
span { border-color: #E079EC; }
span { border-color: rgb(224,121,236); }
td.TdClassName
{
border-color: #E079EC;
}
.TagClassName
{
border-color: #E079EC;
}
</style>