Shades of Heliotrope #E080F4
Tints of Heliotrope #E080F4
RGB
CMYK
RGB Variations
Color information
#E080F4 (or 0xE080F4) is known color: Heliotrope. HEX triplet: E0, 80 and F4. RGB value is (224,128,244). Sum of RGB (Red+Green+Blue) = 224+128+244=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #E080F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F4 is #1F7F0B. Grayscale: #A9A9A9. Windows color (decimal): -2064140 or 16023776. OLE color: 16023776.
HSL color Cylindrical-coordinate representation of color #E080F4: hue angle of 289.66º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E080F4 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 128 | 244 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.04 |
| HSL | 289.66º | 0.84% | 0.73% | - |
| HSV(B) | 289.66º | 0.48% | 0.96% | - |
| XYZ | 54.79 | 37.82 | 90 | - |
| YUV | 169.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 244 | 0.08 | 0.48 | 0 | 0.04 | 289.66 | 0.84 | 0.73 |
| Hex | E0 | 80 | F4 | 8 | 30 | 0 | 4 | 122 | 54 | 49 |
| Octal | 340 | 200 | 364 | 10 | 60 | 0 | 4 | 442 | 124 | 111 |
| Binary | 11100000 | 10000000 | 11110100 | 1000 | 110000 | 0 | 100 | 100100010 | 1010100 | 1001001 |
Color Harmonies of #E080F4
Complementary color
Monochromatic Colors of #E080F4
Black with #E080F4
Text Example
Text Example
White with #E080F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080F4; }
p { color: rgb(224,128,244); }
H1.HeaderClassName
{
color: #E080F4;
}
.AnyTagClassName
{
color: #E080F4;
}
</style>
background-color css
<style>
a { background-color: #E080F4; }
a { background-color: rgb(224,128,244); }
div.DivClassName
{
background-color: #E080F4;
}
.BgClassName
{
background-color: #E080F4;
}
</style>
border-color css
<style>
span { border-color: #E080F4; }
span { border-color: rgb(224,128,244); }
td.TdClassName
{
border-color: #E080F4;
}
.TagClassName
{
border-color: #E080F4;
}
</style>