Shades of Heliotrope #E458FC
Tints of Heliotrope #E458FC
RGB
CMYK
RGB Variations
Color information
#E458FC (or 0xE458FC) is known color: Heliotrope. HEX triplet: E4, 58 and FC. RGB value is (228,88,252). Sum of RGB (Red+Green+Blue) = 228+88+252=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #E458FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E458FC is #1BA703. Grayscale: #949494. Windows color (decimal): -1812228 or 16537828. OLE color: 16537828.
HSL color Cylindrical-coordinate representation of color #E458FC: hue angle of 291.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E458FC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 88 | 252 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.01 |
| HSL | 291.22º | 0.96% | 0.67% | - |
| HSV(B) | 291.22º | 0.65% | 0.99% | - |
| XYZ | 53.06 | 30.5 | 95.19 | - |
| YUV | 148.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 252 | 0.10 | 0.65 | 0 | 0.01 | 291.22 | 0.96 | 0.67 |
| Hex | E4 | 58 | FC | A | 41 | 0 | 1 | 123 | 60 | 43 |
| Octal | 344 | 130 | 374 | 12 | 101 | 0 | 1 | 443 | 140 | 103 |
| Binary | 11100100 | 1011000 | 11111100 | 1010 | 1000001 | 0 | 1 | 100100011 | 1100000 | 1000011 |
Color Harmonies of #E458FC
Complementary color
Monochromatic Colors of #E458FC
Black with #E458FC
Text Example
Text Example
White with #E458FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458FC; }
p { color: rgb(228,88,252); }
H1.HeaderClassName
{
color: #E458FC;
}
.AnyTagClassName
{
color: #E458FC;
}
</style>
background-color css
<style>
a { background-color: #E458FC; }
a { background-color: rgb(228,88,252); }
div.DivClassName
{
background-color: #E458FC;
}
.BgClassName
{
background-color: #E458FC;
}
</style>
border-color css
<style>
span { border-color: #E458FC; }
span { border-color: rgb(228,88,252); }
td.TdClassName
{
border-color: #E458FC;
}
.TagClassName
{
border-color: #E458FC;
}
</style>