Shades of Heliotrope #E471F9
Tints of Heliotrope #E471F9
RGB
CMYK
RGB Variations
Color information
#E471F9 (or 0xE471F9) is known color: Heliotrope. HEX triplet: E4, 71 and F9. RGB value is (228,113,249). Sum of RGB (Red+Green+Blue) = 228+113+249=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #E471F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471F9 is #1B8E06. Grayscale: #A2A2A2. Windows color (decimal): -1805831 or 16347620. OLE color: 16347620.
HSL color Cylindrical-coordinate representation of color #E471F9: hue angle of 290.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E471F9 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 113 | 249 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.02 |
| HSL | 290.74º | 0.92% | 0.71% | - |
| HSV(B) | 290.74º | 0.55% | 0.98% | - |
| XYZ | 55 | 35.14 | 93.51 | - |
| YUV | 162.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 249 | 0.08 | 0.55 | 0 | 0.02 | 290.74 | 0.92 | 0.71 |
| Hex | E4 | 71 | F9 | 8 | 37 | 0 | 2 | 123 | 5C | 47 |
| Octal | 344 | 161 | 371 | 10 | 67 | 0 | 2 | 443 | 134 | 107 |
| Binary | 11100100 | 1110001 | 11111001 | 1000 | 110111 | 0 | 10 | 100100011 | 1011100 | 1000111 |
Color Harmonies of #E471F9
Complementary color
Monochromatic Colors of #E471F9
Black with #E471F9
Text Example
Text Example
White with #E471F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471F9; }
p { color: rgb(228,113,249); }
H1.HeaderClassName
{
color: #E471F9;
}
.AnyTagClassName
{
color: #E471F9;
}
</style>
background-color css
<style>
a { background-color: #E471F9; }
a { background-color: rgb(228,113,249); }
div.DivClassName
{
background-color: #E471F9;
}
.BgClassName
{
background-color: #E471F9;
}
</style>
border-color css
<style>
span { border-color: #E471F9; }
span { border-color: rgb(228,113,249); }
td.TdClassName
{
border-color: #E471F9;
}
.TagClassName
{
border-color: #E471F9;
}
</style>