Shades of Heliotrope #E04CFE
Tints of Heliotrope #E04CFE
RGB
CMYK
RGB Variations
Color information
#E04CFE (or 0xE04CFE) is known color: Heliotrope. HEX triplet: E0, 4C and FE. RGB value is (224,76,254). Sum of RGB (Red+Green+Blue) = 224+76+254=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #E04CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CFE is #1FB301. Grayscale: #8B8B8B. Windows color (decimal): -2077442 or 16665824. OLE color: 16665824.
HSL color Cylindrical-coordinate representation of color #E04CFE: hue angle of 289.89º 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 #E04CFE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 76 | 254 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.00 |
| HSL | 289.89º | 0.99% | 0.65% | - |
| HSV(B) | 289.89º | 0.7% | 1% | - |
| XYZ | 51.21 | 28.17 | 96.5 | - |
| YUV | 140.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 254 | 0.12 | 0.70 | 0 | 0.00 | 289.89 | 0.99 | 0.65 |
| Hex | E0 | 4C | FE | C | 46 | 0 | 0 | 122 | 63 | 41 |
| Octal | 340 | 114 | 376 | 14 | 106 | 0 | 0 | 442 | 143 | 101 |
| Binary | 11100000 | 1001100 | 11111110 | 1100 | 1000110 | 0 | 0 | 100100010 | 1100011 | 1000001 |
Color Harmonies of #E04CFE
Complementary color
Monochromatic Colors of #E04CFE
Black with #E04CFE
Text Example
Text Example
White with #E04CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CFE; }
p { color: rgb(224,76,254); }
H1.HeaderClassName
{
color: #E04CFE;
}
.AnyTagClassName
{
color: #E04CFE;
}
</style>
background-color css
<style>
a { background-color: #E04CFE; }
a { background-color: rgb(224,76,254); }
div.DivClassName
{
background-color: #E04CFE;
}
.BgClassName
{
background-color: #E04CFE;
}
</style>
border-color css
<style>
span { border-color: #E04CFE; }
span { border-color: rgb(224,76,254); }
td.TdClassName
{
border-color: #E04CFE;
}
.TagClassName
{
border-color: #E04CFE;
}
</style>