Shades of Heliotrope #E081F9
Tints of Heliotrope #E081F9
RGB
CMYK
RGB Variations
Color information
#E081F9 (or 0xE081F9) is known color: Heliotrope. HEX triplet: E0, 81 and F9. RGB value is (224,129,249). Sum of RGB (Red+Green+Blue) = 224+129+249=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #E081F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081F9 is #1F7E06. Grayscale: #AAAAAA. Windows color (decimal): -2063879 or 16351712. OLE color: 16351712.
HSL color Cylindrical-coordinate representation of color #E081F9: hue angle of 287.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E081F9 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 129 | 249 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.02 |
| HSL | 287.5º | 0.91% | 0.74% | - |
| HSV(B) | 287.5º | 0.48% | 0.98% | - |
| XYZ | 55.69 | 38.39 | 94.1 | - |
| YUV | 171.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 249 | 0.10 | 0.48 | 0 | 0.02 | 287.5 | 0.91 | 0.74 |
| Hex | E0 | 81 | F9 | A | 30 | 0 | 2 | 120 | 5B | 4A |
| Octal | 340 | 201 | 371 | 12 | 60 | 0 | 2 | 440 | 133 | 112 |
| Binary | 11100000 | 10000001 | 11111001 | 1010 | 110000 | 0 | 10 | 100100000 | 1011011 | 1001010 |
Color Harmonies of #E081F9
Complementary color
Monochromatic Colors of #E081F9
Black with #E081F9
Text Example
Text Example
White with #E081F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081F9; }
p { color: rgb(224,129,249); }
H1.HeaderClassName
{
color: #E081F9;
}
.AnyTagClassName
{
color: #E081F9;
}
</style>
background-color css
<style>
a { background-color: #E081F9; }
a { background-color: rgb(224,129,249); }
div.DivClassName
{
background-color: #E081F9;
}
.BgClassName
{
background-color: #E081F9;
}
</style>
border-color css
<style>
span { border-color: #E081F9; }
span { border-color: rgb(224,129,249); }
td.TdClassName
{
border-color: #E081F9;
}
.TagClassName
{
border-color: #E081F9;
}
</style>