Shades of Violet #E080EA
Tints of Violet #E080EA
RGB
CMYK
RGB Variations
Color information
#E080EA (or 0xE080EA) is known color: Violet. HEX triplet: E0, 80 and EA. RGB value is (224,128,234). Sum of RGB (Red+Green+Blue) = 224+128+234=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #E080EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080EA is #1F7F15. Grayscale: #A8A8A8. Windows color (decimal): -2064150 or 15368416. OLE color: 15368416.
HSL color Cylindrical-coordinate representation of color #E080EA: hue angle of 294.34º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E080EA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 128 | 234 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.08 |
| HSL | 294.34º | 0.72% | 0.71% | - |
| HSV(B) | 294.34º | 0.45% | 0.92% | - |
| XYZ | 53.31 | 37.23 | 82.22 | - |
| YUV | 168.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 234 | 0.04 | 0.45 | 0 | 0.08 | 294.34 | 0.72 | 0.71 |
| Hex | E0 | 80 | EA | 4 | 2D | 0 | 8 | 126 | 48 | 47 |
| Octal | 340 | 200 | 352 | 4 | 55 | 0 | 10 | 446 | 110 | 107 |
| Binary | 11100000 | 10000000 | 11101010 | 100 | 101101 | 0 | 1000 | 100100110 | 1001000 | 1000111 |
Color Harmonies of #E080EA
Complementary color
Monochromatic Colors of #E080EA
Black with #E080EA
Text Example
Text Example
White with #E080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080EA; }
p { color: rgb(224,128,234); }
H1.HeaderClassName
{
color: #E080EA;
}
.AnyTagClassName
{
color: #E080EA;
}
</style>
background-color css
<style>
a { background-color: #E080EA; }
a { background-color: rgb(224,128,234); }
div.DivClassName
{
background-color: #E080EA;
}
.BgClassName
{
background-color: #E080EA;
}
</style>
border-color css
<style>
span { border-color: #E080EA; }
span { border-color: rgb(224,128,234); }
td.TdClassName
{
border-color: #E080EA;
}
.TagClassName
{
border-color: #E080EA;
}
</style>