Shades of Heliotrope #E268EC
Tints of Heliotrope #E268EC
RGB
CMYK
RGB Variations
Color information
#E268EC (or 0xE268EC) is known color: Heliotrope. HEX triplet: E2, 68 and EC. RGB value is (226,104,236). Sum of RGB (Red+Green+Blue) = 226+104+236=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #E268EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268EC is #1D9713. Grayscale: #9B9B9B. Windows color (decimal): -1939220 or 15493346. OLE color: 15493346.
HSL color Cylindrical-coordinate representation of color #E268EC: hue angle of 295.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E268EC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 104 | 236 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.07 |
| HSL | 295.45º | 0.78% | 0.67% | - |
| HSV(B) | 295.45º | 0.56% | 0.93% | - |
| XYZ | 51.45 | 32.13 | 82.85 | - |
| YUV | 155.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 236 | 0.04 | 0.56 | 0 | 0.07 | 295.45 | 0.78 | 0.67 |
| Hex | E2 | 68 | EC | 4 | 38 | 0 | 7 | 127 | 4E | 43 |
| Octal | 342 | 150 | 354 | 4 | 70 | 0 | 7 | 447 | 116 | 103 |
| Binary | 11100010 | 1101000 | 11101100 | 100 | 111000 | 0 | 111 | 100100111 | 1001110 | 1000011 |
Color Harmonies of #E268EC
Complementary color
Monochromatic Colors of #E268EC
Black with #E268EC
Text Example
Text Example
White with #E268EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268EC; }
p { color: rgb(226,104,236); }
H1.HeaderClassName
{
color: #E268EC;
}
.AnyTagClassName
{
color: #E268EC;
}
</style>
background-color css
<style>
a { background-color: #E268EC; }
a { background-color: rgb(226,104,236); }
div.DivClassName
{
background-color: #E268EC;
}
.BgClassName
{
background-color: #E268EC;
}
</style>
border-color css
<style>
span { border-color: #E268EC; }
span { border-color: rgb(226,104,236); }
td.TdClassName
{
border-color: #E268EC;
}
.TagClassName
{
border-color: #E268EC;
}
</style>