Shades of Heliotrope #E080FC
Tints of Heliotrope #E080FC
RGB
CMYK
RGB Variations
Color information
#E080FC (or 0xE080FC) is known color: Heliotrope. HEX triplet: E0, 80 and FC. RGB value is (224,128,252). Sum of RGB (Red+Green+Blue) = 224+128+252=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #E080FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FC is #1F7F03. Grayscale: #AAAAAA. Windows color (decimal): -2064132 or 16548064. OLE color: 16548064.
HSL color Cylindrical-coordinate representation of color #E080FC: hue angle of 286.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E080FC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 128 | 252 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.01 |
| HSL | 286.45º | 0.95% | 0.75% | - |
| HSV(B) | 286.45º | 0.49% | 0.99% | - |
| XYZ | 56.03 | 38.31 | 96.54 | - |
| YUV | 170.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 252 | 0.11 | 0.49 | 0 | 0.01 | 286.45 | 0.95 | 0.75 |
| Hex | E0 | 80 | FC | B | 31 | 0 | 1 | 11E | 5F | 4B |
| Octal | 340 | 200 | 374 | 13 | 61 | 0 | 1 | 436 | 137 | 113 |
| Binary | 11100000 | 10000000 | 11111100 | 1011 | 110001 | 0 | 1 | 100011110 | 1011111 | 1001011 |
Color Harmonies of #E080FC
Complementary color
Monochromatic Colors of #E080FC
Black with #E080FC
Text Example
Text Example
White with #E080FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080FC; }
p { color: rgb(224,128,252); }
H1.HeaderClassName
{
color: #E080FC;
}
.AnyTagClassName
{
color: #E080FC;
}
</style>
background-color css
<style>
a { background-color: #E080FC; }
a { background-color: rgb(224,128,252); }
div.DivClassName
{
background-color: #E080FC;
}
.BgClassName
{
background-color: #E080FC;
}
</style>
border-color css
<style>
span { border-color: #E080FC; }
span { border-color: rgb(224,128,252); }
td.TdClassName
{
border-color: #E080FC;
}
.TagClassName
{
border-color: #E080FC;
}
</style>