Shades of Heliotrope #E56CF2
Tints of Heliotrope #E56CF2
RGB
CMYK
RGB Variations
Color information
#E56CF2 (or 0xE56CF2) is known color: Heliotrope. HEX triplet: E5, 6C and F2. RGB value is (229,108,242). Sum of RGB (Red+Green+Blue) = 229+108+242=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #E56CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56CF2 is #1A930D. Grayscale: #9F9F9F. Windows color (decimal): -1741582 or 15887589. OLE color: 15887589.
HSL color Cylindrical-coordinate representation of color #E56CF2: hue angle of 294.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56CF2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 108 | 242 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.05 |
| HSL | 294.18º | 0.84% | 0.69% | - |
| HSV(B) | 294.18º | 0.55% | 0.95% | - |
| XYZ | 53.7 | 33.79 | 87.7 | - |
| YUV | 159.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 242 | 0.05 | 0.55 | 0 | 0.05 | 294.18 | 0.84 | 0.69 |
| Hex | E5 | 6C | F2 | 5 | 37 | 0 | 5 | 126 | 54 | 45 |
| Octal | 345 | 154 | 362 | 5 | 67 | 0 | 5 | 446 | 124 | 105 |
| Binary | 11100101 | 1101100 | 11110010 | 101 | 110111 | 0 | 101 | 100100110 | 1010100 | 1000101 |
Color Harmonies of #E56CF2
Complementary color
Monochromatic Colors of #E56CF2
Black with #E56CF2
Text Example
Text Example
White with #E56CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CF2; }
p { color: rgb(229,108,242); }
H1.HeaderClassName
{
color: #E56CF2;
}
.AnyTagClassName
{
color: #E56CF2;
}
</style>
background-color css
<style>
a { background-color: #E56CF2; }
a { background-color: rgb(229,108,242); }
div.DivClassName
{
background-color: #E56CF2;
}
.BgClassName
{
background-color: #E56CF2;
}
</style>
border-color css
<style>
span { border-color: #E56CF2; }
span { border-color: rgb(229,108,242); }
td.TdClassName
{
border-color: #E56CF2;
}
.TagClassName
{
border-color: #E56CF2;
}
</style>