Shades of Heliotrope #E355F6
Tints of Heliotrope #E355F6
RGB
CMYK
RGB Variations
Color information
#E355F6 (or 0xE355F6) is known color: Heliotrope. HEX triplet: E3, 55 and F6. RGB value is (227,85,246). Sum of RGB (Red+Green+Blue) = 227+85+246=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #E355F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355F6 is #1CAA09. Grayscale: #919191. Windows color (decimal): -1878538 or 16143843. OLE color: 16143843.
HSL color Cylindrical-coordinate representation of color #E355F6: hue angle of 292.92º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E355F6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 85 | 246 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.04 |
| HSL | 292.92º | 0.9% | 0.65% | - |
| HSV(B) | 292.92º | 0.65% | 0.96% | - |
| XYZ | 51.56 | 29.48 | 90.16 | - |
| YUV | 145.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 246 | 0.08 | 0.65 | 0 | 0.04 | 292.92 | 0.9 | 0.65 |
| Hex | E3 | 55 | F6 | 8 | 41 | 0 | 4 | 125 | 5A | 41 |
| Octal | 343 | 125 | 366 | 10 | 101 | 0 | 4 | 445 | 132 | 101 |
| Binary | 11100011 | 1010101 | 11110110 | 1000 | 1000001 | 0 | 100 | 100100101 | 1011010 | 1000001 |
Color Harmonies of #E355F6
Complementary color
Monochromatic Colors of #E355F6
Black with #E355F6
Text Example
Text Example
White with #E355F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355F6; }
p { color: rgb(227,85,246); }
H1.HeaderClassName
{
color: #E355F6;
}
.AnyTagClassName
{
color: #E355F6;
}
</style>
background-color css
<style>
a { background-color: #E355F6; }
a { background-color: rgb(227,85,246); }
div.DivClassName
{
background-color: #E355F6;
}
.BgClassName
{
background-color: #E355F6;
}
</style>
border-color css
<style>
span { border-color: #E355F6; }
span { border-color: rgb(227,85,246); }
td.TdClassName
{
border-color: #E355F6;
}
.TagClassName
{
border-color: #E355F6;
}
</style>