Shades of Heliotrope #E266FF
Tints of Heliotrope #E266FF
RGB
CMYK
RGB Variations
Color information
#E266FF (or 0xE266FF) is known color: Heliotrope. HEX triplet: E2, 66 and FF. RGB value is (226,102,255). Sum of RGB (Red+Green+Blue) = 226+102+255=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #E266FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266FF is #1D9900. Grayscale: #9C9C9C. Windows color (decimal): -1939713 or 16738018. OLE color: 16738018.
HSL color Cylindrical-coordinate representation of color #E266FF: hue angle of 288.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E266FF is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 102 | 255 | - |
| CMYK | 0.11 | 0.6 | 0 | 0 |
| HSL | 288.63º | 1% | 0.7% | - |
| HSV(B) | 288.63º | 0.6% | 1% | - |
| XYZ | 54.17 | 32.89 | 98.1 | - |
| YUV | 156.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 255 | 0.11 | 0.6 | 0 | 0 | 288.63 | 1 | 0.7 |
| Hex | E2 | 66 | FF | B | 3C | 0 | 0 | 121 | 64 | 46 |
| Octal | 342 | 146 | 377 | 13 | 74 | 0 | 0 | 441 | 144 | 106 |
| Binary | 11100010 | 1100110 | 11111111 | 1011 | 111100 | 0 | 0 | 100100001 | 1100100 | 1000110 |
Color Harmonies of #E266FF
Complementary color
Monochromatic Colors of #E266FF
Black with #E266FF
Text Example
Text Example
White with #E266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266FF; }
p { color: rgb(226,102,255); }
H1.HeaderClassName
{
color: #E266FF;
}
.AnyTagClassName
{
color: #E266FF;
}
</style>
background-color css
<style>
a { background-color: #E266FF; }
a { background-color: rgb(226,102,255); }
div.DivClassName
{
background-color: #E266FF;
}
.BgClassName
{
background-color: #E266FF;
}
</style>
border-color css
<style>
span { border-color: #E266FF; }
span { border-color: rgb(226,102,255); }
td.TdClassName
{
border-color: #E266FF;
}
.TagClassName
{
border-color: #E266FF;
}
</style>