Shades of Heliotrope #E07BF9
Tints of Heliotrope #E07BF9
RGB
CMYK
RGB Variations
Color information
#E07BF9 (or 0xE07BF9) is known color: Heliotrope. HEX triplet: E0, 7B and F9. RGB value is (224,123,249). Sum of RGB (Red+Green+Blue) = 224+123+249=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #E07BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BF9 is #1F8406. Grayscale: #A7A7A7. Windows color (decimal): -2065415 or 16350176. OLE color: 16350176.
HSL color Cylindrical-coordinate representation of color #E07BF9: hue angle of 288.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07BF9 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 123 | 249 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.02 |
| HSL | 288.1º | 0.91% | 0.73% | - |
| HSV(B) | 288.1º | 0.51% | 0.98% | - |
| XYZ | 54.92 | 36.85 | 93.84 | - |
| YUV | 167.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 249 | 0.10 | 0.51 | 0 | 0.02 | 288.1 | 0.91 | 0.73 |
| Hex | E0 | 7B | F9 | A | 33 | 0 | 2 | 120 | 5B | 49 |
| Octal | 340 | 173 | 371 | 12 | 63 | 0 | 2 | 440 | 133 | 111 |
| Binary | 11100000 | 1111011 | 11111001 | 1010 | 110011 | 0 | 10 | 100100000 | 1011011 | 1001001 |
Color Harmonies of #E07BF9
Complementary color
Monochromatic Colors of #E07BF9
Black with #E07BF9
Text Example
Text Example
White with #E07BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BF9; }
p { color: rgb(224,123,249); }
H1.HeaderClassName
{
color: #E07BF9;
}
.AnyTagClassName
{
color: #E07BF9;
}
</style>
background-color css
<style>
a { background-color: #E07BF9; }
a { background-color: rgb(224,123,249); }
div.DivClassName
{
background-color: #E07BF9;
}
.BgClassName
{
background-color: #E07BF9;
}
</style>
border-color css
<style>
span { border-color: #E07BF9; }
span { border-color: rgb(224,123,249); }
td.TdClassName
{
border-color: #E07BF9;
}
.TagClassName
{
border-color: #E07BF9;
}
</style>