Shades of Heliotrope #E08BF9
Tints of Heliotrope #E08BF9
RGB
CMYK
RGB Variations
Color information
#E08BF9 (or 0xE08BF9) is known color: Heliotrope. HEX triplet: E0, 8B and F9. RGB value is (224,139,249). Sum of RGB (Red+Green+Blue) = 224+139+249=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #E08BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BF9 is #1F7406. Grayscale: #B0B0B0. Windows color (decimal): -2061319 or 16354272. OLE color: 16354272.
HSL color Cylindrical-coordinate representation of color #E08BF9: hue angle of 286.36º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E08BF9 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 139 | 249 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.02 |
| HSL | 286.36º | 0.9% | 0.76% | - |
| HSV(B) | 286.36º | 0.44% | 0.98% | - |
| XYZ | 57.07 | 41.15 | 94.56 | - |
| YUV | 176.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 249 | 0.10 | 0.44 | 0 | 0.02 | 286.36 | 0.9 | 0.76 |
| Hex | E0 | 8B | F9 | A | 2C | 0 | 2 | 11E | 5A | 4C |
| Octal | 340 | 213 | 371 | 12 | 54 | 0 | 2 | 436 | 132 | 114 |
| Binary | 11100000 | 10001011 | 11111001 | 1010 | 101100 | 0 | 10 | 100011110 | 1011010 | 1001100 |
Color Harmonies of #E08BF9
Complementary color
Monochromatic Colors of #E08BF9
Black with #E08BF9
Text Example
Text Example
White with #E08BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BF9; }
p { color: rgb(224,139,249); }
H1.HeaderClassName
{
color: #E08BF9;
}
.AnyTagClassName
{
color: #E08BF9;
}
</style>
background-color css
<style>
a { background-color: #E08BF9; }
a { background-color: rgb(224,139,249); }
div.DivClassName
{
background-color: #E08BF9;
}
.BgClassName
{
background-color: #E08BF9;
}
</style>
border-color css
<style>
span { border-color: #E08BF9; }
span { border-color: rgb(224,139,249); }
td.TdClassName
{
border-color: #E08BF9;
}
.TagClassName
{
border-color: #E08BF9;
}
</style>