Shades of Heliotrope #E260FF
Tints of Heliotrope #E260FF
RGB
CMYK
RGB Variations
Color information
#E260FF (or 0xE260FF) is known color: Heliotrope. HEX triplet: E2, 60 and FF. RGB value is (226,96,255). Sum of RGB (Red+Green+Blue) = 226+96+255=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E260FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260FF is #1D9F00. Grayscale: #989898. Windows color (decimal): -1941249 or 16736482. OLE color: 16736482.
HSL color Cylindrical-coordinate representation of color #E260FF: hue angle of 289.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E260FF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 96 | 255 | - |
| CMYK | 0.11 | 0.62 | 0 | 0 |
| HSL | 289.06º | 1% | 0.69% | - |
| HSV(B) | 289.06º | 0.62% | 1% | - |
| XYZ | 53.6 | 31.75 | 97.91 | - |
| YUV | 153 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 255 | 0.11 | 0.62 | 0 | 0 | 289.06 | 1 | 0.69 |
| Hex | E2 | 60 | FF | B | 3E | 0 | 0 | 121 | 64 | 45 |
| Octal | 342 | 140 | 377 | 13 | 76 | 0 | 0 | 441 | 144 | 105 |
| Binary | 11100010 | 1100000 | 11111111 | 1011 | 111110 | 0 | 0 | 100100001 | 1100100 | 1000101 |
Color Harmonies of #E260FF
Complementary color
Monochromatic Colors of #E260FF
Black with #E260FF
Text Example
Text Example
White with #E260FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260FF; }
p { color: rgb(226,96,255); }
H1.HeaderClassName
{
color: #E260FF;
}
.AnyTagClassName
{
color: #E260FF;
}
</style>
background-color css
<style>
a { background-color: #E260FF; }
a { background-color: rgb(226,96,255); }
div.DivClassName
{
background-color: #E260FF;
}
.BgClassName
{
background-color: #E260FF;
}
</style>
border-color css
<style>
span { border-color: #E260FF; }
span { border-color: rgb(226,96,255); }
td.TdClassName
{
border-color: #E260FF;
}
.TagClassName
{
border-color: #E260FF;
}
</style>