Shades of Heliotrope #E56CFC
Tints of Heliotrope #E56CFC
RGB
CMYK
RGB Variations
Color information
#E56CFC (or 0xE56CFC) is known color: Heliotrope. HEX triplet: E5, 6C and FC. RGB value is (229,108,252). Sum of RGB (Red+Green+Blue) = 229+108+252=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #E56CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CFC is #1A9303. Grayscale: #A0A0A0. Windows color (decimal): -1741572 or 16542949. OLE color: 16542949.
HSL color Cylindrical-coordinate representation of color #E56CFC: hue angle of 290.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56CFC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 108 | 252 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.01 |
| HSL | 290.42º | 0.96% | 0.71% | - |
| HSV(B) | 290.42º | 0.57% | 0.99% | - |
| XYZ | 55.25 | 34.41 | 95.83 | - |
| YUV | 160.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 252 | 0.09 | 0.57 | 0 | 0.01 | 290.42 | 0.96 | 0.71 |
| Hex | E5 | 6C | FC | 9 | 39 | 0 | 1 | 122 | 60 | 47 |
| Octal | 345 | 154 | 374 | 11 | 71 | 0 | 1 | 442 | 140 | 107 |
| Binary | 11100101 | 1101100 | 11111100 | 1001 | 111001 | 0 | 1 | 100100010 | 1100000 | 1000111 |
Color Harmonies of #E56CFC
Complementary color
Monochromatic Colors of #E56CFC
Black with #E56CFC
Text Example
Text Example
White with #E56CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CFC; }
p { color: rgb(229,108,252); }
H1.HeaderClassName
{
color: #E56CFC;
}
.AnyTagClassName
{
color: #E56CFC;
}
</style>
background-color css
<style>
a { background-color: #E56CFC; }
a { background-color: rgb(229,108,252); }
div.DivClassName
{
background-color: #E56CFC;
}
.BgClassName
{
background-color: #E56CFC;
}
</style>
border-color css
<style>
span { border-color: #E56CFC; }
span { border-color: rgb(229,108,252); }
td.TdClassName
{
border-color: #E56CFC;
}
.TagClassName
{
border-color: #E56CFC;
}
</style>