Shades of Heliotrope #E56BFD
Tints of Heliotrope #E56BFD
RGB
CMYK
RGB Variations
Color information
#E56BFD (or 0xE56BFD) is known color: Heliotrope. HEX triplet: E5, 6B and FD. RGB value is (229,107,253). Sum of RGB (Red+Green+Blue) = 229+107+253=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #E56BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BFD is #1A9402. Grayscale: #9F9F9F. Windows color (decimal): -1741827 or 16608229. OLE color: 16608229.
HSL color Cylindrical-coordinate representation of color #E56BFD: hue angle of 290.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56BFD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 107 | 253 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.01 |
| HSL | 290.14º | 0.97% | 0.71% | - |
| HSV(B) | 290.14º | 0.58% | 0.99% | - |
| XYZ | 55.3 | 34.27 | 96.63 | - |
| YUV | 160.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 253 | 0.09 | 0.58 | 0 | 0.01 | 290.14 | 0.97 | 0.71 |
| Hex | E5 | 6B | FD | 9 | 3A | 0 | 1 | 122 | 61 | 47 |
| Octal | 345 | 153 | 375 | 11 | 72 | 0 | 1 | 442 | 141 | 107 |
| Binary | 11100101 | 1101011 | 11111101 | 1001 | 111010 | 0 | 1 | 100100010 | 1100001 | 1000111 |
Color Harmonies of #E56BFD
Complementary color
Monochromatic Colors of #E56BFD
Black with #E56BFD
Text Example
Text Example
White with #E56BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BFD; }
p { color: rgb(229,107,253); }
H1.HeaderClassName
{
color: #E56BFD;
}
.AnyTagClassName
{
color: #E56BFD;
}
</style>
background-color css
<style>
a { background-color: #E56BFD; }
a { background-color: rgb(229,107,253); }
div.DivClassName
{
background-color: #E56BFD;
}
.BgClassName
{
background-color: #E56BFD;
}
</style>
border-color css
<style>
span { border-color: #E56BFD; }
span { border-color: rgb(229,107,253); }
td.TdClassName
{
border-color: #E56BFD;
}
.TagClassName
{
border-color: #E56BFD;
}
</style>