Shades of Heliotrope #E080F5
Tints of Heliotrope #E080F5
RGB
CMYK
RGB Variations
Color information
#E080F5 (or 0xE080F5) is known color: Heliotrope. HEX triplet: E0, 80 and F5. RGB value is (224,128,245). Sum of RGB (Red+Green+Blue) = 224+128+245=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #E080F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F5 is #1F7F0A. Grayscale: #A9A9A9. Windows color (decimal): -2064139 or 16089312. OLE color: 16089312.
HSL color Cylindrical-coordinate representation of color #E080F5: hue angle of 289.23º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E080F5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 128 | 245 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.04 |
| HSL | 289.23º | 0.85% | 0.73% | - |
| HSV(B) | 289.23º | 0.48% | 0.96% | - |
| XYZ | 54.94 | 37.88 | 90.8 | - |
| YUV | 170.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 245 | 0.09 | 0.48 | 0 | 0.04 | 289.23 | 0.85 | 0.73 |
| Hex | E0 | 80 | F5 | 9 | 30 | 0 | 4 | 121 | 55 | 49 |
| Octal | 340 | 200 | 365 | 11 | 60 | 0 | 4 | 441 | 125 | 111 |
| Binary | 11100000 | 10000000 | 11110101 | 1001 | 110000 | 0 | 100 | 100100001 | 1010101 | 1001001 |
Color Harmonies of #E080F5
Complementary color
Monochromatic Colors of #E080F5
Black with #E080F5
Text Example
Text Example
White with #E080F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080F5; }
p { color: rgb(224,128,245); }
H1.HeaderClassName
{
color: #E080F5;
}
.AnyTagClassName
{
color: #E080F5;
}
</style>
background-color css
<style>
a { background-color: #E080F5; }
a { background-color: rgb(224,128,245); }
div.DivClassName
{
background-color: #E080F5;
}
.BgClassName
{
background-color: #E080F5;
}
</style>
border-color css
<style>
span { border-color: #E080F5; }
span { border-color: rgb(224,128,245); }
td.TdClassName
{
border-color: #E080F5;
}
.TagClassName
{
border-color: #E080F5;
}
</style>