Shades of Heliotrope #E04DFE
Tints of Heliotrope #E04DFE
RGB
CMYK
RGB Variations
Color information
#E04DFE (or 0xE04DFE) is known color: Heliotrope. HEX triplet: E0, 4D and FE. RGB value is (224,77,254). Sum of RGB (Red+Green+Blue) = 224+77+254=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #E04DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DFE is #1FB201. Grayscale: #8C8C8C. Windows color (decimal): -2077186 or 16666080. OLE color: 16666080.
HSL color Cylindrical-coordinate representation of color #E04DFE: hue angle of 289.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04DFE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 77 | 254 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.00 |
| HSL | 289.83º | 0.99% | 0.65% | - |
| HSV(B) | 289.83º | 0.7% | 1% | - |
| XYZ | 51.28 | 28.31 | 96.53 | - |
| YUV | 141.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 254 | 0.12 | 0.70 | 0 | 0.00 | 289.83 | 0.99 | 0.65 |
| Hex | E0 | 4D | FE | C | 46 | 0 | 0 | 122 | 63 | 41 |
| Octal | 340 | 115 | 376 | 14 | 106 | 0 | 0 | 442 | 143 | 101 |
| Binary | 11100000 | 1001101 | 11111110 | 1100 | 1000110 | 0 | 0 | 100100010 | 1100011 | 1000001 |
Color Harmonies of #E04DFE
Complementary color
Monochromatic Colors of #E04DFE
Black with #E04DFE
Text Example
Text Example
White with #E04DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DFE; }
p { color: rgb(224,77,254); }
H1.HeaderClassName
{
color: #E04DFE;
}
.AnyTagClassName
{
color: #E04DFE;
}
</style>
background-color css
<style>
a { background-color: #E04DFE; }
a { background-color: rgb(224,77,254); }
div.DivClassName
{
background-color: #E04DFE;
}
.BgClassName
{
background-color: #E04DFE;
}
</style>
border-color css
<style>
span { border-color: #E04DFE; }
span { border-color: rgb(224,77,254); }
td.TdClassName
{
border-color: #E04DFE;
}
.TagClassName
{
border-color: #E04DFE;
}
</style>