Shades of Heliotrope #E26BEE
Tints of Heliotrope #E26BEE
RGB
CMYK
RGB Variations
Color information
#E26BEE (or 0xE26BEE) is known color: Heliotrope. HEX triplet: E2, 6B and EE. RGB value is (226,107,238). Sum of RGB (Red+Green+Blue) = 226+107+238=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #E26BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BEE is #1D9411. Grayscale: #9D9D9D. Windows color (decimal): -1938450 or 15625186. OLE color: 15625186.
HSL color Cylindrical-coordinate representation of color #E26BEE: hue angle of 294.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26BEE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 107 | 238 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294.5º | 0.79% | 0.68% | - |
| HSV(B) | 294.5º | 0.55% | 0.93% | - |
| XYZ | 52.05 | 32.86 | 84.49 | - |
| YUV | 157.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 238 | 0.05 | 0.55 | 0 | 0.07 | 294.5 | 0.79 | 0.68 |
| Hex | E2 | 6B | EE | 5 | 37 | 0 | 7 | 127 | 4F | 44 |
| Octal | 342 | 153 | 356 | 5 | 67 | 0 | 7 | 447 | 117 | 104 |
| Binary | 11100010 | 1101011 | 11101110 | 101 | 110111 | 0 | 111 | 100100111 | 1001111 | 1000100 |
Color Harmonies of #E26BEE
Complementary color
Monochromatic Colors of #E26BEE
Black with #E26BEE
Text Example
Text Example
White with #E26BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BEE; }
p { color: rgb(226,107,238); }
H1.HeaderClassName
{
color: #E26BEE;
}
.AnyTagClassName
{
color: #E26BEE;
}
</style>
background-color css
<style>
a { background-color: #E26BEE; }
a { background-color: rgb(226,107,238); }
div.DivClassName
{
background-color: #E26BEE;
}
.BgClassName
{
background-color: #E26BEE;
}
</style>
border-color css
<style>
span { border-color: #E26BEE; }
span { border-color: rgb(226,107,238); }
td.TdClassName
{
border-color: #E26BEE;
}
.TagClassName
{
border-color: #E26BEE;
}
</style>