Shades of Heliotrope #E26CFC
Tints of Heliotrope #E26CFC
RGB
CMYK
RGB Variations
Color information
#E26CFC (or 0xE26CFC) is known color: Heliotrope. HEX triplet: E2, 6C and FC. RGB value is (226,108,252). Sum of RGB (Red+Green+Blue) = 226+108+252=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #E26CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CFC is #1D9303. Grayscale: #9F9F9F. Windows color (decimal): -1938180 or 16542946. OLE color: 16542946.
HSL color Cylindrical-coordinate representation of color #E26CFC: hue angle of 289.17º 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 #E26CFC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 108 | 252 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.01 |
| HSL | 289.17º | 0.96% | 0.71% | - |
| HSV(B) | 289.17º | 0.57% | 0.99% | - |
| XYZ | 54.3 | 33.92 | 95.78 | - |
| YUV | 159.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 252 | 0.10 | 0.57 | 0 | 0.01 | 289.17 | 0.96 | 0.71 |
| Hex | E2 | 6C | FC | A | 39 | 0 | 1 | 121 | 60 | 47 |
| Octal | 342 | 154 | 374 | 12 | 71 | 0 | 1 | 441 | 140 | 107 |
| Binary | 11100010 | 1101100 | 11111100 | 1010 | 111001 | 0 | 1 | 100100001 | 1100000 | 1000111 |
Color Harmonies of #E26CFC
Complementary color
Monochromatic Colors of #E26CFC
Black with #E26CFC
Text Example
Text Example
White with #E26CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CFC; }
p { color: rgb(226,108,252); }
H1.HeaderClassName
{
color: #E26CFC;
}
.AnyTagClassName
{
color: #E26CFC;
}
</style>
background-color css
<style>
a { background-color: #E26CFC; }
a { background-color: rgb(226,108,252); }
div.DivClassName
{
background-color: #E26CFC;
}
.BgClassName
{
background-color: #E26CFC;
}
</style>
border-color css
<style>
span { border-color: #E26CFC; }
span { border-color: rgb(226,108,252); }
td.TdClassName
{
border-color: #E26CFC;
}
.TagClassName
{
border-color: #E26CFC;
}
</style>