Shades of Heliotrope #E04AFF
Tints of Heliotrope #E04AFF
RGB
CMYK
RGB Variations
Color information
#E04AFF (or 0xE04AFF) is known color: Heliotrope. HEX triplet: E0, 4A and FF. RGB value is (224,74,255). Sum of RGB (Red+Green+Blue) = 224+74+255=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 74 (29.30% from 255 or 13.38% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #E04AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AFF is #1FB500. Grayscale: #8A8A8A. Windows color (decimal): -2077953 or 16730848. OLE color: 16730848.
HSL color Cylindrical-coordinate representation of color #E04AFF: hue angle of 289.72º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04AFF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 74 | 255 | - |
| CMYK | 0.12 | 0.71 | 0 | 0 |
| HSL | 289.72º | 1% | 0.65% | - |
| HSV(B) | 289.72º | 0.71% | 1% | - |
| XYZ | 51.24 | 27.96 | 97.3 | - |
| YUV | 139.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 255 | 0.12 | 0.71 | 0 | 0 | 289.72 | 1 | 0.65 |
| Hex | E0 | 4A | FF | C | 47 | 0 | 0 | 122 | 64 | 41 |
| Octal | 340 | 112 | 377 | 14 | 107 | 0 | 0 | 442 | 144 | 101 |
| Binary | 11100000 | 1001010 | 11111111 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000001 |
Color Harmonies of #E04AFF
Complementary color
Monochromatic Colors of #E04AFF
Black with #E04AFF
Text Example
Text Example
White with #E04AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AFF; }
p { color: rgb(224,74,255); }
H1.HeaderClassName
{
color: #E04AFF;
}
.AnyTagClassName
{
color: #E04AFF;
}
</style>
background-color css
<style>
a { background-color: #E04AFF; }
a { background-color: rgb(224,74,255); }
div.DivClassName
{
background-color: #E04AFF;
}
.BgClassName
{
background-color: #E04AFF;
}
</style>
border-color css
<style>
span { border-color: #E04AFF; }
span { border-color: rgb(224,74,255); }
td.TdClassName
{
border-color: #E04AFF;
}
.TagClassName
{
border-color: #E04AFF;
}
</style>