Shades of Heliotrope #E07EFF
Tints of Heliotrope #E07EFF
RGB
CMYK
RGB Variations
Color information
#E07EFF (or 0xE07EFF) is known color: Heliotrope. HEX triplet: E0, 7E and FF. RGB value is (224,126,255). Sum of RGB (Red+Green+Blue) = 224+126+255=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EFF is #1F8100. Grayscale: #A9A9A9. Windows color (decimal): -2064641 or 16744160. OLE color: 16744160.
HSL color Cylindrical-coordinate representation of color #E07EFF: hue angle of 285.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07EFF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 126 | 255 | - |
| CMYK | 0.12 | 0.51 | 0 | 0 |
| HSL | 285.58º | 1% | 0.75% | - |
| HSV(B) | 285.58º | 0.51% | 1% | - |
| XYZ | 56.25 | 37.99 | 98.98 | - |
| YUV | 170.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 255 | 0.12 | 0.51 | 0 | 0 | 285.58 | 1 | 0.75 |
| Hex | E0 | 7E | FF | C | 33 | 0 | 0 | 11E | 64 | 4B |
| Octal | 340 | 176 | 377 | 14 | 63 | 0 | 0 | 436 | 144 | 113 |
| Binary | 11100000 | 1111110 | 11111111 | 1100 | 110011 | 0 | 0 | 100011110 | 1100100 | 1001011 |
Color Harmonies of #E07EFF
Complementary color
Monochromatic Colors of #E07EFF
Black with #E07EFF
Text Example
Text Example
White with #E07EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EFF; }
p { color: rgb(224,126,255); }
H1.HeaderClassName
{
color: #E07EFF;
}
.AnyTagClassName
{
color: #E07EFF;
}
</style>
background-color css
<style>
a { background-color: #E07EFF; }
a { background-color: rgb(224,126,255); }
div.DivClassName
{
background-color: #E07EFF;
}
.BgClassName
{
background-color: #E07EFF;
}
</style>
border-color css
<style>
span { border-color: #E07EFF; }
span { border-color: rgb(224,126,255); }
td.TdClassName
{
border-color: #E07EFF;
}
.TagClassName
{
border-color: #E07EFF;
}
</style>