Shades of Heliotrope #E874F7
Tints of Heliotrope #E874F7
RGB
CMYK
RGB Variations
Color information
#E874F7 (or 0xE874F7) is known color: Heliotrope. HEX triplet: E8, 74 and F7. RGB value is (232,116,247). Sum of RGB (Red+Green+Blue) = 232+116+247=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #E874F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874F7 is #178B08. Grayscale: #A5A5A5. Windows color (decimal): -1542921 or 16217320. OLE color: 16217320.
HSL color Cylindrical-coordinate representation of color #E874F7: hue angle of 293.13º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E874F7 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 116 | 247 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.03 |
| HSL | 293.13º | 0.89% | 0.71% | - |
| HSV(B) | 293.13º | 0.53% | 0.97% | - |
| XYZ | 56.31 | 36.36 | 92.05 | - |
| YUV | 165.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 247 | 0.06 | 0.53 | 0 | 0.03 | 293.13 | 0.89 | 0.71 |
| Hex | E8 | 74 | F7 | 6 | 35 | 0 | 3 | 125 | 59 | 47 |
| Octal | 350 | 164 | 367 | 6 | 65 | 0 | 3 | 445 | 131 | 107 |
| Binary | 11101000 | 1110100 | 11110111 | 110 | 110101 | 0 | 11 | 100100101 | 1011001 | 1000111 |
Color Harmonies of #E874F7
Complementary color
Monochromatic Colors of #E874F7
Black with #E874F7
Text Example
Text Example
White with #E874F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874F7; }
p { color: rgb(232,116,247); }
H1.HeaderClassName
{
color: #E874F7;
}
.AnyTagClassName
{
color: #E874F7;
}
</style>
background-color css
<style>
a { background-color: #E874F7; }
a { background-color: rgb(232,116,247); }
div.DivClassName
{
background-color: #E874F7;
}
.BgClassName
{
background-color: #E874F7;
}
</style>
border-color css
<style>
span { border-color: #E874F7; }
span { border-color: rgb(232,116,247); }
td.TdClassName
{
border-color: #E874F7;
}
.TagClassName
{
border-color: #E874F7;
}
</style>