Shades of Heliotrope #E268F3
Tints of Heliotrope #E268F3
RGB
CMYK
RGB Variations
Color information
#E268F3 (or 0xE268F3) is known color: Heliotrope. HEX triplet: E2, 68 and F3. RGB value is (226,104,243). Sum of RGB (Red+Green+Blue) = 226+104+243=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #E268F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F3 is #1D970C. Grayscale: #9B9B9B. Windows color (decimal): -1939213 or 15952098. OLE color: 15952098.
HSL color Cylindrical-coordinate representation of color #E268F3: hue angle of 292.66º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E268F3 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 104 | 243 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.05 |
| HSL | 292.66º | 0.85% | 0.68% | - |
| HSV(B) | 292.66º | 0.57% | 0.95% | - |
| XYZ | 52.49 | 32.54 | 88.31 | - |
| YUV | 156.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 243 | 0.07 | 0.57 | 0 | 0.05 | 292.66 | 0.85 | 0.68 |
| Hex | E2 | 68 | F3 | 7 | 39 | 0 | 5 | 125 | 55 | 44 |
| Octal | 342 | 150 | 363 | 7 | 71 | 0 | 5 | 445 | 125 | 104 |
| Binary | 11100010 | 1101000 | 11110011 | 111 | 111001 | 0 | 101 | 100100101 | 1010101 | 1000100 |
Color Harmonies of #E268F3
Complementary color
Monochromatic Colors of #E268F3
Black with #E268F3
Text Example
Text Example
White with #E268F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268F3; }
p { color: rgb(226,104,243); }
H1.HeaderClassName
{
color: #E268F3;
}
.AnyTagClassName
{
color: #E268F3;
}
</style>
background-color css
<style>
a { background-color: #E268F3; }
a { background-color: rgb(226,104,243); }
div.DivClassName
{
background-color: #E268F3;
}
.BgClassName
{
background-color: #E268F3;
}
</style>
border-color css
<style>
span { border-color: #E268F3; }
span { border-color: rgb(226,104,243); }
td.TdClassName
{
border-color: #E268F3;
}
.TagClassName
{
border-color: #E268F3;
}
</style>