Shades of Heliotrope #E355FE
Tints of Heliotrope #E355FE
RGB
CMYK
RGB Variations
Color information
#E355FE (or 0xE355FE) is known color: Heliotrope. HEX triplet: E3, 55 and FE. RGB value is (227,85,254). Sum of RGB (Red+Green+Blue) = 227+85+254=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #E355FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355FE is #1CAA01. Grayscale: #929292. Windows color (decimal): -1878530 or 16668131. OLE color: 16668131.
HSL color Cylindrical-coordinate representation of color #E355FE: hue angle of 290.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E355FE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 85 | 254 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.00 |
| HSL | 290.41º | 0.99% | 0.66% | - |
| HSV(B) | 290.41º | 0.67% | 1% | - |
| XYZ | 52.82 | 29.98 | 96.77 | - |
| YUV | 146.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 254 | 0.11 | 0.67 | 0 | 0.00 | 290.41 | 0.99 | 0.66 |
| Hex | E3 | 55 | FE | B | 43 | 0 | 0 | 122 | 63 | 42 |
| Octal | 343 | 125 | 376 | 13 | 103 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100011 | 1010101 | 11111110 | 1011 | 1000011 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E355FE
Complementary color
Monochromatic Colors of #E355FE
Black with #E355FE
Text Example
Text Example
White with #E355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355FE; }
p { color: rgb(227,85,254); }
H1.HeaderClassName
{
color: #E355FE;
}
.AnyTagClassName
{
color: #E355FE;
}
</style>
background-color css
<style>
a { background-color: #E355FE; }
a { background-color: rgb(227,85,254); }
div.DivClassName
{
background-color: #E355FE;
}
.BgClassName
{
background-color: #E355FE;
}
</style>
border-color css
<style>
span { border-color: #E355FE; }
span { border-color: rgb(227,85,254); }
td.TdClassName
{
border-color: #E355FE;
}
.TagClassName
{
border-color: #E355FE;
}
</style>