Shades of Heliotrope #E07DFA
Tints of Heliotrope #E07DFA
RGB
CMYK
RGB Variations
Color information
#E07DFA (or 0xE07DFA) is known color: Heliotrope. HEX triplet: E0, 7D and FA. RGB value is (224,125,250). Sum of RGB (Red+Green+Blue) = 224+125+250=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #E07DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFA is #1F8205. Grayscale: #A8A8A8. Windows color (decimal): -2064902 or 16416224. OLE color: 16416224.
HSL color Cylindrical-coordinate representation of color #E07DFA: hue angle of 287.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07DFA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 125 | 250 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.02 |
| HSL | 287.52º | 0.93% | 0.74% | - |
| HSV(B) | 287.52º | 0.5% | 0.98% | - |
| XYZ | 55.33 | 37.42 | 94.75 | - |
| YUV | 168.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 250 | 0.10 | 0.50 | 0 | 0.02 | 287.52 | 0.93 | 0.74 |
| Hex | E0 | 7D | FA | A | 32 | 0 | 2 | 120 | 5D | 4A |
| Octal | 340 | 175 | 372 | 12 | 62 | 0 | 2 | 440 | 135 | 112 |
| Binary | 11100000 | 1111101 | 11111010 | 1010 | 110010 | 0 | 10 | 100100000 | 1011101 | 1001010 |
Color Harmonies of #E07DFA
Complementary color
Monochromatic Colors of #E07DFA
Black with #E07DFA
Text Example
Text Example
White with #E07DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DFA; }
p { color: rgb(224,125,250); }
H1.HeaderClassName
{
color: #E07DFA;
}
.AnyTagClassName
{
color: #E07DFA;
}
</style>
background-color css
<style>
a { background-color: #E07DFA; }
a { background-color: rgb(224,125,250); }
div.DivClassName
{
background-color: #E07DFA;
}
.BgClassName
{
background-color: #E07DFA;
}
</style>
border-color css
<style>
span { border-color: #E07DFA; }
span { border-color: rgb(224,125,250); }
td.TdClassName
{
border-color: #E07DFA;
}
.TagClassName
{
border-color: #E07DFA;
}
</style>