Shades of Heliotrope #E26CEE
Tints of Heliotrope #E26CEE
RGB
CMYK
RGB Variations
Color information
#E26CEE (or 0xE26CEE) is known color: Heliotrope. HEX triplet: E2, 6C and EE. RGB value is (226,108,238). Sum of RGB (Red+Green+Blue) = 226+108+238=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #E26CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CEE is #1D9311. Grayscale: #9D9D9D. Windows color (decimal): -1938194 or 15625442. OLE color: 15625442.
HSL color Cylindrical-coordinate representation of color #E26CEE: hue angle of 294.46º 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 #E26CEE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 108 | 238 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294.46º | 0.79% | 0.68% | - |
| HSV(B) | 294.46º | 0.55% | 0.93% | - |
| XYZ | 52.16 | 33.07 | 84.52 | - |
| YUV | 158.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 238 | 0.05 | 0.55 | 0 | 0.07 | 294.46 | 0.79 | 0.68 |
| Hex | E2 | 6C | EE | 5 | 37 | 0 | 7 | 126 | 4F | 44 |
| Octal | 342 | 154 | 356 | 5 | 67 | 0 | 7 | 446 | 117 | 104 |
| Binary | 11100010 | 1101100 | 11101110 | 101 | 110111 | 0 | 111 | 100100110 | 1001111 | 1000100 |
Color Harmonies of #E26CEE
Complementary color
Monochromatic Colors of #E26CEE
Black with #E26CEE
Text Example
Text Example
White with #E26CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CEE; }
p { color: rgb(226,108,238); }
H1.HeaderClassName
{
color: #E26CEE;
}
.AnyTagClassName
{
color: #E26CEE;
}
</style>
background-color css
<style>
a { background-color: #E26CEE; }
a { background-color: rgb(226,108,238); }
div.DivClassName
{
background-color: #E26CEE;
}
.BgClassName
{
background-color: #E26CEE;
}
</style>
border-color css
<style>
span { border-color: #E26CEE; }
span { border-color: rgb(226,108,238); }
td.TdClassName
{
border-color: #E26CEE;
}
.TagClassName
{
border-color: #E26CEE;
}
</style>