Shades of Heliotrope #E08BFF
Tints of Heliotrope #E08BFF
RGB
CMYK
RGB Variations
Color information
#E08BFF (or 0xE08BFF) is known color: Heliotrope. HEX triplet: E0, 8B and FF. RGB value is (224,139,255). Sum of RGB (Red+Green+Blue) = 224+139+255=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #E08BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BFF is #1F7400. Grayscale: #B1B1B1. Windows color (decimal): -2061313 or 16747488. OLE color: 16747488.
HSL color Cylindrical-coordinate representation of color #E08BFF: hue angle of 283.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08BFF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 139 | 255 | - |
| CMYK | 0.12 | 0.45 | 0 | 0 |
| HSL | 283.97º | 1% | 0.77% | - |
| HSV(B) | 283.97º | 0.45% | 1% | - |
| XYZ | 58.02 | 41.53 | 99.57 | - |
| YUV | 177.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 255 | 0.12 | 0.45 | 0 | 0 | 283.97 | 1 | 0.77 |
| Hex | E0 | 8B | FF | C | 2D | 0 | 0 | 11C | 64 | 4D |
| Octal | 340 | 213 | 377 | 14 | 55 | 0 | 0 | 434 | 144 | 115 |
| Binary | 11100000 | 10001011 | 11111111 | 1100 | 101101 | 0 | 0 | 100011100 | 1100100 | 1001101 |
Color Harmonies of #E08BFF
Complementary color
Monochromatic Colors of #E08BFF
Black with #E08BFF
Text Example
Text Example
White with #E08BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BFF; }
p { color: rgb(224,139,255); }
H1.HeaderClassName
{
color: #E08BFF;
}
.AnyTagClassName
{
color: #E08BFF;
}
</style>
background-color css
<style>
a { background-color: #E08BFF; }
a { background-color: rgb(224,139,255); }
div.DivClassName
{
background-color: #E08BFF;
}
.BgClassName
{
background-color: #E08BFF;
}
</style>
border-color css
<style>
span { border-color: #E08BFF; }
span { border-color: rgb(224,139,255); }
td.TdClassName
{
border-color: #E08BFF;
}
.TagClassName
{
border-color: #E08BFF;
}
</style>