Shades of Heliotrope #E17AF4
Tints of Heliotrope #E17AF4
RGB
CMYK
RGB Variations
Color information
#E17AF4 (or 0xE17AF4) is known color: Heliotrope. HEX triplet: E1, 7A and F4. RGB value is (225,122,244). Sum of RGB (Red+Green+Blue) = 225+122+244=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #E17AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AF4 is #1E850B. Grayscale: #A6A6A6. Windows color (decimal): -2000140 or 16022241. OLE color: 16022241.
HSL color Cylindrical-coordinate representation of color #E17AF4: hue angle of 290.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17AF4 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 122 | 244 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.04 |
| HSL | 290.66º | 0.85% | 0.72% | - |
| HSV(B) | 290.66º | 0.5% | 0.96% | - |
| XYZ | 54.34 | 36.46 | 89.76 | - |
| YUV | 166.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 244 | 0.08 | 0.5 | 0 | 0.04 | 290.66 | 0.85 | 0.72 |
| Hex | E1 | 7A | F4 | 8 | 32 | 0 | 4 | 123 | 55 | 48 |
| Octal | 341 | 172 | 364 | 10 | 62 | 0 | 4 | 443 | 125 | 110 |
| Binary | 11100001 | 1111010 | 11110100 | 1000 | 110010 | 0 | 100 | 100100011 | 1010101 | 1001000 |
Color Harmonies of #E17AF4
Complementary color
Monochromatic Colors of #E17AF4
Black with #E17AF4
Text Example
Text Example
White with #E17AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AF4; }
p { color: rgb(225,122,244); }
H1.HeaderClassName
{
color: #E17AF4;
}
.AnyTagClassName
{
color: #E17AF4;
}
</style>
background-color css
<style>
a { background-color: #E17AF4; }
a { background-color: rgb(225,122,244); }
div.DivClassName
{
background-color: #E17AF4;
}
.BgClassName
{
background-color: #E17AF4;
}
</style>
border-color css
<style>
span { border-color: #E17AF4; }
span { border-color: rgb(225,122,244); }
td.TdClassName
{
border-color: #E17AF4;
}
.TagClassName
{
border-color: #E17AF4;
}
</style>