Shades of Heliotrope #E07EF5
Tints of Heliotrope #E07EF5
RGB
CMYK
RGB Variations
Color information
#E07EF5 (or 0xE07EF5) is known color: Heliotrope. HEX triplet: E0, 7E and F5. RGB value is (224,126,245). Sum of RGB (Red+Green+Blue) = 224+126+245=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #E07EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EF5 is #1F810A. Grayscale: #A8A8A8. Windows color (decimal): -2064651 or 16088800. OLE color: 16088800.
HSL color Cylindrical-coordinate representation of color #E07EF5: hue angle of 289.41º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07EF5 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 126 | 245 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.04 |
| HSL | 289.41º | 0.86% | 0.73% | - |
| HSV(B) | 289.41º | 0.49% | 0.96% | - |
| XYZ | 54.68 | 37.36 | 90.72 | - |
| YUV | 168.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 245 | 0.09 | 0.49 | 0 | 0.04 | 289.41 | 0.86 | 0.73 |
| Hex | E0 | 7E | F5 | 9 | 31 | 0 | 4 | 121 | 56 | 49 |
| Octal | 340 | 176 | 365 | 11 | 61 | 0 | 4 | 441 | 126 | 111 |
| Binary | 11100000 | 1111110 | 11110101 | 1001 | 110001 | 0 | 100 | 100100001 | 1010110 | 1001001 |
Color Harmonies of #E07EF5
Complementary color
Monochromatic Colors of #E07EF5
Black with #E07EF5
Text Example
Text Example
White with #E07EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EF5; }
p { color: rgb(224,126,245); }
H1.HeaderClassName
{
color: #E07EF5;
}
.AnyTagClassName
{
color: #E07EF5;
}
</style>
background-color css
<style>
a { background-color: #E07EF5; }
a { background-color: rgb(224,126,245); }
div.DivClassName
{
background-color: #E07EF5;
}
.BgClassName
{
background-color: #E07EF5;
}
</style>
border-color css
<style>
span { border-color: #E07EF5; }
span { border-color: rgb(224,126,245); }
td.TdClassName
{
border-color: #E07EF5;
}
.TagClassName
{
border-color: #E07EF5;
}
</style>