Shades of Heliotrope #E255F9
Tints of Heliotrope #E255F9
RGB
CMYK
RGB Variations
Color information
#E255F9 (or 0xE255F9) is known color: Heliotrope. HEX triplet: E2, 55 and F9. RGB value is (226,85,249). Sum of RGB (Red+Green+Blue) = 226+85+249=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #E255F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255F9 is #1DAA06. Grayscale: #919191. Windows color (decimal): -1944071 or 16340450. OLE color: 16340450.
HSL color Cylindrical-coordinate representation of color #E255F9: hue angle of 291.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E255F9 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 85 | 249 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.02 |
| HSL | 291.59º | 0.93% | 0.65% | - |
| HSV(B) | 291.59º | 0.66% | 0.98% | - |
| XYZ | 51.71 | 29.51 | 92.59 | - |
| YUV | 145.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 249 | 0.09 | 0.66 | 0 | 0.02 | 291.59 | 0.93 | 0.65 |
| Hex | E2 | 55 | F9 | 9 | 42 | 0 | 2 | 124 | 5D | 41 |
| Octal | 342 | 125 | 371 | 11 | 102 | 0 | 2 | 444 | 135 | 101 |
| Binary | 11100010 | 1010101 | 11111001 | 1001 | 1000010 | 0 | 10 | 100100100 | 1011101 | 1000001 |
Color Harmonies of #E255F9
Complementary color
Monochromatic Colors of #E255F9
Black with #E255F9
Text Example
Text Example
White with #E255F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255F9; }
p { color: rgb(226,85,249); }
H1.HeaderClassName
{
color: #E255F9;
}
.AnyTagClassName
{
color: #E255F9;
}
</style>
background-color css
<style>
a { background-color: #E255F9; }
a { background-color: rgb(226,85,249); }
div.DivClassName
{
background-color: #E255F9;
}
.BgClassName
{
background-color: #E255F9;
}
</style>
border-color css
<style>
span { border-color: #E255F9; }
span { border-color: rgb(226,85,249); }
td.TdClassName
{
border-color: #E255F9;
}
.TagClassName
{
border-color: #E255F9;
}
</style>