Shades of Heliotrope #E355FA
Tints of Heliotrope #E355FA
RGB
CMYK
RGB Variations
Color information
#E355FA (or 0xE355FA) is known color: Heliotrope. HEX triplet: E3, 55 and FA. RGB value is (227,85,250). Sum of RGB (Red+Green+Blue) = 227+85+250=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E355FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355FA is #1CAA05. Grayscale: #919191. Windows color (decimal): -1878534 or 16405987. OLE color: 16405987.
HSL color Cylindrical-coordinate representation of color #E355FA: hue angle of 291.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E355FA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 85 | 250 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.02 |
| HSL | 291.64º | 0.94% | 0.66% | - |
| HSV(B) | 291.64º | 0.66% | 0.98% | - |
| XYZ | 52.18 | 29.73 | 93.43 | - |
| YUV | 146.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 250 | 0.09 | 0.66 | 0 | 0.02 | 291.64 | 0.94 | 0.66 |
| Hex | E3 | 55 | FA | 9 | 42 | 0 | 2 | 124 | 5E | 42 |
| Octal | 343 | 125 | 372 | 11 | 102 | 0 | 2 | 444 | 136 | 102 |
| Binary | 11100011 | 1010101 | 11111010 | 1001 | 1000010 | 0 | 10 | 100100100 | 1011110 | 1000010 |
Color Harmonies of #E355FA
Complementary color
Monochromatic Colors of #E355FA
Black with #E355FA
Text Example
Text Example
White with #E355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355FA; }
p { color: rgb(227,85,250); }
H1.HeaderClassName
{
color: #E355FA;
}
.AnyTagClassName
{
color: #E355FA;
}
</style>
background-color css
<style>
a { background-color: #E355FA; }
a { background-color: rgb(227,85,250); }
div.DivClassName
{
background-color: #E355FA;
}
.BgClassName
{
background-color: #E355FA;
}
</style>
border-color css
<style>
span { border-color: #E355FA; }
span { border-color: rgb(227,85,250); }
td.TdClassName
{
border-color: #E355FA;
}
.TagClassName
{
border-color: #E355FA;
}
</style>