Shades of Heliotrope #E080F9
Tints of Heliotrope #E080F9
RGB
CMYK
RGB Variations
Color information
#E080F9 (or 0xE080F9) is known color: Heliotrope. HEX triplet: E0, 80 and F9. RGB value is (224,128,249). Sum of RGB (Red+Green+Blue) = 224+128+249=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #E080F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F9 is #1F7F06. Grayscale: #AAAAAA. Windows color (decimal): -2064135 or 16351456. OLE color: 16351456.
HSL color Cylindrical-coordinate representation of color #E080F9: hue angle of 287.6º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E080F9 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 128 | 249 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.02 |
| HSL | 287.6º | 0.91% | 0.74% | - |
| HSV(B) | 287.6º | 0.49% | 0.98% | - |
| XYZ | 55.56 | 38.13 | 94.05 | - |
| YUV | 170.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 249 | 0.10 | 0.49 | 0 | 0.02 | 287.6 | 0.91 | 0.74 |
| Hex | E0 | 80 | F9 | A | 31 | 0 | 2 | 120 | 5B | 4A |
| Octal | 340 | 200 | 371 | 12 | 61 | 0 | 2 | 440 | 133 | 112 |
| Binary | 11100000 | 10000000 | 11111001 | 1010 | 110001 | 0 | 10 | 100100000 | 1011011 | 1001010 |
Color Harmonies of #E080F9
Complementary color
Monochromatic Colors of #E080F9
Black with #E080F9
Text Example
Text Example
White with #E080F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080F9; }
p { color: rgb(224,128,249); }
H1.HeaderClassName
{
color: #E080F9;
}
.AnyTagClassName
{
color: #E080F9;
}
</style>
background-color css
<style>
a { background-color: #E080F9; }
a { background-color: rgb(224,128,249); }
div.DivClassName
{
background-color: #E080F9;
}
.BgClassName
{
background-color: #E080F9;
}
</style>
border-color css
<style>
span { border-color: #E080F9; }
span { border-color: rgb(224,128,249); }
td.TdClassName
{
border-color: #E080F9;
}
.TagClassName
{
border-color: #E080F9;
}
</style>