Shades of Heliotrope #E28DFE
Tints of Heliotrope #E28DFE
RGB
CMYK
RGB Variations
Color information
#E28DFE (or 0xE28DFE) is known color: Heliotrope. HEX triplet: E2, 8D and FE. RGB value is (226,141,254). Sum of RGB (Red+Green+Blue) = 226+141+254=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #E28DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DFE is #1D7201. Grayscale: #B2B2B2. Windows color (decimal): -1929730 or 16682466. OLE color: 16682466.
HSL color Cylindrical-coordinate representation of color #E28DFE: hue angle of 285.13º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28DFE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 141 | 254 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.00 |
| HSL | 285.13º | 0.98% | 0.77% | - |
| HSV(B) | 285.13º | 0.44% | 1% | - |
| XYZ | 58.78 | 42.37 | 98.85 | - |
| YUV | 179.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 254 | 0.11 | 0.44 | 0 | 0.00 | 285.13 | 0.98 | 0.77 |
| Hex | E2 | 8D | FE | B | 2C | 0 | 0 | 11D | 62 | 4D |
| Octal | 342 | 215 | 376 | 13 | 54 | 0 | 0 | 435 | 142 | 115 |
| Binary | 11100010 | 10001101 | 11111110 | 1011 | 101100 | 0 | 0 | 100011101 | 1100010 | 1001101 |
Color Harmonies of #E28DFE
Complementary color
Monochromatic Colors of #E28DFE
Black with #E28DFE
Text Example
Text Example
White with #E28DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DFE; }
p { color: rgb(226,141,254); }
H1.HeaderClassName
{
color: #E28DFE;
}
.AnyTagClassName
{
color: #E28DFE;
}
</style>
background-color css
<style>
a { background-color: #E28DFE; }
a { background-color: rgb(226,141,254); }
div.DivClassName
{
background-color: #E28DFE;
}
.BgClassName
{
background-color: #E28DFE;
}
</style>
border-color css
<style>
span { border-color: #E28DFE; }
span { border-color: rgb(226,141,254); }
td.TdClassName
{
border-color: #E28DFE;
}
.TagClassName
{
border-color: #E28DFE;
}
</style>