Shades of Violet #E080F1
Tints of Violet #E080F1
RGB
CMYK
RGB Variations
Color information
#E080F1 (or 0xE080F1) is known color: Violet. HEX triplet: E0, 80 and F1. RGB value is (224,128,241). Sum of RGB (Red+Green+Blue) = 224+128+241=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #E080F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F1 is #1F7F0E. Grayscale: #A9A9A9. Windows color (decimal): -2064143 or 15827168. OLE color: 15827168.
HSL color Cylindrical-coordinate representation of color #E080F1: hue angle of 290.97º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E080F1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 128 | 241 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.05 |
| HSL | 290.97º | 0.8% | 0.72% | - |
| HSV(B) | 290.97º | 0.47% | 0.95% | - |
| XYZ | 54.34 | 37.64 | 87.62 | - |
| YUV | 169.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 241 | 0.07 | 0.47 | 0 | 0.05 | 290.97 | 0.8 | 0.72 |
| Hex | E0 | 80 | F1 | 7 | 2F | 0 | 5 | 123 | 50 | 48 |
| Octal | 340 | 200 | 361 | 7 | 57 | 0 | 5 | 443 | 120 | 110 |
| Binary | 11100000 | 10000000 | 11110001 | 111 | 101111 | 0 | 101 | 100100011 | 1010000 | 1001000 |
Color Harmonies of #E080F1
Complementary color
Monochromatic Colors of #E080F1
Black with #E080F1
Text Example
Text Example
White with #E080F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080F1; }
p { color: rgb(224,128,241); }
H1.HeaderClassName
{
color: #E080F1;
}
.AnyTagClassName
{
color: #E080F1;
}
</style>
background-color css
<style>
a { background-color: #E080F1; }
a { background-color: rgb(224,128,241); }
div.DivClassName
{
background-color: #E080F1;
}
.BgClassName
{
background-color: #E080F1;
}
</style>
border-color css
<style>
span { border-color: #E080F1; }
span { border-color: rgb(224,128,241); }
td.TdClassName
{
border-color: #E080F1;
}
.TagClassName
{
border-color: #E080F1;
}
</style>