Shades of Heliotrope #E268F5
Tints of Heliotrope #E268F5
RGB
CMYK
RGB Variations
Color information
#E268F5 (or 0xE268F5) is known color: Heliotrope. HEX triplet: E2, 68 and F5. RGB value is (226,104,245). Sum of RGB (Red+Green+Blue) = 226+104+245=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #E268F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F5 is #1D970A. Grayscale: #9C9C9C. Windows color (decimal): -1939211 or 16083170. OLE color: 16083170.
HSL color Cylindrical-coordinate representation of color #E268F5: hue angle of 291.91º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E268F5 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 104 | 245 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.04 |
| HSL | 291.91º | 0.88% | 0.68% | - |
| HSV(B) | 291.91º | 0.58% | 0.96% | - |
| XYZ | 52.8 | 32.66 | 89.91 | - |
| YUV | 156.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 245 | 0.08 | 0.58 | 0 | 0.04 | 291.91 | 0.88 | 0.68 |
| Hex | E2 | 68 | F5 | 8 | 3A | 0 | 4 | 124 | 58 | 44 |
| Octal | 342 | 150 | 365 | 10 | 72 | 0 | 4 | 444 | 130 | 104 |
| Binary | 11100010 | 1101000 | 11110101 | 1000 | 111010 | 0 | 100 | 100100100 | 1011000 | 1000100 |
Color Harmonies of #E268F5
Complementary color
Monochromatic Colors of #E268F5
Black with #E268F5
Text Example
Text Example
White with #E268F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268F5; }
p { color: rgb(226,104,245); }
H1.HeaderClassName
{
color: #E268F5;
}
.AnyTagClassName
{
color: #E268F5;
}
</style>
background-color css
<style>
a { background-color: #E268F5; }
a { background-color: rgb(226,104,245); }
div.DivClassName
{
background-color: #E268F5;
}
.BgClassName
{
background-color: #E268F5;
}
</style>
border-color css
<style>
span { border-color: #E268F5; }
span { border-color: rgb(226,104,245); }
td.TdClassName
{
border-color: #E268F5;
}
.TagClassName
{
border-color: #E268F5;
}
</style>