Shades of Heliotrope #E268F9
Tints of Heliotrope #E268F9
RGB
CMYK
RGB Variations
Color information
#E268F9 (or 0xE268F9) is known color: Heliotrope. HEX triplet: E2, 68 and F9. RGB value is (226,104,249). Sum of RGB (Red+Green+Blue) = 226+104+249=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #E268F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F9 is #1D9706. Grayscale: #9C9C9C. Windows color (decimal): -1939207 or 16345314. OLE color: 16345314.
HSL color Cylindrical-coordinate representation of color #E268F9: hue angle of 290.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E268F9 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 104 | 249 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.02 |
| HSL | 290.48º | 0.92% | 0.69% | - |
| HSV(B) | 290.48º | 0.58% | 0.98% | - |
| XYZ | 53.41 | 32.91 | 93.16 | - |
| YUV | 157.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 249 | 0.09 | 0.58 | 0 | 0.02 | 290.48 | 0.92 | 0.69 |
| Hex | E2 | 68 | F9 | 9 | 3A | 0 | 2 | 122 | 5C | 45 |
| Octal | 342 | 150 | 371 | 11 | 72 | 0 | 2 | 442 | 134 | 105 |
| Binary | 11100010 | 1101000 | 11111001 | 1001 | 111010 | 0 | 10 | 100100010 | 1011100 | 1000101 |
Color Harmonies of #E268F9
Complementary color
Monochromatic Colors of #E268F9
Black with #E268F9
Text Example
Text Example
White with #E268F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268F9; }
p { color: rgb(226,104,249); }
H1.HeaderClassName
{
color: #E268F9;
}
.AnyTagClassName
{
color: #E268F9;
}
</style>
background-color css
<style>
a { background-color: #E268F9; }
a { background-color: rgb(226,104,249); }
div.DivClassName
{
background-color: #E268F9;
}
.BgClassName
{
background-color: #E268F9;
}
</style>
border-color css
<style>
span { border-color: #E268F9; }
span { border-color: rgb(226,104,249); }
td.TdClassName
{
border-color: #E268F9;
}
.TagClassName
{
border-color: #E268F9;
}
</style>