Shades of Violet #E077ED
Tints of Violet #E077ED
RGB
CMYK
RGB Variations
Color information
#E077ED (or 0xE077ED) is known color: Violet. HEX triplet: E0, 77 and ED. RGB value is (224,119,237). Sum of RGB (Red+Green+Blue) = 224+119+237=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E077ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077ED is #1F8812. Grayscale: #A3A3A3. Windows color (decimal): -2066451 or 15562720. OLE color: 15562720.
HSL color Cylindrical-coordinate representation of color #E077ED: hue angle of 293.39º 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 #E077ED is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 119 | 237 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.39º | 0.77% | 0.7% | - |
| HSV(B) | 293.39º | 0.5% | 0.93% | - |
| XYZ | 52.62 | 35.16 | 84.13 | - |
| YUV | 163.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 237 | 0.05 | 0.50 | 0 | 0.07 | 293.39 | 0.77 | 0.7 |
| Hex | E0 | 77 | ED | 5 | 32 | 0 | 7 | 125 | 4D | 46 |
| Octal | 340 | 167 | 355 | 5 | 62 | 0 | 7 | 445 | 115 | 106 |
| Binary | 11100000 | 1110111 | 11101101 | 101 | 110010 | 0 | 111 | 100100101 | 1001101 | 1000110 |
Color Harmonies of #E077ED
Complementary color
Monochromatic Colors of #E077ED
Black with #E077ED
Text Example
Text Example
White with #E077ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077ED; }
p { color: rgb(224,119,237); }
H1.HeaderClassName
{
color: #E077ED;
}
.AnyTagClassName
{
color: #E077ED;
}
</style>
background-color css
<style>
a { background-color: #E077ED; }
a { background-color: rgb(224,119,237); }
div.DivClassName
{
background-color: #E077ED;
}
.BgClassName
{
background-color: #E077ED;
}
</style>
border-color css
<style>
span { border-color: #E077ED; }
span { border-color: rgb(224,119,237); }
td.TdClassName
{
border-color: #E077ED;
}
.TagClassName
{
border-color: #E077ED;
}
</style>