Shades of Heliotrope #E078FD
Tints of Heliotrope #E078FD
RGB
CMYK
RGB Variations
Color information
#E078FD (or 0xE078FD) is known color: Heliotrope. HEX triplet: E0, 78 and FD. RGB value is (224,120,253). Sum of RGB (Red+Green+Blue) = 224+120+253=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E078FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078FD is #1F8702. Grayscale: #A5A5A5. Windows color (decimal): -2066179 or 16611552. OLE color: 16611552.
HSL color Cylindrical-coordinate representation of color #E078FD: hue angle of 286.92º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E078FD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 120 | 253 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.01 |
| HSL | 286.92º | 0.97% | 0.73% | - |
| HSV(B) | 286.92º | 0.53% | 0.99% | - |
| XYZ | 55.19 | 36.37 | 97.04 | - |
| YUV | 166.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 253 | 0.11 | 0.53 | 0 | 0.01 | 286.92 | 0.97 | 0.73 |
| Hex | E0 | 78 | FD | B | 35 | 0 | 1 | 11F | 61 | 49 |
| Octal | 340 | 170 | 375 | 13 | 65 | 0 | 1 | 437 | 141 | 111 |
| Binary | 11100000 | 1111000 | 11111101 | 1011 | 110101 | 0 | 1 | 100011111 | 1100001 | 1001001 |
Color Harmonies of #E078FD
Complementary color
Monochromatic Colors of #E078FD
Black with #E078FD
Text Example
Text Example
White with #E078FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078FD; }
p { color: rgb(224,120,253); }
H1.HeaderClassName
{
color: #E078FD;
}
.AnyTagClassName
{
color: #E078FD;
}
</style>
background-color css
<style>
a { background-color: #E078FD; }
a { background-color: rgb(224,120,253); }
div.DivClassName
{
background-color: #E078FD;
}
.BgClassName
{
background-color: #E078FD;
}
</style>
border-color css
<style>
span { border-color: #E078FD; }
span { border-color: rgb(224,120,253); }
td.TdClassName
{
border-color: #E078FD;
}
.TagClassName
{
border-color: #E078FD;
}
</style>