Shades of Heliotrope #E17CF2
Tints of Heliotrope #E17CF2
RGB
CMYK
RGB Variations
Color information
#E17CF2 (or 0xE17CF2) is known color: Heliotrope. HEX triplet: E1, 7C and F2. RGB value is (225,124,242). Sum of RGB (Red+Green+Blue) = 225+124+242=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #E17CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17CF2 is #1E830D. Grayscale: #A7A7A7. Windows color (decimal): -1999630 or 15891681. OLE color: 15891681.
HSL color Cylindrical-coordinate representation of color #E17CF2: hue angle of 291.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17CF2 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 124 | 242 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.05 |
| HSL | 291.36º | 0.82% | 0.72% | - |
| HSV(B) | 291.36º | 0.49% | 0.95% | - |
| XYZ | 54.29 | 36.83 | 88.25 | - |
| YUV | 167.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 242 | 0.07 | 0.49 | 0 | 0.05 | 291.36 | 0.82 | 0.72 |
| Hex | E1 | 7C | F2 | 7 | 31 | 0 | 5 | 123 | 52 | 48 |
| Octal | 341 | 174 | 362 | 7 | 61 | 0 | 5 | 443 | 122 | 110 |
| Binary | 11100001 | 1111100 | 11110010 | 111 | 110001 | 0 | 101 | 100100011 | 1010010 | 1001000 |
Color Harmonies of #E17CF2
Complementary color
Monochromatic Colors of #E17CF2
Black with #E17CF2
Text Example
Text Example
White with #E17CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CF2; }
p { color: rgb(225,124,242); }
H1.HeaderClassName
{
color: #E17CF2;
}
.AnyTagClassName
{
color: #E17CF2;
}
</style>
background-color css
<style>
a { background-color: #E17CF2; }
a { background-color: rgb(225,124,242); }
div.DivClassName
{
background-color: #E17CF2;
}
.BgClassName
{
background-color: #E17CF2;
}
</style>
border-color css
<style>
span { border-color: #E17CF2; }
span { border-color: rgb(225,124,242); }
td.TdClassName
{
border-color: #E17CF2;
}
.TagClassName
{
border-color: #E17CF2;
}
</style>