Shades of Heliotrope #E355F5
Tints of Heliotrope #E355F5
RGB
CMYK
RGB Variations
Color information
#E355F5 (or 0xE355F5) is known color: Heliotrope. HEX triplet: E3, 55 and F5. RGB value is (227,85,245). Sum of RGB (Red+Green+Blue) = 227+85+245=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #E355F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355F5 is #1CAA0A. Grayscale: #919191. Windows color (decimal): -1878539 or 16078307. OLE color: 16078307.
HSL color Cylindrical-coordinate representation of color #E355F5: hue angle of 293.25º degrees, saturation: 0.89, 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 #E355F5 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 85 | 245 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.04 |
| HSL | 293.25º | 0.89% | 0.65% | - |
| HSV(B) | 293.25º | 0.65% | 0.96% | - |
| XYZ | 51.41 | 29.42 | 89.36 | - |
| YUV | 145.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 245 | 0.07 | 0.65 | 0 | 0.04 | 293.25 | 0.89 | 0.65 |
| Hex | E3 | 55 | F5 | 7 | 41 | 0 | 4 | 125 | 59 | 41 |
| Octal | 343 | 125 | 365 | 7 | 101 | 0 | 4 | 445 | 131 | 101 |
| Binary | 11100011 | 1010101 | 11110101 | 111 | 1000001 | 0 | 100 | 100100101 | 1011001 | 1000001 |
Color Harmonies of #E355F5
Complementary color
Monochromatic Colors of #E355F5
Black with #E355F5
Text Example
Text Example
White with #E355F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355F5; }
p { color: rgb(227,85,245); }
H1.HeaderClassName
{
color: #E355F5;
}
.AnyTagClassName
{
color: #E355F5;
}
</style>
background-color css
<style>
a { background-color: #E355F5; }
a { background-color: rgb(227,85,245); }
div.DivClassName
{
background-color: #E355F5;
}
.BgClassName
{
background-color: #E355F5;
}
</style>
border-color css
<style>
span { border-color: #E355F5; }
span { border-color: rgb(227,85,245); }
td.TdClassName
{
border-color: #E355F5;
}
.TagClassName
{
border-color: #E355F5;
}
</style>