Shades of Violet #E074EC
Tints of Violet #E074EC
RGB
CMYK
RGB Variations
Color information
#E074EC (or 0xE074EC) is known color: Violet. HEX triplet: E0, 74 and EC. RGB value is (224,116,236). Sum of RGB (Red+Green+Blue) = 224+116+236=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #E074EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074EC is #1F8B13. Grayscale: #A1A1A1. Windows color (decimal): -2067220 or 15496416. OLE color: 15496416.
HSL color Cylindrical-coordinate representation of color #E074EC: hue angle of 294º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E074EC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 116 | 236 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294º | 0.76% | 0.69% | - |
| HSV(B) | 294º | 0.51% | 0.93% | - |
| XYZ | 52.13 | 34.39 | 83.25 | - |
| YUV | 161.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 236 | 0.05 | 0.51 | 0 | 0.07 | 294 | 0.76 | 0.69 |
| Hex | E0 | 74 | EC | 5 | 33 | 0 | 7 | 126 | 4C | 45 |
| Octal | 340 | 164 | 354 | 5 | 63 | 0 | 7 | 446 | 114 | 105 |
| Binary | 11100000 | 1110100 | 11101100 | 101 | 110011 | 0 | 111 | 100100110 | 1001100 | 1000101 |
Color Harmonies of #E074EC
Complementary color
Monochromatic Colors of #E074EC
Black with #E074EC
Text Example
Text Example
White with #E074EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074EC; }
p { color: rgb(224,116,236); }
H1.HeaderClassName
{
color: #E074EC;
}
.AnyTagClassName
{
color: #E074EC;
}
</style>
background-color css
<style>
a { background-color: #E074EC; }
a { background-color: rgb(224,116,236); }
div.DivClassName
{
background-color: #E074EC;
}
.BgClassName
{
background-color: #E074EC;
}
</style>
border-color css
<style>
span { border-color: #E074EC; }
span { border-color: rgb(224,116,236); }
td.TdClassName
{
border-color: #E074EC;
}
.TagClassName
{
border-color: #E074EC;
}
</style>