Shades of Heliotrope #E268FE
Tints of Heliotrope #E268FE
RGB
CMYK
RGB Variations
Color information
#E268FE (or 0xE268FE) is known color: Heliotrope. HEX triplet: E2, 68 and FE. RGB value is (226,104,254). Sum of RGB (Red+Green+Blue) = 226+104+254=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #E268FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268FE is #1D9701. Grayscale: #9D9D9D. Windows color (decimal): -1939202 or 16672994. OLE color: 16672994.
HSL color Cylindrical-coordinate representation of color #E268FE: hue angle of 288.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E268FE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 104 | 254 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.00 |
| HSL | 288.8º | 0.99% | 0.7% | - |
| HSV(B) | 288.8º | 0.59% | 1% | - |
| XYZ | 54.2 | 33.23 | 97.32 | - |
| YUV | 157.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 254 | 0.11 | 0.59 | 0 | 0.00 | 288.8 | 0.99 | 0.7 |
| Hex | E2 | 68 | FE | B | 3B | 0 | 0 | 121 | 63 | 46 |
| Octal | 342 | 150 | 376 | 13 | 73 | 0 | 0 | 441 | 143 | 106 |
| Binary | 11100010 | 1101000 | 11111110 | 1011 | 111011 | 0 | 0 | 100100001 | 1100011 | 1000110 |
Color Harmonies of #E268FE
Complementary color
Monochromatic Colors of #E268FE
Black with #E268FE
Text Example
Text Example
White with #E268FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268FE; }
p { color: rgb(226,104,254); }
H1.HeaderClassName
{
color: #E268FE;
}
.AnyTagClassName
{
color: #E268FE;
}
</style>
background-color css
<style>
a { background-color: #E268FE; }
a { background-color: rgb(226,104,254); }
div.DivClassName
{
background-color: #E268FE;
}
.BgClassName
{
background-color: #E268FE;
}
</style>
border-color css
<style>
span { border-color: #E268FE; }
span { border-color: rgb(226,104,254); }
td.TdClassName
{
border-color: #E268FE;
}
.TagClassName
{
border-color: #E268FE;
}
</style>