Shades of Heliotrope #E474F7
Tints of Heliotrope #E474F7
RGB
CMYK
RGB Variations
Color information
#E474F7 (or 0xE474F7) is known color: Heliotrope. HEX triplet: E4, 74 and F7. RGB value is (228,116,247). Sum of RGB (Red+Green+Blue) = 228+116+247=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #E474F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474F7 is #1B8B08. Grayscale: #A4A4A4. Windows color (decimal): -1805065 or 16217316. OLE color: 16217316.
HSL color Cylindrical-coordinate representation of color #E474F7: hue angle of 291.3º 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 #E474F7 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 116 | 247 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.03 |
| HSL | 291.3º | 0.89% | 0.71% | - |
| HSV(B) | 291.3º | 0.53% | 0.97% | - |
| XYZ | 55.03 | 35.7 | 91.99 | - |
| YUV | 164.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 247 | 0.08 | 0.53 | 0 | 0.03 | 291.3 | 0.89 | 0.71 |
| Hex | E4 | 74 | F7 | 8 | 35 | 0 | 3 | 123 | 59 | 47 |
| Octal | 344 | 164 | 367 | 10 | 65 | 0 | 3 | 443 | 131 | 107 |
| Binary | 11100100 | 1110100 | 11110111 | 1000 | 110101 | 0 | 11 | 100100011 | 1011001 | 1000111 |
Color Harmonies of #E474F7
Complementary color
Monochromatic Colors of #E474F7
Black with #E474F7
Text Example
Text Example
White with #E474F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474F7; }
p { color: rgb(228,116,247); }
H1.HeaderClassName
{
color: #E474F7;
}
.AnyTagClassName
{
color: #E474F7;
}
</style>
background-color css
<style>
a { background-color: #E474F7; }
a { background-color: rgb(228,116,247); }
div.DivClassName
{
background-color: #E474F7;
}
.BgClassName
{
background-color: #E474F7;
}
</style>
border-color css
<style>
span { border-color: #E474F7; }
span { border-color: rgb(228,116,247); }
td.TdClassName
{
border-color: #E474F7;
}
.TagClassName
{
border-color: #E474F7;
}
</style>