Shades of Heliotrope #E17CFF
Tints of Heliotrope #E17CFF
RGB
CMYK
RGB Variations
Color information
#E17CFF (or 0xE17CFF) is known color: Heliotrope. HEX triplet: E1, 7C and FF. RGB value is (225,124,255). Sum of RGB (Red+Green+Blue) = 225+124+255=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #E17CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17CFF is #1E8300. Grayscale: #A8A8A8. Windows color (decimal): -1999617 or 16743649. OLE color: 16743649.
HSL color Cylindrical-coordinate representation of color #E17CFF: hue angle of 286.26º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E17CFF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 124 | 255 | - |
| CMYK | 0.12 | 0.51 | 0 | 0 |
| HSL | 286.26º | 1% | 0.74% | - |
| HSV(B) | 286.26º | 0.51% | 1% | - |
| XYZ | 56.31 | 37.64 | 98.91 | - |
| YUV | 169.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 255 | 0.12 | 0.51 | 0 | 0 | 286.26 | 1 | 0.74 |
| Hex | E1 | 7C | FF | C | 33 | 0 | 0 | 11E | 64 | 4A |
| Octal | 341 | 174 | 377 | 14 | 63 | 0 | 0 | 436 | 144 | 112 |
| Binary | 11100001 | 1111100 | 11111111 | 1100 | 110011 | 0 | 0 | 100011110 | 1100100 | 1001010 |
Color Harmonies of #E17CFF
Complementary color
Monochromatic Colors of #E17CFF
Black with #E17CFF
Text Example
Text Example
White with #E17CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CFF; }
p { color: rgb(225,124,255); }
H1.HeaderClassName
{
color: #E17CFF;
}
.AnyTagClassName
{
color: #E17CFF;
}
</style>
background-color css
<style>
a { background-color: #E17CFF; }
a { background-color: rgb(225,124,255); }
div.DivClassName
{
background-color: #E17CFF;
}
.BgClassName
{
background-color: #E17CFF;
}
</style>
border-color css
<style>
span { border-color: #E17CFF; }
span { border-color: rgb(225,124,255); }
td.TdClassName
{
border-color: #E17CFF;
}
.TagClassName
{
border-color: #E17CFF;
}
</style>