Shades of Heliotrope #E049FF
Tints of Heliotrope #E049FF
RGB
CMYK
RGB Variations
Color information
#E049FF (or 0xE049FF) is known color: Heliotrope. HEX triplet: E0, 49 and FF. RGB value is (224,73,255). Sum of RGB (Red+Green+Blue) = 224+73+255=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #E049FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049FF is #1FB600. Grayscale: #8A8A8A. Windows color (decimal): -2078209 or 16730592. OLE color: 16730592.
HSL color Cylindrical-coordinate representation of color #E049FF: hue angle of 289.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E049FF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 73 | 255 | - |
| CMYK | 0.12 | 0.71 | 0 | 0 |
| HSL | 289.78º | 1% | 0.64% | - |
| HSV(B) | 289.78º | 0.71% | 1% | - |
| XYZ | 51.17 | 27.83 | 97.28 | - |
| YUV | 138.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 255 | 0.12 | 0.71 | 0 | 0 | 289.78 | 1 | 0.64 |
| Hex | E0 | 49 | FF | C | 47 | 0 | 0 | 122 | 64 | 40 |
| Octal | 340 | 111 | 377 | 14 | 107 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11100000 | 1001001 | 11111111 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #E049FF
Complementary color
Monochromatic Colors of #E049FF
Black with #E049FF
Text Example
Text Example
White with #E049FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E049FF; }
p { color: rgb(224,73,255); }
H1.HeaderClassName
{
color: #E049FF;
}
.AnyTagClassName
{
color: #E049FF;
}
</style>
background-color css
<style>
a { background-color: #E049FF; }
a { background-color: rgb(224,73,255); }
div.DivClassName
{
background-color: #E049FF;
}
.BgClassName
{
background-color: #E049FF;
}
</style>
border-color css
<style>
span { border-color: #E049FF; }
span { border-color: rgb(224,73,255); }
td.TdClassName
{
border-color: #E049FF;
}
.TagClassName
{
border-color: #E049FF;
}
</style>