Shades of Heliotrope #E56BFC
Tints of Heliotrope #E56BFC
RGB
CMYK
RGB Variations
Color information
#E56BFC (or 0xE56BFC) is known color: Heliotrope. HEX triplet: E5, 6B and FC. RGB value is (229,107,252). Sum of RGB (Red+Green+Blue) = 229+107+252=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E56BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BFC is #1A9403. Grayscale: #9F9F9F. Windows color (decimal): -1741828 or 16542693. OLE color: 16542693.
HSL color Cylindrical-coordinate representation of color #E56BFC: hue angle of 290.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56BFC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 107 | 252 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.01 |
| HSL | 290.48º | 0.96% | 0.7% | - |
| HSV(B) | 290.48º | 0.58% | 0.99% | - |
| XYZ | 55.14 | 34.2 | 95.79 | - |
| YUV | 160.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 252 | 0.09 | 0.58 | 0 | 0.01 | 290.48 | 0.96 | 0.7 |
| Hex | E5 | 6B | FC | 9 | 3A | 0 | 1 | 122 | 60 | 46 |
| Octal | 345 | 153 | 374 | 11 | 72 | 0 | 1 | 442 | 140 | 106 |
| Binary | 11100101 | 1101011 | 11111100 | 1001 | 111010 | 0 | 1 | 100100010 | 1100000 | 1000110 |
Color Harmonies of #E56BFC
Complementary color
Monochromatic Colors of #E56BFC
Black with #E56BFC
Text Example
Text Example
White with #E56BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BFC; }
p { color: rgb(229,107,252); }
H1.HeaderClassName
{
color: #E56BFC;
}
.AnyTagClassName
{
color: #E56BFC;
}
</style>
background-color css
<style>
a { background-color: #E56BFC; }
a { background-color: rgb(229,107,252); }
div.DivClassName
{
background-color: #E56BFC;
}
.BgClassName
{
background-color: #E56BFC;
}
</style>
border-color css
<style>
span { border-color: #E56BFC; }
span { border-color: rgb(229,107,252); }
td.TdClassName
{
border-color: #E56BFC;
}
.TagClassName
{
border-color: #E56BFC;
}
</style>