Shades of Heliotrope #E080F3
Tints of Heliotrope #E080F3
RGB
CMYK
RGB Variations
Color information
#E080F3 (or 0xE080F3) is known color: Heliotrope. HEX triplet: E0, 80 and F3. RGB value is (224,128,243). Sum of RGB (Red+Green+Blue) = 224+128+243=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #E080F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F3 is #1F7F0C. Grayscale: #A9A9A9. Windows color (decimal): -2064141 or 15958240. OLE color: 15958240.
HSL color Cylindrical-coordinate representation of color #E080F3: hue angle of 290.09º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E080F3 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 128 | 243 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.05 |
| HSL | 290.09º | 0.83% | 0.73% | - |
| HSV(B) | 290.09º | 0.47% | 0.95% | - |
| XYZ | 54.64 | 37.76 | 89.2 | - |
| YUV | 169.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 243 | 0.08 | 0.47 | 0 | 0.05 | 290.09 | 0.83 | 0.73 |
| Hex | E0 | 80 | F3 | 8 | 2F | 0 | 5 | 122 | 53 | 49 |
| Octal | 340 | 200 | 363 | 10 | 57 | 0 | 5 | 442 | 123 | 111 |
| Binary | 11100000 | 10000000 | 11110011 | 1000 | 101111 | 0 | 101 | 100100010 | 1010011 | 1001001 |
Color Harmonies of #E080F3
Complementary color
Monochromatic Colors of #E080F3
Black with #E080F3
Text Example
Text Example
White with #E080F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080F3; }
p { color: rgb(224,128,243); }
H1.HeaderClassName
{
color: #E080F3;
}
.AnyTagClassName
{
color: #E080F3;
}
</style>
background-color css
<style>
a { background-color: #E080F3; }
a { background-color: rgb(224,128,243); }
div.DivClassName
{
background-color: #E080F3;
}
.BgClassName
{
background-color: #E080F3;
}
</style>
border-color css
<style>
span { border-color: #E080F3; }
span { border-color: rgb(224,128,243); }
td.TdClassName
{
border-color: #E080F3;
}
.TagClassName
{
border-color: #E080F3;
}
</style>