Shades of Heliotrope #E266EF
Tints of Heliotrope #E266EF
RGB
CMYK
RGB Variations
Color information
#E266EF (or 0xE266EF) is known color: Heliotrope. HEX triplet: E2, 66 and EF. RGB value is (226,102,239). Sum of RGB (Red+Green+Blue) = 226+102+239=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #E266EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266EF is #1D9910. Grayscale: #9A9A9A. Windows color (decimal): -1939729 or 15689442. OLE color: 15689442.
HSL color Cylindrical-coordinate representation of color #E266EF: hue angle of 294.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E266EF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 102 | 239 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.06 |
| HSL | 294.31º | 0.81% | 0.67% | - |
| HSV(B) | 294.31º | 0.57% | 0.94% | - |
| XYZ | 51.7 | 31.9 | 85.09 | - |
| YUV | 154.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 239 | 0.05 | 0.57 | 0 | 0.06 | 294.31 | 0.81 | 0.67 |
| Hex | E2 | 66 | EF | 5 | 39 | 0 | 6 | 126 | 51 | 43 |
| Octal | 342 | 146 | 357 | 5 | 71 | 0 | 6 | 446 | 121 | 103 |
| Binary | 11100010 | 1100110 | 11101111 | 101 | 111001 | 0 | 110 | 100100110 | 1010001 | 1000011 |
Color Harmonies of #E266EF
Complementary color
Monochromatic Colors of #E266EF
Black with #E266EF
Text Example
Text Example
White with #E266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266EF; }
p { color: rgb(226,102,239); }
H1.HeaderClassName
{
color: #E266EF;
}
.AnyTagClassName
{
color: #E266EF;
}
</style>
background-color css
<style>
a { background-color: #E266EF; }
a { background-color: rgb(226,102,239); }
div.DivClassName
{
background-color: #E266EF;
}
.BgClassName
{
background-color: #E266EF;
}
</style>
border-color css
<style>
span { border-color: #E266EF; }
span { border-color: rgb(226,102,239); }
td.TdClassName
{
border-color: #E266EF;
}
.TagClassName
{
border-color: #E266EF;
}
</style>