Shades of Heliotrope #E256F9
Tints of Heliotrope #E256F9
RGB
CMYK
RGB Variations
Color information
#E256F9 (or 0xE256F9) is known color: Heliotrope. HEX triplet: E2, 56 and F9. RGB value is (226,86,249). Sum of RGB (Red+Green+Blue) = 226+86+249=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 86 (33.98% from 255 or 15.33% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #E256F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256F9 is #1DA906. Grayscale: #919191. Windows color (decimal): -1943815 or 16340706. OLE color: 16340706.
HSL color Cylindrical-coordinate representation of color #E256F9: hue angle of 291.53º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E256F9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 86 | 249 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.02 |
| HSL | 291.53º | 0.93% | 0.66% | - |
| HSV(B) | 291.53º | 0.65% | 0.98% | - |
| XYZ | 51.79 | 29.66 | 92.62 | - |
| YUV | 146.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 249 | 0.09 | 0.65 | 0 | 0.02 | 291.53 | 0.93 | 0.66 |
| Hex | E2 | 56 | F9 | 9 | 41 | 0 | 2 | 124 | 5D | 42 |
| Octal | 342 | 126 | 371 | 11 | 101 | 0 | 2 | 444 | 135 | 102 |
| Binary | 11100010 | 1010110 | 11111001 | 1001 | 1000001 | 0 | 10 | 100100100 | 1011101 | 1000010 |
Color Harmonies of #E256F9
Complementary color
Monochromatic Colors of #E256F9
Black with #E256F9
Text Example
Text Example
White with #E256F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256F9; }
p { color: rgb(226,86,249); }
H1.HeaderClassName
{
color: #E256F9;
}
.AnyTagClassName
{
color: #E256F9;
}
</style>
background-color css
<style>
a { background-color: #E256F9; }
a { background-color: rgb(226,86,249); }
div.DivClassName
{
background-color: #E256F9;
}
.BgClassName
{
background-color: #E256F9;
}
</style>
border-color css
<style>
span { border-color: #E256F9; }
span { border-color: rgb(226,86,249); }
td.TdClassName
{
border-color: #E256F9;
}
.TagClassName
{
border-color: #E256F9;
}
</style>