Shades of Heliotrope #E286F9
Tints of Heliotrope #E286F9
RGB
CMYK
RGB Variations
Color information
#E286F9 (or 0xE286F9) is known color: Heliotrope. HEX triplet: E2, 86 and F9. RGB value is (226,134,249). Sum of RGB (Red+Green+Blue) = 226+134+249=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E286F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E286F9 is #1D7906. Grayscale: #AEAEAE. Windows color (decimal): -1931527 or 16352994. OLE color: 16352994.
HSL color Cylindrical-coordinate representation of color #E286F9: hue angle of 288º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E286F9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 134 | 249 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.02 |
| HSL | 288º | 0.91% | 0.75% | - |
| HSV(B) | 288º | 0.46% | 0.98% | - |
| XYZ | 56.99 | 40.06 | 94.35 | - |
| YUV | 174.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 249 | 0.09 | 0.46 | 0 | 0.02 | 288 | 0.91 | 0.75 |
| Hex | E2 | 86 | F9 | 9 | 2E | 0 | 2 | 120 | 5B | 4B |
| Octal | 342 | 206 | 371 | 11 | 56 | 0 | 2 | 440 | 133 | 113 |
| Binary | 11100010 | 10000110 | 11111001 | 1001 | 101110 | 0 | 10 | 100100000 | 1011011 | 1001011 |
Color Harmonies of #E286F9
Complementary color
Monochromatic Colors of #E286F9
Black with #E286F9
Text Example
Text Example
White with #E286F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286F9; }
p { color: rgb(226,134,249); }
H1.HeaderClassName
{
color: #E286F9;
}
.AnyTagClassName
{
color: #E286F9;
}
</style>
background-color css
<style>
a { background-color: #E286F9; }
a { background-color: rgb(226,134,249); }
div.DivClassName
{
background-color: #E286F9;
}
.BgClassName
{
background-color: #E286F9;
}
</style>
border-color css
<style>
span { border-color: #E286F9; }
span { border-color: rgb(226,134,249); }
td.TdClassName
{
border-color: #E286F9;
}
.TagClassName
{
border-color: #E286F9;
}
</style>