Shades of Violet #E082F0
Tints of Violet #E082F0
RGB
CMYK
RGB Variations
Color information
#E082F0 (or 0xE082F0) is known color: Violet. HEX triplet: E0, 82 and F0. RGB value is (224,130,240). Sum of RGB (Red+Green+Blue) = 224+130+240=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #E082F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E082F0 is #1F7D0F. Grayscale: #AAAAAA. Windows color (decimal): -2063632 or 15762144. OLE color: 15762144.
HSL color Cylindrical-coordinate representation of color #E082F0: hue angle of 291.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E082F0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 130 | 240 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.06 |
| HSL | 291.27º | 0.79% | 0.73% | - |
| HSV(B) | 291.27º | 0.46% | 0.94% | - |
| XYZ | 54.45 | 38.1 | 86.92 | - |
| YUV | 170.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 240 | 0.07 | 0.46 | 0 | 0.06 | 291.27 | 0.79 | 0.73 |
| Hex | E0 | 82 | F0 | 7 | 2E | 0 | 6 | 123 | 4F | 49 |
| Octal | 340 | 202 | 360 | 7 | 56 | 0 | 6 | 443 | 117 | 111 |
| Binary | 11100000 | 10000010 | 11110000 | 111 | 101110 | 0 | 110 | 100100011 | 1001111 | 1001001 |
Color Harmonies of #E082F0
Complementary color
Monochromatic Colors of #E082F0
Black with #E082F0
Text Example
Text Example
White with #E082F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082F0; }
p { color: rgb(224,130,240); }
H1.HeaderClassName
{
color: #E082F0;
}
.AnyTagClassName
{
color: #E082F0;
}
</style>
background-color css
<style>
a { background-color: #E082F0; }
a { background-color: rgb(224,130,240); }
div.DivClassName
{
background-color: #E082F0;
}
.BgClassName
{
background-color: #E082F0;
}
</style>
border-color css
<style>
span { border-color: #E082F0; }
span { border-color: rgb(224,130,240); }
td.TdClassName
{
border-color: #E082F0;
}
.TagClassName
{
border-color: #E082F0;
}
</style>