Shades of Heliotrope #E255F6
Tints of Heliotrope #E255F6
RGB
CMYK
RGB Variations
Color information
#E255F6 (or 0xE255F6) is known color: Heliotrope. HEX triplet: E2, 55 and F6. RGB value is (226,85,246). Sum of RGB (Red+Green+Blue) = 226+85+246=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #E255F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255F6 is #1DAA09. Grayscale: #919191. Windows color (decimal): -1944074 or 16143842. OLE color: 16143842.
HSL color Cylindrical-coordinate representation of color #E255F6: hue angle of 292.55º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E255F6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 85 | 246 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.04 |
| HSL | 292.55º | 0.9% | 0.65% | - |
| HSV(B) | 292.55º | 0.65% | 0.96% | - |
| XYZ | 51.25 | 29.32 | 90.15 | - |
| YUV | 145.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 246 | 0.08 | 0.65 | 0 | 0.04 | 292.55 | 0.9 | 0.65 |
| Hex | E2 | 55 | F6 | 8 | 41 | 0 | 4 | 125 | 5A | 41 |
| Octal | 342 | 125 | 366 | 10 | 101 | 0 | 4 | 445 | 132 | 101 |
| Binary | 11100010 | 1010101 | 11110110 | 1000 | 1000001 | 0 | 100 | 100100101 | 1011010 | 1000001 |
Color Harmonies of #E255F6
Complementary color
Monochromatic Colors of #E255F6
Black with #E255F6
Text Example
Text Example
White with #E255F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255F6; }
p { color: rgb(226,85,246); }
H1.HeaderClassName
{
color: #E255F6;
}
.AnyTagClassName
{
color: #E255F6;
}
</style>
background-color css
<style>
a { background-color: #E255F6; }
a { background-color: rgb(226,85,246); }
div.DivClassName
{
background-color: #E255F6;
}
.BgClassName
{
background-color: #E255F6;
}
</style>
border-color css
<style>
span { border-color: #E255F6; }
span { border-color: rgb(226,85,246); }
td.TdClassName
{
border-color: #E255F6;
}
.TagClassName
{
border-color: #E255F6;
}
</style>