Shades of Heliotrope #E260EF
Tints of Heliotrope #E260EF
RGB
CMYK
RGB Variations
Color information
#E260EF (or 0xE260EF) is known color: Heliotrope. HEX triplet: E2, 60 and EF. RGB value is (226,96,239). Sum of RGB (Red+Green+Blue) = 226+96+239=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #E260EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260EF is #1D9F10. Grayscale: #969696. Windows color (decimal): -1941265 or 15687906. OLE color: 15687906.
HSL color Cylindrical-coordinate representation of color #E260EF: hue angle of 294.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E260EF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 96 | 239 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.06 |
| HSL | 294.55º | 0.82% | 0.66% | - |
| HSV(B) | 294.55º | 0.6% | 0.94% | - |
| XYZ | 51.13 | 30.77 | 84.91 | - |
| YUV | 151.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 239 | 0.05 | 0.60 | 0 | 0.06 | 294.55 | 0.82 | 0.66 |
| Hex | E2 | 60 | EF | 5 | 3C | 0 | 6 | 127 | 52 | 42 |
| Octal | 342 | 140 | 357 | 5 | 74 | 0 | 6 | 447 | 122 | 102 |
| Binary | 11100010 | 1100000 | 11101111 | 101 | 111100 | 0 | 110 | 100100111 | 1010010 | 1000010 |
Color Harmonies of #E260EF
Complementary color
Monochromatic Colors of #E260EF
Black with #E260EF
Text Example
Text Example
White with #E260EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260EF; }
p { color: rgb(226,96,239); }
H1.HeaderClassName
{
color: #E260EF;
}
.AnyTagClassName
{
color: #E260EF;
}
</style>
background-color css
<style>
a { background-color: #E260EF; }
a { background-color: rgb(226,96,239); }
div.DivClassName
{
background-color: #E260EF;
}
.BgClassName
{
background-color: #E260EF;
}
</style>
border-color css
<style>
span { border-color: #E260EF; }
span { border-color: rgb(226,96,239); }
td.TdClassName
{
border-color: #E260EF;
}
.TagClassName
{
border-color: #E260EF;
}
</style>