Shades of Heliotrope #E28DFA
Tints of Heliotrope #E28DFA
RGB
CMYK
RGB Variations
Color information
#E28DFA (or 0xE28DFA) is known color: Heliotrope. HEX triplet: E2, 8D and FA. RGB value is (226,141,250). Sum of RGB (Red+Green+Blue) = 226+141+250=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DFA is #1D7205. Grayscale: #B2B2B2. Windows color (decimal): -1929734 or 16420322. OLE color: 16420322.
HSL color Cylindrical-coordinate representation of color #E28DFA: hue angle of 286.79º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28DFA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 141 | 250 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.02 |
| HSL | 286.79º | 0.92% | 0.77% | - |
| HSV(B) | 286.79º | 0.44% | 0.98% | - |
| XYZ | 58.14 | 42.12 | 95.51 | - |
| YUV | 178.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 250 | 0.10 | 0.44 | 0 | 0.02 | 286.79 | 0.92 | 0.77 |
| Hex | E2 | 8D | FA | A | 2C | 0 | 2 | 11F | 5C | 4D |
| Octal | 342 | 215 | 372 | 12 | 54 | 0 | 2 | 437 | 134 | 115 |
| Binary | 11100010 | 10001101 | 11111010 | 1010 | 101100 | 0 | 10 | 100011111 | 1011100 | 1001101 |
Color Harmonies of #E28DFA
Complementary color
Monochromatic Colors of #E28DFA
Black with #E28DFA
Text Example
Text Example
White with #E28DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DFA; }
p { color: rgb(226,141,250); }
H1.HeaderClassName
{
color: #E28DFA;
}
.AnyTagClassName
{
color: #E28DFA;
}
</style>
background-color css
<style>
a { background-color: #E28DFA; }
a { background-color: rgb(226,141,250); }
div.DivClassName
{
background-color: #E28DFA;
}
.BgClassName
{
background-color: #E28DFA;
}
</style>
border-color css
<style>
span { border-color: #E28DFA; }
span { border-color: rgb(226,141,250); }
td.TdClassName
{
border-color: #E28DFA;
}
.TagClassName
{
border-color: #E28DFA;
}
</style>