Shades of Heliotrope #E468F9
Tints of Heliotrope #E468F9
RGB
CMYK
RGB Variations
Color information
#E468F9 (or 0xE468F9) is known color: Heliotrope. HEX triplet: E4, 68 and F9. RGB value is (228,104,249). Sum of RGB (Red+Green+Blue) = 228+104+249=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #E468F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468F9 is #1B9706. Grayscale: #9D9D9D. Windows color (decimal): -1808135 or 16345316. OLE color: 16345316.
HSL color Cylindrical-coordinate representation of color #E468F9: hue angle of 291.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E468F9 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 104 | 249 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.02 |
| HSL | 291.31º | 0.92% | 0.69% | - |
| HSV(B) | 291.31º | 0.58% | 0.98% | - |
| XYZ | 54.04 | 33.23 | 93.19 | - |
| YUV | 157.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 249 | 0.08 | 0.58 | 0 | 0.02 | 291.31 | 0.92 | 0.69 |
| Hex | E4 | 68 | F9 | 8 | 3A | 0 | 2 | 123 | 5C | 45 |
| Octal | 344 | 150 | 371 | 10 | 72 | 0 | 2 | 443 | 134 | 105 |
| Binary | 11100100 | 1101000 | 11111001 | 1000 | 111010 | 0 | 10 | 100100011 | 1011100 | 1000101 |
Color Harmonies of #E468F9
Complementary color
Monochromatic Colors of #E468F9
Black with #E468F9
Text Example
Text Example
White with #E468F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468F9; }
p { color: rgb(228,104,249); }
H1.HeaderClassName
{
color: #E468F9;
}
.AnyTagClassName
{
color: #E468F9;
}
</style>
background-color css
<style>
a { background-color: #E468F9; }
a { background-color: rgb(228,104,249); }
div.DivClassName
{
background-color: #E468F9;
}
.BgClassName
{
background-color: #E468F9;
}
</style>
border-color css
<style>
span { border-color: #E468F9; }
span { border-color: rgb(228,104,249); }
td.TdClassName
{
border-color: #E468F9;
}
.TagClassName
{
border-color: #E468F9;
}
</style>