Shades of Violet #E077E9
Tints of Violet #E077E9
RGB
CMYK
RGB Variations
Color information
#E077E9 (or 0xE077E9) is known color: Violet. HEX triplet: E0, 77 and E9. RGB value is (224,119,233). Sum of RGB (Red+Green+Blue) = 224+119+233=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #E077E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077E9 is #1F8816. Grayscale: #A3A3A3. Windows color (decimal): -2066455 or 15300576. OLE color: 15300576.
HSL color Cylindrical-coordinate representation of color #E077E9: hue angle of 295.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E077E9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 119 | 233 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.09 |
| HSL | 295.26º | 0.72% | 0.69% | - |
| HSV(B) | 295.26º | 0.49% | 0.91% | - |
| XYZ | 52.05 | 34.92 | 81.09 | - |
| YUV | 163.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 233 | 0.04 | 0.49 | 0 | 0.09 | 295.26 | 0.72 | 0.69 |
| Hex | E0 | 77 | E9 | 4 | 31 | 0 | 9 | 127 | 48 | 45 |
| Octal | 340 | 167 | 351 | 4 | 61 | 0 | 11 | 447 | 110 | 105 |
| Binary | 11100000 | 1110111 | 11101001 | 100 | 110001 | 0 | 1001 | 100100111 | 1001000 | 1000101 |
Color Harmonies of #E077E9
Complementary color
Monochromatic Colors of #E077E9
Black with #E077E9
Text Example
Text Example
White with #E077E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077E9; }
p { color: rgb(224,119,233); }
H1.HeaderClassName
{
color: #E077E9;
}
.AnyTagClassName
{
color: #E077E9;
}
</style>
background-color css
<style>
a { background-color: #E077E9; }
a { background-color: rgb(224,119,233); }
div.DivClassName
{
background-color: #E077E9;
}
.BgClassName
{
background-color: #E077E9;
}
</style>
border-color css
<style>
span { border-color: #E077E9; }
span { border-color: rgb(224,119,233); }
td.TdClassName
{
border-color: #E077E9;
}
.TagClassName
{
border-color: #E077E9;
}
</style>