Shades of Heliotrope #E265EF
Tints of Heliotrope #E265EF
RGB
CMYK
RGB Variations
Color information
#E265EF (or 0xE265EF) is known color: Heliotrope. HEX triplet: E2, 65 and EF. RGB value is (226,101,239). Sum of RGB (Red+Green+Blue) = 226+101+239=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #E265EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265EF is #1D9A10. Grayscale: #999999. Windows color (decimal): -1939985 or 15689186. OLE color: 15689186.
HSL color Cylindrical-coordinate representation of color #E265EF: hue angle of 294.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E265EF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 101 | 239 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.06 |
| HSL | 294.35º | 0.81% | 0.67% | - |
| HSV(B) | 294.35º | 0.58% | 0.94% | - |
| XYZ | 51.6 | 31.71 | 85.06 | - |
| YUV | 154.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 239 | 0.05 | 0.58 | 0 | 0.06 | 294.35 | 0.81 | 0.67 |
| Hex | E2 | 65 | EF | 5 | 3A | 0 | 6 | 126 | 51 | 43 |
| Octal | 342 | 145 | 357 | 5 | 72 | 0 | 6 | 446 | 121 | 103 |
| Binary | 11100010 | 1100101 | 11101111 | 101 | 111010 | 0 | 110 | 100100110 | 1010001 | 1000011 |
Color Harmonies of #E265EF
Complementary color
Monochromatic Colors of #E265EF
Black with #E265EF
Text Example
Text Example
White with #E265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265EF; }
p { color: rgb(226,101,239); }
H1.HeaderClassName
{
color: #E265EF;
}
.AnyTagClassName
{
color: #E265EF;
}
</style>
background-color css
<style>
a { background-color: #E265EF; }
a { background-color: rgb(226,101,239); }
div.DivClassName
{
background-color: #E265EF;
}
.BgClassName
{
background-color: #E265EF;
}
</style>
border-color css
<style>
span { border-color: #E265EF; }
span { border-color: rgb(226,101,239); }
td.TdClassName
{
border-color: #E265EF;
}
.TagClassName
{
border-color: #E265EF;
}
</style>