Shades of Heliotrope #E56BFE
Tints of Heliotrope #E56BFE
RGB
CMYK
RGB Variations
Color information
#E56BFE (or 0xE56BFE) is known color: Heliotrope. HEX triplet: E5, 6B and FE. RGB value is (229,107,254). Sum of RGB (Red+Green+Blue) = 229+107+254=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #E56BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BFE is #1A9401. Grayscale: #9F9F9F. Windows color (decimal): -1741826 or 16673765. OLE color: 16673765.
HSL color Cylindrical-coordinate representation of color #E56BFE: hue angle of 289.8º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56BFE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 107 | 254 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.00 |
| HSL | 289.8º | 0.99% | 0.71% | - |
| HSV(B) | 289.8º | 0.58% | 1% | - |
| XYZ | 55.46 | 34.33 | 97.47 | - |
| YUV | 160.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 254 | 0.10 | 0.58 | 0 | 0.00 | 289.8 | 0.99 | 0.71 |
| Hex | E5 | 6B | FE | A | 3A | 0 | 0 | 122 | 63 | 47 |
| Octal | 345 | 153 | 376 | 12 | 72 | 0 | 0 | 442 | 143 | 107 |
| Binary | 11100101 | 1101011 | 11111110 | 1010 | 111010 | 0 | 0 | 100100010 | 1100011 | 1000111 |
Color Harmonies of #E56BFE
Complementary color
Monochromatic Colors of #E56BFE
Black with #E56BFE
Text Example
Text Example
White with #E56BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BFE; }
p { color: rgb(229,107,254); }
H1.HeaderClassName
{
color: #E56BFE;
}
.AnyTagClassName
{
color: #E56BFE;
}
</style>
background-color css
<style>
a { background-color: #E56BFE; }
a { background-color: rgb(229,107,254); }
div.DivClassName
{
background-color: #E56BFE;
}
.BgClassName
{
background-color: #E56BFE;
}
</style>
border-color css
<style>
span { border-color: #E56BFE; }
span { border-color: rgb(229,107,254); }
td.TdClassName
{
border-color: #E56BFE;
}
.TagClassName
{
border-color: #E56BFE;
}
</style>