Shades of Violet #E076ED
Tints of Violet #E076ED
RGB
CMYK
RGB Variations
Color information
#E076ED (or 0xE076ED) is known color: Violet. HEX triplet: E0, 76 and ED. RGB value is (224,118,237). Sum of RGB (Red+Green+Blue) = 224+118+237=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E076ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076ED is #1F8912. Grayscale: #A2A2A2. Windows color (decimal): -2066707 or 15562464. OLE color: 15562464.
HSL color Cylindrical-coordinate representation of color #E076ED: hue angle of 293.45º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E076ED is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 118 | 237 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.45º | 0.77% | 0.7% | - |
| HSV(B) | 293.45º | 0.5% | 0.93% | - |
| XYZ | 52.5 | 34.92 | 84.09 | - |
| YUV | 163.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 237 | 0.05 | 0.50 | 0 | 0.07 | 293.45 | 0.77 | 0.7 |
| Hex | E0 | 76 | ED | 5 | 32 | 0 | 7 | 125 | 4D | 46 |
| Octal | 340 | 166 | 355 | 5 | 62 | 0 | 7 | 445 | 115 | 106 |
| Binary | 11100000 | 1110110 | 11101101 | 101 | 110010 | 0 | 111 | 100100101 | 1001101 | 1000110 |
Color Harmonies of #E076ED
Complementary color
Monochromatic Colors of #E076ED
Black with #E076ED
Text Example
Text Example
White with #E076ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076ED; }
p { color: rgb(224,118,237); }
H1.HeaderClassName
{
color: #E076ED;
}
.AnyTagClassName
{
color: #E076ED;
}
</style>
background-color css
<style>
a { background-color: #E076ED; }
a { background-color: rgb(224,118,237); }
div.DivClassName
{
background-color: #E076ED;
}
.BgClassName
{
background-color: #E076ED;
}
</style>
border-color css
<style>
span { border-color: #E076ED; }
span { border-color: rgb(224,118,237); }
td.TdClassName
{
border-color: #E076ED;
}
.TagClassName
{
border-color: #E076ED;
}
</style>