Shades of Heliotrope #E04EFB
Tints of Heliotrope #E04EFB
RGB
CMYK
RGB Variations
Color information
#E04EFB (or 0xE04EFB) is known color: Heliotrope. HEX triplet: E0, 4E and FB. RGB value is (224,78,251). Sum of RGB (Red+Green+Blue) = 224+78+251=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 78 (30.86% from 255 or 14.10% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #E04EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EFB is #1FB104. Grayscale: #8C8C8C. Windows color (decimal): -2076933 or 16469728. OLE color: 16469728.
HSL color Cylindrical-coordinate representation of color #E04EFB: hue angle of 290.64º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04EFB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 78 | 251 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.02 |
| HSL | 290.64º | 0.96% | 0.65% | - |
| HSV(B) | 290.64º | 0.69% | 0.98% | - |
| XYZ | 50.88 | 28.26 | 94.04 | - |
| YUV | 141.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 251 | 0.11 | 0.69 | 0 | 0.02 | 290.64 | 0.96 | 0.65 |
| Hex | E0 | 4E | FB | B | 45 | 0 | 2 | 123 | 60 | 41 |
| Octal | 340 | 116 | 373 | 13 | 105 | 0 | 2 | 443 | 140 | 101 |
| Binary | 11100000 | 1001110 | 11111011 | 1011 | 1000101 | 0 | 10 | 100100011 | 1100000 | 1000001 |
Color Harmonies of #E04EFB
Complementary color
Monochromatic Colors of #E04EFB
Black with #E04EFB
Text Example
Text Example
White with #E04EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EFB; }
p { color: rgb(224,78,251); }
H1.HeaderClassName
{
color: #E04EFB;
}
.AnyTagClassName
{
color: #E04EFB;
}
</style>
background-color css
<style>
a { background-color: #E04EFB; }
a { background-color: rgb(224,78,251); }
div.DivClassName
{
background-color: #E04EFB;
}
.BgClassName
{
background-color: #E04EFB;
}
</style>
border-color css
<style>
span { border-color: #E04EFB; }
span { border-color: rgb(224,78,251); }
td.TdClassName
{
border-color: #E04EFB;
}
.TagClassName
{
border-color: #E04EFB;
}
</style>