Shades of Violet #E077EC
Tints of Violet #E077EC
RGB
CMYK
RGB Variations
Color information
#E077EC (or 0xE077EC) is known color: Violet. HEX triplet: E0, 77 and EC. RGB value is (224,119,236). Sum of RGB (Red+Green+Blue) = 224+119+236=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #E077EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077EC is #1F8813. Grayscale: #A3A3A3. Windows color (decimal): -2066452 or 15497184. OLE color: 15497184.
HSL color Cylindrical-coordinate representation of color #E077EC: hue angle of 293.85º degrees, saturation: 0.75, 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 #E077EC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 119 | 236 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.85º | 0.75% | 0.7% | - |
| HSV(B) | 293.85º | 0.5% | 0.93% | - |
| XYZ | 52.48 | 35.1 | 83.37 | - |
| YUV | 163.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 236 | 0.05 | 0.50 | 0 | 0.07 | 293.85 | 0.75 | 0.7 |
| Hex | E0 | 77 | EC | 5 | 32 | 0 | 7 | 126 | 4B | 46 |
| Octal | 340 | 167 | 354 | 5 | 62 | 0 | 7 | 446 | 113 | 106 |
| Binary | 11100000 | 1110111 | 11101100 | 101 | 110010 | 0 | 111 | 100100110 | 1001011 | 1000110 |
Color Harmonies of #E077EC
Complementary color
Monochromatic Colors of #E077EC
Black with #E077EC
Text Example
Text Example
White with #E077EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077EC; }
p { color: rgb(224,119,236); }
H1.HeaderClassName
{
color: #E077EC;
}
.AnyTagClassName
{
color: #E077EC;
}
</style>
background-color css
<style>
a { background-color: #E077EC; }
a { background-color: rgb(224,119,236); }
div.DivClassName
{
background-color: #E077EC;
}
.BgClassName
{
background-color: #E077EC;
}
</style>
border-color css
<style>
span { border-color: #E077EC; }
span { border-color: rgb(224,119,236); }
td.TdClassName
{
border-color: #E077EC;
}
.TagClassName
{
border-color: #E077EC;
}
</style>