Shades of Heliotrope #E04FFD
Tints of Heliotrope #E04FFD
RGB
CMYK
RGB Variations
Color information
#E04FFD (or 0xE04FFD) is known color: Heliotrope. HEX triplet: E0, 4F and FD. RGB value is (224,79,253). Sum of RGB (Red+Green+Blue) = 224+79+253=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #E04FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FFD is #1FB002. Grayscale: #8D8D8D. Windows color (decimal): -2076675 or 16601056. OLE color: 16601056.
HSL color Cylindrical-coordinate representation of color #E04FFD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04FFD is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 79 | 253 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.65% | - |
| HSV(B) | 290º | 0.69% | 0.99% | - |
| XYZ | 51.27 | 28.53 | 95.73 | - |
| YUV | 142.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 253 | 0.11 | 0.69 | 0 | 0.01 | 290 | 0.98 | 0.65 |
| Hex | E0 | 4F | FD | B | 45 | 0 | 1 | 122 | 62 | 41 |
| Octal | 340 | 117 | 375 | 13 | 105 | 0 | 1 | 442 | 142 | 101 |
| Binary | 11100000 | 1001111 | 11111101 | 1011 | 1000101 | 0 | 1 | 100100010 | 1100010 | 1000001 |
Color Harmonies of #E04FFD
Complementary color
Monochromatic Colors of #E04FFD
Black with #E04FFD
Text Example
Text Example
White with #E04FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FFD; }
p { color: rgb(224,79,253); }
H1.HeaderClassName
{
color: #E04FFD;
}
.AnyTagClassName
{
color: #E04FFD;
}
</style>
background-color css
<style>
a { background-color: #E04FFD; }
a { background-color: rgb(224,79,253); }
div.DivClassName
{
background-color: #E04FFD;
}
.BgClassName
{
background-color: #E04FFD;
}
</style>
border-color css
<style>
span { border-color: #E04FFD; }
span { border-color: rgb(224,79,253); }
td.TdClassName
{
border-color: #E04FFD;
}
.TagClassName
{
border-color: #E04FFD;
}
</style>