Shades of Heliotrope #E17DFA
Tints of Heliotrope #E17DFA
RGB
CMYK
RGB Variations
Color information
#E17DFA (or 0xE17DFA) is known color: Heliotrope. HEX triplet: E1, 7D and FA. RGB value is (225,125,250). Sum of RGB (Red+Green+Blue) = 225+125+250=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #E17DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17DFA is #1E8205. Grayscale: #A8A8A8. Windows color (decimal): -1999366 or 16416225. OLE color: 16416225.
HSL color Cylindrical-coordinate representation of color #E17DFA: hue angle of 288º 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 #E17DFA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 125 | 250 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.02 |
| HSL | 288º | 0.93% | 0.74% | - |
| HSV(B) | 288º | 0.5% | 0.98% | - |
| XYZ | 55.64 | 37.58 | 94.76 | - |
| YUV | 169.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 250 | 0.10 | 0.50 | 0 | 0.02 | 288 | 0.93 | 0.74 |
| Hex | E1 | 7D | FA | A | 32 | 0 | 2 | 120 | 5D | 4A |
| Octal | 341 | 175 | 372 | 12 | 62 | 0 | 2 | 440 | 135 | 112 |
| Binary | 11100001 | 1111101 | 11111010 | 1010 | 110010 | 0 | 10 | 100100000 | 1011101 | 1001010 |
Color Harmonies of #E17DFA
Complementary color
Monochromatic Colors of #E17DFA
Black with #E17DFA
Text Example
Text Example
White with #E17DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DFA; }
p { color: rgb(225,125,250); }
H1.HeaderClassName
{
color: #E17DFA;
}
.AnyTagClassName
{
color: #E17DFA;
}
</style>
background-color css
<style>
a { background-color: #E17DFA; }
a { background-color: rgb(225,125,250); }
div.DivClassName
{
background-color: #E17DFA;
}
.BgClassName
{
background-color: #E17DFA;
}
</style>
border-color css
<style>
span { border-color: #E17DFA; }
span { border-color: rgb(225,125,250); }
td.TdClassName
{
border-color: #E17DFA;
}
.TagClassName
{
border-color: #E17DFA;
}
</style>