Shades of Heliotrope #E355F7
Tints of Heliotrope #E355F7
RGB
CMYK
RGB Variations
Color information
#E355F7 (or 0xE355F7) is known color: Heliotrope. HEX triplet: E3, 55 and F7. RGB value is (227,85,247). Sum of RGB (Red+Green+Blue) = 227+85+247=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #E355F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355F7 is #1CAA08. Grayscale: #919191. Windows color (decimal): -1878537 or 16209379. OLE color: 16209379.
HSL color Cylindrical-coordinate representation of color #E355F7: hue angle of 292.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E355F7 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 85 | 247 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.03 |
| HSL | 292.59º | 0.91% | 0.65% | - |
| HSV(B) | 292.59º | 0.66% | 0.97% | - |
| XYZ | 51.72 | 29.54 | 90.97 | - |
| YUV | 145.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 247 | 0.08 | 0.66 | 0 | 0.03 | 292.59 | 0.91 | 0.65 |
| Hex | E3 | 55 | F7 | 8 | 42 | 0 | 3 | 125 | 5B | 41 |
| Octal | 343 | 125 | 367 | 10 | 102 | 0 | 3 | 445 | 133 | 101 |
| Binary | 11100011 | 1010101 | 11110111 | 1000 | 1000010 | 0 | 11 | 100100101 | 1011011 | 1000001 |
Color Harmonies of #E355F7
Complementary color
Monochromatic Colors of #E355F7
Black with #E355F7
Text Example
Text Example
White with #E355F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355F7; }
p { color: rgb(227,85,247); }
H1.HeaderClassName
{
color: #E355F7;
}
.AnyTagClassName
{
color: #E355F7;
}
</style>
background-color css
<style>
a { background-color: #E355F7; }
a { background-color: rgb(227,85,247); }
div.DivClassName
{
background-color: #E355F7;
}
.BgClassName
{
background-color: #E355F7;
}
</style>
border-color css
<style>
span { border-color: #E355F7; }
span { border-color: rgb(227,85,247); }
td.TdClassName
{
border-color: #E355F7;
}
.TagClassName
{
border-color: #E355F7;
}
</style>