Shades of Violet #E080E5
Tints of Violet #E080E5
RGB
CMYK
RGB Variations
Color information
#E080E5 (or 0xE080E5) is known color: Violet. HEX triplet: E0, 80 and E5. RGB value is (224,128,229). Sum of RGB (Red+Green+Blue) = 224+128+229=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #E080E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080E5 is #1F7F1A. Grayscale: #A7A7A7. Windows color (decimal): -2064155 or 15040736. OLE color: 15040736.
HSL color Cylindrical-coordinate representation of color #E080E5: hue angle of 297.03º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E080E5 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 128 | 229 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.10 |
| HSL | 297.03º | 0.66% | 0.7% | - |
| HSV(B) | 297.03º | 0.44% | 0.9% | - |
| XYZ | 52.6 | 36.94 | 78.49 | - |
| YUV | 168.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 229 | 0.02 | 0.44 | 0 | 0.10 | 297.03 | 0.66 | 0.7 |
| Hex | E0 | 80 | E5 | 2 | 2C | 0 | A | 129 | 42 | 46 |
| Octal | 340 | 200 | 345 | 2 | 54 | 0 | 12 | 451 | 102 | 106 |
| Binary | 11100000 | 10000000 | 11100101 | 10 | 101100 | 0 | 1010 | 100101001 | 1000010 | 1000110 |
Color Harmonies of #E080E5
Complementary color
Monochromatic Colors of #E080E5
Black with #E080E5
Text Example
Text Example
White with #E080E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080E5; }
p { color: rgb(224,128,229); }
H1.HeaderClassName
{
color: #E080E5;
}
.AnyTagClassName
{
color: #E080E5;
}
</style>
background-color css
<style>
a { background-color: #E080E5; }
a { background-color: rgb(224,128,229); }
div.DivClassName
{
background-color: #E080E5;
}
.BgClassName
{
background-color: #E080E5;
}
</style>
border-color css
<style>
span { border-color: #E080E5; }
span { border-color: rgb(224,128,229); }
td.TdClassName
{
border-color: #E080E5;
}
.TagClassName
{
border-color: #E080E5;
}
</style>