Shades of Heliotrope #E260FE
Tints of Heliotrope #E260FE
RGB
CMYK
RGB Variations
Color information
#E260FE (or 0xE260FE) is known color: Heliotrope. HEX triplet: E2, 60 and FE. RGB value is (226,96,254). Sum of RGB (Red+Green+Blue) = 226+96+254=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E260FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260FE is #1D9F01. Grayscale: #989898. Windows color (decimal): -1941250 or 16670946. OLE color: 16670946.
HSL color Cylindrical-coordinate representation of color #E260FE: hue angle of 289.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E260FE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 96 | 254 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.00 |
| HSL | 289.37º | 0.99% | 0.69% | - |
| HSV(B) | 289.37º | 0.62% | 1% | - |
| XYZ | 53.44 | 31.69 | 97.07 | - |
| YUV | 152.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 254 | 0.11 | 0.62 | 0 | 0.00 | 289.37 | 0.99 | 0.69 |
| Hex | E2 | 60 | FE | B | 3E | 0 | 0 | 121 | 63 | 45 |
| Octal | 342 | 140 | 376 | 13 | 76 | 0 | 0 | 441 | 143 | 105 |
| Binary | 11100010 | 1100000 | 11111110 | 1011 | 111110 | 0 | 0 | 100100001 | 1100011 | 1000101 |
Color Harmonies of #E260FE
Complementary color
Monochromatic Colors of #E260FE
Black with #E260FE
Text Example
Text Example
White with #E260FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260FE; }
p { color: rgb(226,96,254); }
H1.HeaderClassName
{
color: #E260FE;
}
.AnyTagClassName
{
color: #E260FE;
}
</style>
background-color css
<style>
a { background-color: #E260FE; }
a { background-color: rgb(226,96,254); }
div.DivClassName
{
background-color: #E260FE;
}
.BgClassName
{
background-color: #E260FE;
}
</style>
border-color css
<style>
span { border-color: #E260FE; }
span { border-color: rgb(226,96,254); }
td.TdClassName
{
border-color: #E260FE;
}
.TagClassName
{
border-color: #E260FE;
}
</style>