Shades of Heliotrope #E056FD
Tints of Heliotrope #E056FD
RGB
CMYK
RGB Variations
Color information
#E056FD (or 0xE056FD) is known color: Heliotrope. HEX triplet: E0, 56 and FD. RGB value is (224,86,253). Sum of RGB (Red+Green+Blue) = 224+86+253=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E056FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056FD is #1FA902. Grayscale: #919191. Windows color (decimal): -2074883 or 16602848. OLE color: 16602848.
HSL color Cylindrical-coordinate representation of color #E056FD: hue angle of 289.58º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E056FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 86 | 253 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.01 |
| HSL | 289.58º | 0.98% | 0.66% | - |
| HSV(B) | 289.58º | 0.66% | 0.99% | - |
| XYZ | 51.8 | 29.59 | 95.91 | - |
| YUV | 146.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 253 | 0.11 | 0.66 | 0 | 0.01 | 289.58 | 0.98 | 0.66 |
| Hex | E0 | 56 | FD | B | 42 | 0 | 1 | 122 | 62 | 42 |
| Octal | 340 | 126 | 375 | 13 | 102 | 0 | 1 | 442 | 142 | 102 |
| Binary | 11100000 | 1010110 | 11111101 | 1011 | 1000010 | 0 | 1 | 100100010 | 1100010 | 1000010 |
Color Harmonies of #E056FD
Complementary color
Monochromatic Colors of #E056FD
Black with #E056FD
Text Example
Text Example
White with #E056FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056FD; }
p { color: rgb(224,86,253); }
H1.HeaderClassName
{
color: #E056FD;
}
.AnyTagClassName
{
color: #E056FD;
}
</style>
background-color css
<style>
a { background-color: #E056FD; }
a { background-color: rgb(224,86,253); }
div.DivClassName
{
background-color: #E056FD;
}
.BgClassName
{
background-color: #E056FD;
}
</style>
border-color css
<style>
span { border-color: #E056FD; }
span { border-color: rgb(224,86,253); }
td.TdClassName
{
border-color: #E056FD;
}
.TagClassName
{
border-color: #E056FD;
}
</style>