Shades of Heliotrope #E468F4
Tints of Heliotrope #E468F4
RGB
CMYK
RGB Variations
Color information
#E468F4 (or 0xE468F4) is known color: Heliotrope. HEX triplet: E4, 68 and F4. RGB value is (228,104,244). Sum of RGB (Red+Green+Blue) = 228+104+244=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #E468F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468F4 is #1B970B. Grayscale: #9C9C9C. Windows color (decimal): -1808140 or 16017636. OLE color: 16017636.
HSL color Cylindrical-coordinate representation of color #E468F4: hue angle of 293.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E468F4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 104 | 244 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.04 |
| HSL | 293.14º | 0.86% | 0.68% | - |
| HSV(B) | 293.14º | 0.57% | 0.96% | - |
| XYZ | 53.27 | 32.93 | 89.14 | - |
| YUV | 157.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 244 | 0.07 | 0.57 | 0 | 0.04 | 293.14 | 0.86 | 0.68 |
| Hex | E4 | 68 | F4 | 7 | 39 | 0 | 4 | 125 | 56 | 44 |
| Octal | 344 | 150 | 364 | 7 | 71 | 0 | 4 | 445 | 126 | 104 |
| Binary | 11100100 | 1101000 | 11110100 | 111 | 111001 | 0 | 100 | 100100101 | 1010110 | 1000100 |
Color Harmonies of #E468F4
Complementary color
Monochromatic Colors of #E468F4
Black with #E468F4
Text Example
Text Example
White with #E468F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468F4; }
p { color: rgb(228,104,244); }
H1.HeaderClassName
{
color: #E468F4;
}
.AnyTagClassName
{
color: #E468F4;
}
</style>
background-color css
<style>
a { background-color: #E468F4; }
a { background-color: rgb(228,104,244); }
div.DivClassName
{
background-color: #E468F4;
}
.BgClassName
{
background-color: #E468F4;
}
</style>
border-color css
<style>
span { border-color: #E468F4; }
span { border-color: rgb(228,104,244); }
td.TdClassName
{
border-color: #E468F4;
}
.TagClassName
{
border-color: #E468F4;
}
</style>