Shades of Heliotrope #E17BFA
Tints of Heliotrope #E17BFA
RGB
CMYK
RGB Variations
Color information
#E17BFA (or 0xE17BFA) is known color: Heliotrope. HEX triplet: E1, 7B and FA. RGB value is (225,123,250). Sum of RGB (Red+Green+Blue) = 225+123+250=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #E17BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17BFA is #1E8405. Grayscale: #A7A7A7. Windows color (decimal): -1999878 or 16415713. OLE color: 16415713.
HSL color Cylindrical-coordinate representation of color #E17BFA: hue angle of 288.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E17BFA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 123 | 250 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.02 |
| HSL | 288.19º | 0.93% | 0.73% | - |
| HSV(B) | 288.19º | 0.51% | 0.98% | - |
| XYZ | 55.39 | 37.08 | 94.68 | - |
| YUV | 167.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 250 | 0.10 | 0.51 | 0 | 0.02 | 288.19 | 0.93 | 0.73 |
| Hex | E1 | 7B | FA | A | 33 | 0 | 2 | 120 | 5D | 49 |
| Octal | 341 | 173 | 372 | 12 | 63 | 0 | 2 | 440 | 135 | 111 |
| Binary | 11100001 | 1111011 | 11111010 | 1010 | 110011 | 0 | 10 | 100100000 | 1011101 | 1001001 |
Color Harmonies of #E17BFA
Complementary color
Monochromatic Colors of #E17BFA
Black with #E17BFA
Text Example
Text Example
White with #E17BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BFA; }
p { color: rgb(225,123,250); }
H1.HeaderClassName
{
color: #E17BFA;
}
.AnyTagClassName
{
color: #E17BFA;
}
</style>
background-color css
<style>
a { background-color: #E17BFA; }
a { background-color: rgb(225,123,250); }
div.DivClassName
{
background-color: #E17BFA;
}
.BgClassName
{
background-color: #E17BFA;
}
</style>
border-color css
<style>
span { border-color: #E17BFA; }
span { border-color: rgb(225,123,250); }
td.TdClassName
{
border-color: #E17BFA;
}
.TagClassName
{
border-color: #E17BFA;
}
</style>