Shades of Heliotrope #E28AF9
Tints of Heliotrope #E28AF9
RGB
CMYK
RGB Variations
Color information
#E28AF9 (or 0xE28AF9) is known color: Heliotrope. HEX triplet: E2, 8A and F9. RGB value is (226,138,249). Sum of RGB (Red+Green+Blue) = 226+138+249=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #E28AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AF9 is #1D7506. Grayscale: #B0B0B0. Windows color (decimal): -1930503 or 16354018. OLE color: 16354018.
HSL color Cylindrical-coordinate representation of color #E28AF9: hue angle of 287.57º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E28AF9 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 138 | 249 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.02 |
| HSL | 287.57º | 0.9% | 0.76% | - |
| HSV(B) | 287.57º | 0.45% | 0.98% | - |
| XYZ | 57.55 | 41.19 | 94.54 | - |
| YUV | 176.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 249 | 0.09 | 0.45 | 0 | 0.02 | 287.57 | 0.9 | 0.76 |
| Hex | E2 | 8A | F9 | 9 | 2D | 0 | 2 | 120 | 5A | 4C |
| Octal | 342 | 212 | 371 | 11 | 55 | 0 | 2 | 440 | 132 | 114 |
| Binary | 11100010 | 10001010 | 11111001 | 1001 | 101101 | 0 | 10 | 100100000 | 1011010 | 1001100 |
Color Harmonies of #E28AF9
Complementary color
Monochromatic Colors of #E28AF9
Black with #E28AF9
Text Example
Text Example
White with #E28AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AF9; }
p { color: rgb(226,138,249); }
H1.HeaderClassName
{
color: #E28AF9;
}
.AnyTagClassName
{
color: #E28AF9;
}
</style>
background-color css
<style>
a { background-color: #E28AF9; }
a { background-color: rgb(226,138,249); }
div.DivClassName
{
background-color: #E28AF9;
}
.BgClassName
{
background-color: #E28AF9;
}
</style>
border-color css
<style>
span { border-color: #E28AF9; }
span { border-color: rgb(226,138,249); }
td.TdClassName
{
border-color: #E28AF9;
}
.TagClassName
{
border-color: #E28AF9;
}
</style>