Shades of Heliotrope #E17AF2
Tints of Heliotrope #E17AF2
RGB
CMYK
RGB Variations
Color information
#E17AF2 (or 0xE17AF2) is known color: Heliotrope. HEX triplet: E1, 7A and F2. RGB value is (225,122,242). Sum of RGB (Red+Green+Blue) = 225+122+242=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #E17AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AF2 is #1E850D. Grayscale: #A6A6A6. Windows color (decimal): -2000142 or 15891169. OLE color: 15891169.
HSL color Cylindrical-coordinate representation of color #E17AF2: hue angle of 291.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17AF2 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 122 | 242 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.05 |
| HSL | 291.5º | 0.82% | 0.71% | - |
| HSV(B) | 291.5º | 0.5% | 0.95% | - |
| XYZ | 54.04 | 36.34 | 88.17 | - |
| YUV | 166.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 242 | 0.07 | 0.50 | 0 | 0.05 | 291.5 | 0.82 | 0.71 |
| Hex | E1 | 7A | F2 | 7 | 32 | 0 | 5 | 124 | 52 | 47 |
| Octal | 341 | 172 | 362 | 7 | 62 | 0 | 5 | 444 | 122 | 107 |
| Binary | 11100001 | 1111010 | 11110010 | 111 | 110010 | 0 | 101 | 100100100 | 1010010 | 1000111 |
Color Harmonies of #E17AF2
Complementary color
Monochromatic Colors of #E17AF2
Black with #E17AF2
Text Example
Text Example
White with #E17AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AF2; }
p { color: rgb(225,122,242); }
H1.HeaderClassName
{
color: #E17AF2;
}
.AnyTagClassName
{
color: #E17AF2;
}
</style>
background-color css
<style>
a { background-color: #E17AF2; }
a { background-color: rgb(225,122,242); }
div.DivClassName
{
background-color: #E17AF2;
}
.BgClassName
{
background-color: #E17AF2;
}
</style>
border-color css
<style>
span { border-color: #E17AF2; }
span { border-color: rgb(225,122,242); }
td.TdClassName
{
border-color: #E17AF2;
}
.TagClassName
{
border-color: #E17AF2;
}
</style>