Shades of Heliotrope #E14EFF
Tints of Heliotrope #E14EFF
RGB
CMYK
RGB Variations
Color information
#E14EFF (or 0xE14EFF) is known color: Heliotrope. HEX triplet: E1, 4E and FF. RGB value is (225,78,255). Sum of RGB (Red+Green+Blue) = 225+78+255=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 78 (30.86% from 255 or 13.98% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #E14EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14EFF is #1EB100. Grayscale: #8D8D8D. Windows color (decimal): -2011393 or 16731873. OLE color: 16731873.
HSL color Cylindrical-coordinate representation of color #E14EFF: hue angle of 289.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14EFF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 78 | 255 | - |
| CMYK | 0.12 | 0.69 | 0 | 0 |
| HSL | 289.83º | 1% | 0.65% | - |
| HSV(B) | 289.83º | 0.69% | 1% | - |
| XYZ | 51.83 | 28.68 | 97.41 | - |
| YUV | 142.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 255 | 0.12 | 0.69 | 0 | 0 | 289.83 | 1 | 0.65 |
| Hex | E1 | 4E | FF | C | 45 | 0 | 0 | 122 | 64 | 41 |
| Octal | 341 | 116 | 377 | 14 | 105 | 0 | 0 | 442 | 144 | 101 |
| Binary | 11100001 | 1001110 | 11111111 | 1100 | 1000101 | 0 | 0 | 100100010 | 1100100 | 1000001 |
Color Harmonies of #E14EFF
Complementary color
Monochromatic Colors of #E14EFF
Black with #E14EFF
Text Example
Text Example
White with #E14EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EFF; }
p { color: rgb(225,78,255); }
H1.HeaderClassName
{
color: #E14EFF;
}
.AnyTagClassName
{
color: #E14EFF;
}
</style>
background-color css
<style>
a { background-color: #E14EFF; }
a { background-color: rgb(225,78,255); }
div.DivClassName
{
background-color: #E14EFF;
}
.BgClassName
{
background-color: #E14EFF;
}
</style>
border-color css
<style>
span { border-color: #E14EFF; }
span { border-color: rgb(225,78,255); }
td.TdClassName
{
border-color: #E14EFF;
}
.TagClassName
{
border-color: #E14EFF;
}
</style>