Shades of Heliotrope #E56BFA
Tints of Heliotrope #E56BFA
RGB
CMYK
RGB Variations
Color information
#E56BFA (or 0xE56BFA) is known color: Heliotrope. HEX triplet: E5, 6B and FA. RGB value is (229,107,250). Sum of RGB (Red+Green+Blue) = 229+107+250=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E56BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BFA is #1A9405. Grayscale: #9F9F9F. Windows color (decimal): -1741830 or 16411621. OLE color: 16411621.
HSL color Cylindrical-coordinate representation of color #E56BFA: hue angle of 291.19º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56BFA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 107 | 250 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.02 |
| HSL | 291.19º | 0.93% | 0.7% | - |
| HSV(B) | 291.19º | 0.57% | 0.98% | - |
| XYZ | 54.83 | 34.08 | 94.13 | - |
| YUV | 159.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 250 | 0.08 | 0.57 | 0 | 0.02 | 291.19 | 0.93 | 0.7 |
| Hex | E5 | 6B | FA | 8 | 39 | 0 | 2 | 123 | 5D | 46 |
| Octal | 345 | 153 | 372 | 10 | 71 | 0 | 2 | 443 | 135 | 106 |
| Binary | 11100101 | 1101011 | 11111010 | 1000 | 111001 | 0 | 10 | 100100011 | 1011101 | 1000110 |
Color Harmonies of #E56BFA
Complementary color
Monochromatic Colors of #E56BFA
Black with #E56BFA
Text Example
Text Example
White with #E56BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BFA; }
p { color: rgb(229,107,250); }
H1.HeaderClassName
{
color: #E56BFA;
}
.AnyTagClassName
{
color: #E56BFA;
}
</style>
background-color css
<style>
a { background-color: #E56BFA; }
a { background-color: rgb(229,107,250); }
div.DivClassName
{
background-color: #E56BFA;
}
.BgClassName
{
background-color: #E56BFA;
}
</style>
border-color css
<style>
span { border-color: #E56BFA; }
span { border-color: rgb(229,107,250); }
td.TdClassName
{
border-color: #E56BFA;
}
.TagClassName
{
border-color: #E56BFA;
}
</style>