Shades of Heliotrope #E08BFB
Tints of Heliotrope #E08BFB
RGB
CMYK
RGB Variations
Color information
#E08BFB (or 0xE08BFB) is known color: Heliotrope. HEX triplet: E0, 8B and FB. RGB value is (224,139,251). Sum of RGB (Red+Green+Blue) = 224+139+251=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #E08BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BFB is #1F7404. Grayscale: #B0B0B0. Windows color (decimal): -2061317 or 16485344. OLE color: 16485344.
HSL color Cylindrical-coordinate representation of color #E08BFB: hue angle of 285.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08BFB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 139 | 251 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.02 |
| HSL | 285.54º | 0.93% | 0.76% | - |
| HSV(B) | 285.54º | 0.45% | 0.98% | - |
| XYZ | 57.39 | 41.28 | 96.21 | - |
| YUV | 177.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 251 | 0.11 | 0.45 | 0 | 0.02 | 285.54 | 0.93 | 0.76 |
| Hex | E0 | 8B | FB | B | 2D | 0 | 2 | 11E | 5D | 4C |
| Octal | 340 | 213 | 373 | 13 | 55 | 0 | 2 | 436 | 135 | 114 |
| Binary | 11100000 | 10001011 | 11111011 | 1011 | 101101 | 0 | 10 | 100011110 | 1011101 | 1001100 |
Color Harmonies of #E08BFB
Complementary color
Monochromatic Colors of #E08BFB
Black with #E08BFB
Text Example
Text Example
White with #E08BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BFB; }
p { color: rgb(224,139,251); }
H1.HeaderClassName
{
color: #E08BFB;
}
.AnyTagClassName
{
color: #E08BFB;
}
</style>
background-color css
<style>
a { background-color: #E08BFB; }
a { background-color: rgb(224,139,251); }
div.DivClassName
{
background-color: #E08BFB;
}
.BgClassName
{
background-color: #E08BFB;
}
</style>
border-color css
<style>
span { border-color: #E08BFB; }
span { border-color: rgb(224,139,251); }
td.TdClassName
{
border-color: #E08BFB;
}
.TagClassName
{
border-color: #E08BFB;
}
</style>