Shades of Heliotrope #E17FFA
Tints of Heliotrope #E17FFA
RGB
CMYK
RGB Variations
Color information
#E17FFA (or 0xE17FFA) is known color: Heliotrope. HEX triplet: E1, 7F and FA. RGB value is (225,127,250). Sum of RGB (Red+Green+Blue) = 225+127+250=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #E17FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17FFA is #1E8005. Grayscale: #A9A9A9. Windows color (decimal): -1998854 or 16416737. OLE color: 16416737.
HSL color Cylindrical-coordinate representation of color #E17FFA: hue angle of 287.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17FFA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 127 | 250 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.02 |
| HSL | 287.8º | 0.92% | 0.74% | - |
| HSV(B) | 287.8º | 0.49% | 0.98% | - |
| XYZ | 55.9 | 38.09 | 94.85 | - |
| YUV | 170.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 250 | 0.10 | 0.49 | 0 | 0.02 | 287.8 | 0.92 | 0.74 |
| Hex | E1 | 7F | FA | A | 31 | 0 | 2 | 120 | 5C | 4A |
| Octal | 341 | 177 | 372 | 12 | 61 | 0 | 2 | 440 | 134 | 112 |
| Binary | 11100001 | 1111111 | 11111010 | 1010 | 110001 | 0 | 10 | 100100000 | 1011100 | 1001010 |
Color Harmonies of #E17FFA
Complementary color
Monochromatic Colors of #E17FFA
Black with #E17FFA
Text Example
Text Example
White with #E17FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FFA; }
p { color: rgb(225,127,250); }
H1.HeaderClassName
{
color: #E17FFA;
}
.AnyTagClassName
{
color: #E17FFA;
}
</style>
background-color css
<style>
a { background-color: #E17FFA; }
a { background-color: rgb(225,127,250); }
div.DivClassName
{
background-color: #E17FFA;
}
.BgClassName
{
background-color: #E17FFA;
}
</style>
border-color css
<style>
span { border-color: #E17FFA; }
span { border-color: rgb(225,127,250); }
td.TdClassName
{
border-color: #E17FFA;
}
.TagClassName
{
border-color: #E17FFA;
}
</style>