Shades of Heliotrope #E358FE
Tints of Heliotrope #E358FE
RGB
CMYK
RGB Variations
Color information
#E358FE (or 0xE358FE) is known color: Heliotrope. HEX triplet: E3, 58 and FE. RGB value is (227,88,254). Sum of RGB (Red+Green+Blue) = 227+88+254=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E358FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E358FE is #1CA701. Grayscale: #939393. Windows color (decimal): -1877762 or 16668899. OLE color: 16668899.
HSL color Cylindrical-coordinate representation of color #E358FE: hue angle of 290.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E358FE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 88 | 254 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.00 |
| HSL | 290.24º | 0.99% | 0.67% | - |
| HSV(B) | 290.24º | 0.65% | 1% | - |
| XYZ | 53.06 | 30.47 | 96.85 | - |
| YUV | 148.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 254 | 0.11 | 0.65 | 0 | 0.00 | 290.24 | 0.99 | 0.67 |
| Hex | E3 | 58 | FE | B | 41 | 0 | 0 | 122 | 63 | 43 |
| Octal | 343 | 130 | 376 | 13 | 101 | 0 | 0 | 442 | 143 | 103 |
| Binary | 11100011 | 1011000 | 11111110 | 1011 | 1000001 | 0 | 0 | 100100010 | 1100011 | 1000011 |
Color Harmonies of #E358FE
Complementary color
Monochromatic Colors of #E358FE
Black with #E358FE
Text Example
Text Example
White with #E358FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358FE; }
p { color: rgb(227,88,254); }
H1.HeaderClassName
{
color: #E358FE;
}
.AnyTagClassName
{
color: #E358FE;
}
</style>
background-color css
<style>
a { background-color: #E358FE; }
a { background-color: rgb(227,88,254); }
div.DivClassName
{
background-color: #E358FE;
}
.BgClassName
{
background-color: #E358FE;
}
</style>
border-color css
<style>
span { border-color: #E358FE; }
span { border-color: rgb(227,88,254); }
td.TdClassName
{
border-color: #E358FE;
}
.TagClassName
{
border-color: #E358FE;
}
</style>