Shades of Heliotrope #E28DFD
Tints of Heliotrope #E28DFD
RGB
CMYK
RGB Variations
Color information
#E28DFD (or 0xE28DFD) is known color: Heliotrope. HEX triplet: E2, 8D and FD. RGB value is (226,141,253). Sum of RGB (Red+Green+Blue) = 226+141+253=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #E28DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DFD is #1D7202. Grayscale: #B2B2B2. Windows color (decimal): -1929731 or 16616930. OLE color: 16616930.
HSL color Cylindrical-coordinate representation of color #E28DFD: hue angle of 285.54º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28DFD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 141 | 253 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.01 |
| HSL | 285.54º | 0.97% | 0.77% | - |
| HSV(B) | 285.54º | 0.44% | 0.99% | - |
| XYZ | 58.62 | 42.31 | 98.01 | - |
| YUV | 179.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 253 | 0.11 | 0.44 | 0 | 0.01 | 285.54 | 0.97 | 0.77 |
| Hex | E2 | 8D | FD | B | 2C | 0 | 1 | 11E | 61 | 4D |
| Octal | 342 | 215 | 375 | 13 | 54 | 0 | 1 | 436 | 141 | 115 |
| Binary | 11100010 | 10001101 | 11111101 | 1011 | 101100 | 0 | 1 | 100011110 | 1100001 | 1001101 |
Color Harmonies of #E28DFD
Complementary color
Monochromatic Colors of #E28DFD
Black with #E28DFD
Text Example
Text Example
White with #E28DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DFD; }
p { color: rgb(226,141,253); }
H1.HeaderClassName
{
color: #E28DFD;
}
.AnyTagClassName
{
color: #E28DFD;
}
</style>
background-color css
<style>
a { background-color: #E28DFD; }
a { background-color: rgb(226,141,253); }
div.DivClassName
{
background-color: #E28DFD;
}
.BgClassName
{
background-color: #E28DFD;
}
</style>
border-color css
<style>
span { border-color: #E28DFD; }
span { border-color: rgb(226,141,253); }
td.TdClassName
{
border-color: #E28DFD;
}
.TagClassName
{
border-color: #E28DFD;
}
</style>