Shades of Heliotrope #E04FFE
Tints of Heliotrope #E04FFE
RGB
CMYK
RGB Variations
Color information
#E04FFE (or 0xE04FFE) is known color: Heliotrope. HEX triplet: E0, 4F and FE. RGB value is (224,79,254). Sum of RGB (Red+Green+Blue) = 224+79+254=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #E04FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FFE is #1FB001. Grayscale: #8D8D8D. Windows color (decimal): -2076674 or 16666592. OLE color: 16666592.
HSL color Cylindrical-coordinate representation of color #E04FFE: hue angle of 289.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04FFE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 79 | 254 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.00 |
| HSL | 289.71º | 0.99% | 0.65% | - |
| HSV(B) | 289.71º | 0.69% | 1% | - |
| XYZ | 51.43 | 28.6 | 96.57 | - |
| YUV | 142.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 254 | 0.12 | 0.69 | 0 | 0.00 | 289.71 | 0.99 | 0.65 |
| Hex | E0 | 4F | FE | C | 45 | 0 | 0 | 122 | 63 | 41 |
| Octal | 340 | 117 | 376 | 14 | 105 | 0 | 0 | 442 | 143 | 101 |
| Binary | 11100000 | 1001111 | 11111110 | 1100 | 1000101 | 0 | 0 | 100100010 | 1100011 | 1000001 |
Color Harmonies of #E04FFE
Complementary color
Monochromatic Colors of #E04FFE
Black with #E04FFE
Text Example
Text Example
White with #E04FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FFE; }
p { color: rgb(224,79,254); }
H1.HeaderClassName
{
color: #E04FFE;
}
.AnyTagClassName
{
color: #E04FFE;
}
</style>
background-color css
<style>
a { background-color: #E04FFE; }
a { background-color: rgb(224,79,254); }
div.DivClassName
{
background-color: #E04FFE;
}
.BgClassName
{
background-color: #E04FFE;
}
</style>
border-color css
<style>
span { border-color: #E04FFE; }
span { border-color: rgb(224,79,254); }
td.TdClassName
{
border-color: #E04FFE;
}
.TagClassName
{
border-color: #E04FFE;
}
</style>