Shades of Heliotrope #E26CF2
Tints of Heliotrope #E26CF2
RGB
CMYK
RGB Variations
Color information
#E26CF2 (or 0xE26CF2) is known color: Heliotrope. HEX triplet: E2, 6C and F2. RGB value is (226,108,242). Sum of RGB (Red+Green+Blue) = 226+108+242=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E26CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CF2 is #1D930D. Grayscale: #9E9E9E. Windows color (decimal): -1938190 or 15887586. OLE color: 15887586.
HSL color Cylindrical-coordinate representation of color #E26CF2: hue angle of 292.84º 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 #E26CF2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 108 | 242 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.05 |
| HSL | 292.84º | 0.84% | 0.69% | - |
| HSV(B) | 292.84º | 0.55% | 0.95% | - |
| XYZ | 52.75 | 33.3 | 87.65 | - |
| YUV | 158.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 242 | 0.07 | 0.55 | 0 | 0.05 | 292.84 | 0.84 | 0.69 |
| Hex | E2 | 6C | F2 | 7 | 37 | 0 | 5 | 125 | 54 | 45 |
| Octal | 342 | 154 | 362 | 7 | 67 | 0 | 5 | 445 | 124 | 105 |
| Binary | 11100010 | 1101100 | 11110010 | 111 | 110111 | 0 | 101 | 100100101 | 1010100 | 1000101 |
Color Harmonies of #E26CF2
Complementary color
Monochromatic Colors of #E26CF2
Black with #E26CF2
Text Example
Text Example
White with #E26CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CF2; }
p { color: rgb(226,108,242); }
H1.HeaderClassName
{
color: #E26CF2;
}
.AnyTagClassName
{
color: #E26CF2;
}
</style>
background-color css
<style>
a { background-color: #E26CF2; }
a { background-color: rgb(226,108,242); }
div.DivClassName
{
background-color: #E26CF2;
}
.BgClassName
{
background-color: #E26CF2;
}
</style>
border-color css
<style>
span { border-color: #E26CF2; }
span { border-color: rgb(226,108,242); }
td.TdClassName
{
border-color: #E26CF2;
}
.TagClassName
{
border-color: #E26CF2;
}
</style>