Shades of Heliotrope #E04CF9
Tints of Heliotrope #E04CF9
RGB
CMYK
RGB Variations
Color information
#E04CF9 (or 0xE04CF9) is known color: Heliotrope. HEX triplet: E0, 4C and F9. RGB value is (224,76,249). Sum of RGB (Red+Green+Blue) = 224+76+249=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #E04CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CF9 is #1FB306. Grayscale: #8B8B8B. Windows color (decimal): -2077447 or 16338144. OLE color: 16338144.
HSL color Cylindrical-coordinate representation of color #E04CF9: hue angle of 291.33º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04CF9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 76 | 249 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.02 |
| HSL | 291.33º | 0.94% | 0.64% | - |
| HSV(B) | 291.33º | 0.69% | 0.98% | - |
| XYZ | 50.42 | 27.86 | 92.34 | - |
| YUV | 139.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 249 | 0.10 | 0.69 | 0 | 0.02 | 291.33 | 0.94 | 0.64 |
| Hex | E0 | 4C | F9 | A | 45 | 0 | 2 | 123 | 5E | 40 |
| Octal | 340 | 114 | 371 | 12 | 105 | 0 | 2 | 443 | 136 | 100 |
| Binary | 11100000 | 1001100 | 11111001 | 1010 | 1000101 | 0 | 10 | 100100011 | 1011110 | 1000000 |
Color Harmonies of #E04CF9
Complementary color
Monochromatic Colors of #E04CF9
Black with #E04CF9
Text Example
Text Example
White with #E04CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CF9; }
p { color: rgb(224,76,249); }
H1.HeaderClassName
{
color: #E04CF9;
}
.AnyTagClassName
{
color: #E04CF9;
}
</style>
background-color css
<style>
a { background-color: #E04CF9; }
a { background-color: rgb(224,76,249); }
div.DivClassName
{
background-color: #E04CF9;
}
.BgClassName
{
background-color: #E04CF9;
}
</style>
border-color css
<style>
span { border-color: #E04CF9; }
span { border-color: rgb(224,76,249); }
td.TdClassName
{
border-color: #E04CF9;
}
.TagClassName
{
border-color: #E04CF9;
}
</style>