Shades of Heliotrope #E077FD
Tints of Heliotrope #E077FD
RGB
CMYK
RGB Variations
Color information
#E077FD (or 0xE077FD) is known color: Heliotrope. HEX triplet: E0, 77 and FD. RGB value is (224,119,253). Sum of RGB (Red+Green+Blue) = 224+119+253=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #E077FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077FD is #1F8802. Grayscale: #A5A5A5. Windows color (decimal): -2066435 or 16611296. OLE color: 16611296.
HSL color Cylindrical-coordinate representation of color #E077FD: hue angle of 287.01º 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 #E077FD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 119 | 253 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.01 |
| HSL | 287.01º | 0.97% | 0.73% | - |
| HSV(B) | 287.01º | 0.53% | 0.99% | - |
| XYZ | 55.07 | 36.13 | 97 | - |
| YUV | 165.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 253 | 0.11 | 0.53 | 0 | 0.01 | 287.01 | 0.97 | 0.73 |
| Hex | E0 | 77 | FD | B | 35 | 0 | 1 | 11F | 61 | 49 |
| Octal | 340 | 167 | 375 | 13 | 65 | 0 | 1 | 437 | 141 | 111 |
| Binary | 11100000 | 1110111 | 11111101 | 1011 | 110101 | 0 | 1 | 100011111 | 1100001 | 1001001 |
Color Harmonies of #E077FD
Complementary color
Monochromatic Colors of #E077FD
Black with #E077FD
Text Example
Text Example
White with #E077FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077FD; }
p { color: rgb(224,119,253); }
H1.HeaderClassName
{
color: #E077FD;
}
.AnyTagClassName
{
color: #E077FD;
}
</style>
background-color css
<style>
a { background-color: #E077FD; }
a { background-color: rgb(224,119,253); }
div.DivClassName
{
background-color: #E077FD;
}
.BgClassName
{
background-color: #E077FD;
}
</style>
border-color css
<style>
span { border-color: #E077FD; }
span { border-color: rgb(224,119,253); }
td.TdClassName
{
border-color: #E077FD;
}
.TagClassName
{
border-color: #E077FD;
}
</style>