Shades of Heliotrope #E14DF9
Tints of Heliotrope #E14DF9
RGB
CMYK
RGB Variations
Color information
#E14DF9 (or 0xE14DF9) is known color: Heliotrope. HEX triplet: E1, 4D and F9. RGB value is (225,77,249). Sum of RGB (Red+Green+Blue) = 225+77+249=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #E14DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DF9 is #1EB206. Grayscale: #8C8C8C. Windows color (decimal): -2011655 or 16338401. OLE color: 16338401.
HSL color Cylindrical-coordinate representation of color #E14DF9: hue angle of 291.63º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14DF9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 77 | 249 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.02 |
| HSL | 291.63º | 0.93% | 0.64% | - |
| HSV(B) | 291.63º | 0.69% | 0.98% | - |
| XYZ | 50.8 | 28.15 | 92.38 | - |
| YUV | 140.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 249 | 0.10 | 0.69 | 0 | 0.02 | 291.63 | 0.93 | 0.64 |
| Hex | E1 | 4D | F9 | A | 45 | 0 | 2 | 124 | 5D | 40 |
| Octal | 341 | 115 | 371 | 12 | 105 | 0 | 2 | 444 | 135 | 100 |
| Binary | 11100001 | 1001101 | 11111001 | 1010 | 1000101 | 0 | 10 | 100100100 | 1011101 | 1000000 |
Color Harmonies of #E14DF9
Complementary color
Monochromatic Colors of #E14DF9
Black with #E14DF9
Text Example
Text Example
White with #E14DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DF9; }
p { color: rgb(225,77,249); }
H1.HeaderClassName
{
color: #E14DF9;
}
.AnyTagClassName
{
color: #E14DF9;
}
</style>
background-color css
<style>
a { background-color: #E14DF9; }
a { background-color: rgb(225,77,249); }
div.DivClassName
{
background-color: #E14DF9;
}
.BgClassName
{
background-color: #E14DF9;
}
</style>
border-color css
<style>
span { border-color: #E14DF9; }
span { border-color: rgb(225,77,249); }
td.TdClassName
{
border-color: #E14DF9;
}
.TagClassName
{
border-color: #E14DF9;
}
</style>