Shades of Heliotrope #E08DF9
Tints of Heliotrope #E08DF9
RGB
CMYK
RGB Variations
Color information
#E08DF9 (or 0xE08DF9) is known color: Heliotrope. HEX triplet: E0, 8D and F9. RGB value is (224,141,249). Sum of RGB (Red+Green+Blue) = 224+141+249=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #E08DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DF9 is #1F7206. Grayscale: #B1B1B1. Windows color (decimal): -2060807 or 16354784. OLE color: 16354784.
HSL color Cylindrical-coordinate representation of color #E08DF9: hue angle of 286.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08DF9 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 141 | 249 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.02 |
| HSL | 286.11º | 0.9% | 0.76% | - |
| HSV(B) | 286.11º | 0.43% | 0.98% | - |
| XYZ | 57.36 | 41.74 | 94.66 | - |
| YUV | 178.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 249 | 0.10 | 0.43 | 0 | 0.02 | 286.11 | 0.9 | 0.76 |
| Hex | E0 | 8D | F9 | A | 2B | 0 | 2 | 11E | 5A | 4C |
| Octal | 340 | 215 | 371 | 12 | 53 | 0 | 2 | 436 | 132 | 114 |
| Binary | 11100000 | 10001101 | 11111001 | 1010 | 101011 | 0 | 10 | 100011110 | 1011010 | 1001100 |
Color Harmonies of #E08DF9
Complementary color
Monochromatic Colors of #E08DF9
Black with #E08DF9
Text Example
Text Example
White with #E08DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DF9; }
p { color: rgb(224,141,249); }
H1.HeaderClassName
{
color: #E08DF9;
}
.AnyTagClassName
{
color: #E08DF9;
}
</style>
background-color css
<style>
a { background-color: #E08DF9; }
a { background-color: rgb(224,141,249); }
div.DivClassName
{
background-color: #E08DF9;
}
.BgClassName
{
background-color: #E08DF9;
}
</style>
border-color css
<style>
span { border-color: #E08DF9; }
span { border-color: rgb(224,141,249); }
td.TdClassName
{
border-color: #E08DF9;
}
.TagClassName
{
border-color: #E08DF9;
}
</style>