Shades of Heliotrope #E08DFF
Tints of Heliotrope #E08DFF
RGB
CMYK
RGB Variations
Color information
#E08DFF (or 0xE08DFF) is known color: Heliotrope. HEX triplet: E0, 8D and FF. RGB value is (224,141,255). Sum of RGB (Red+Green+Blue) = 224+141+255=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #E08DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DFF is #1F7200. Grayscale: #B2B2B2. Windows color (decimal): -2060801 or 16748000. OLE color: 16748000.
HSL color Cylindrical-coordinate representation of color #E08DFF: hue angle of 283.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08DFF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 141 | 255 | - |
| CMYK | 0.12 | 0.45 | 0 | 0 |
| HSL | 283.68º | 1% | 0.78% | - |
| HSV(B) | 283.68º | 0.45% | 1% | - |
| XYZ | 58.32 | 42.12 | 99.66 | - |
| YUV | 178.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 255 | 0.12 | 0.45 | 0 | 0 | 283.68 | 1 | 0.78 |
| Hex | E0 | 8D | FF | C | 2D | 0 | 0 | 11C | 64 | 4E |
| Octal | 340 | 215 | 377 | 14 | 55 | 0 | 0 | 434 | 144 | 116 |
| Binary | 11100000 | 10001101 | 11111111 | 1100 | 101101 | 0 | 0 | 100011100 | 1100100 | 1001110 |
Color Harmonies of #E08DFF
Complementary color
Monochromatic Colors of #E08DFF
Black with #E08DFF
Text Example
Text Example
White with #E08DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DFF; }
p { color: rgb(224,141,255); }
H1.HeaderClassName
{
color: #E08DFF;
}
.AnyTagClassName
{
color: #E08DFF;
}
</style>
background-color css
<style>
a { background-color: #E08DFF; }
a { background-color: rgb(224,141,255); }
div.DivClassName
{
background-color: #E08DFF;
}
.BgClassName
{
background-color: #E08DFF;
}
</style>
border-color css
<style>
span { border-color: #E08DFF; }
span { border-color: rgb(224,141,255); }
td.TdClassName
{
border-color: #E08DFF;
}
.TagClassName
{
border-color: #E08DFF;
}
</style>