Shades of Heliotrope #E07BF1
Tints of Heliotrope #E07BF1
RGB
CMYK
RGB Variations
Color information
#E07BF1 (or 0xE07BF1) is known color: Heliotrope. HEX triplet: E0, 7B and F1. RGB value is (224,123,241). Sum of RGB (Red+Green+Blue) = 224+123+241=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #E07BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BF1 is #1F840E. Grayscale: #A6A6A6. Windows color (decimal): -2065423 or 15825888. OLE color: 15825888.
HSL color Cylindrical-coordinate representation of color #E07BF1: hue angle of 291.36º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07BF1 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 123 | 241 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.05 |
| HSL | 291.36º | 0.81% | 0.71% | - |
| HSV(B) | 291.36º | 0.49% | 0.95% | - |
| XYZ | 53.7 | 36.36 | 87.41 | - |
| YUV | 166.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 241 | 0.07 | 0.49 | 0 | 0.05 | 291.36 | 0.81 | 0.71 |
| Hex | E0 | 7B | F1 | 7 | 31 | 0 | 5 | 123 | 51 | 47 |
| Octal | 340 | 173 | 361 | 7 | 61 | 0 | 5 | 443 | 121 | 107 |
| Binary | 11100000 | 1111011 | 11110001 | 111 | 110001 | 0 | 101 | 100100011 | 1010001 | 1000111 |
Color Harmonies of #E07BF1
Complementary color
Monochromatic Colors of #E07BF1
Black with #E07BF1
Text Example
Text Example
White with #E07BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BF1; }
p { color: rgb(224,123,241); }
H1.HeaderClassName
{
color: #E07BF1;
}
.AnyTagClassName
{
color: #E07BF1;
}
</style>
background-color css
<style>
a { background-color: #E07BF1; }
a { background-color: rgb(224,123,241); }
div.DivClassName
{
background-color: #E07BF1;
}
.BgClassName
{
background-color: #E07BF1;
}
</style>
border-color css
<style>
span { border-color: #E07BF1; }
span { border-color: rgb(224,123,241); }
td.TdClassName
{
border-color: #E07BF1;
}
.TagClassName
{
border-color: #E07BF1;
}
</style>