Shades of Heliotrope #E256FA
Tints of Heliotrope #E256FA
RGB
CMYK
RGB Variations
Color information
#E256FA (or 0xE256FA) is known color: Heliotrope. HEX triplet: E2, 56 and FA. RGB value is (226,86,250). Sum of RGB (Red+Green+Blue) = 226+86+250=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E256FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256FA is #1DA905. Grayscale: #929292. Windows color (decimal): -1943814 or 16406242. OLE color: 16406242.
HSL color Cylindrical-coordinate representation of color #E256FA: hue angle of 291.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E256FA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 86 | 250 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.02 |
| HSL | 291.22º | 0.94% | 0.66% | - |
| HSV(B) | 291.22º | 0.66% | 0.98% | - |
| XYZ | 51.95 | 29.73 | 93.44 | - |
| YUV | 146.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 250 | 0.10 | 0.66 | 0 | 0.02 | 291.22 | 0.94 | 0.66 |
| Hex | E2 | 56 | FA | A | 42 | 0 | 2 | 123 | 5E | 42 |
| Octal | 342 | 126 | 372 | 12 | 102 | 0 | 2 | 443 | 136 | 102 |
| Binary | 11100010 | 1010110 | 11111010 | 1010 | 1000010 | 0 | 10 | 100100011 | 1011110 | 1000010 |
Color Harmonies of #E256FA
Complementary color
Monochromatic Colors of #E256FA
Black with #E256FA
Text Example
Text Example
White with #E256FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256FA; }
p { color: rgb(226,86,250); }
H1.HeaderClassName
{
color: #E256FA;
}
.AnyTagClassName
{
color: #E256FA;
}
</style>
background-color css
<style>
a { background-color: #E256FA; }
a { background-color: rgb(226,86,250); }
div.DivClassName
{
background-color: #E256FA;
}
.BgClassName
{
background-color: #E256FA;
}
</style>
border-color css
<style>
span { border-color: #E256FA; }
span { border-color: rgb(226,86,250); }
td.TdClassName
{
border-color: #E256FA;
}
.TagClassName
{
border-color: #E256FA;
}
</style>