Shades of Heliotrope #E468FE
Tints of Heliotrope #E468FE
RGB
CMYK
RGB Variations
Color information
#E468FE (or 0xE468FE) is known color: Heliotrope. HEX triplet: E4, 68 and FE. RGB value is (228,104,254). Sum of RGB (Red+Green+Blue) = 228+104+254=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #E468FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468FE is #1B9701. Grayscale: #9D9D9D. Windows color (decimal): -1808130 or 16672996. OLE color: 16672996.
HSL color Cylindrical-coordinate representation of color #E468FE: hue angle of 289.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E468FE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 104 | 254 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.00 |
| HSL | 289.6º | 0.99% | 0.7% | - |
| HSV(B) | 289.6º | 0.59% | 1% | - |
| XYZ | 54.83 | 33.55 | 97.35 | - |
| YUV | 158.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 254 | 0.10 | 0.59 | 0 | 0.00 | 289.6 | 0.99 | 0.7 |
| Hex | E4 | 68 | FE | A | 3B | 0 | 0 | 122 | 63 | 46 |
| Octal | 344 | 150 | 376 | 12 | 73 | 0 | 0 | 442 | 143 | 106 |
| Binary | 11100100 | 1101000 | 11111110 | 1010 | 111011 | 0 | 0 | 100100010 | 1100011 | 1000110 |
Color Harmonies of #E468FE
Complementary color
Monochromatic Colors of #E468FE
Black with #E468FE
Text Example
Text Example
White with #E468FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468FE; }
p { color: rgb(228,104,254); }
H1.HeaderClassName
{
color: #E468FE;
}
.AnyTagClassName
{
color: #E468FE;
}
</style>
background-color css
<style>
a { background-color: #E468FE; }
a { background-color: rgb(228,104,254); }
div.DivClassName
{
background-color: #E468FE;
}
.BgClassName
{
background-color: #E468FE;
}
</style>
border-color css
<style>
span { border-color: #E468FE; }
span { border-color: rgb(228,104,254); }
td.TdClassName
{
border-color: #E468FE;
}
.TagClassName
{
border-color: #E468FE;
}
</style>