Shades of Heliotrope #E16DFB
Tints of Heliotrope #E16DFB
RGB
CMYK
RGB Variations
Color information
#E16DFB (or 0xE16DFB) is known color: Heliotrope. HEX triplet: E1, 6D and FB. RGB value is (225,109,251). Sum of RGB (Red+Green+Blue) = 225+109+251=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #E16DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DFB is #1E9204. Grayscale: #9F9F9F. Windows color (decimal): -2003461 or 16477665. OLE color: 16477665.
HSL color Cylindrical-coordinate representation of color #E16DFB: hue angle of 289.01º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16DFB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 109 | 251 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.02 |
| HSL | 289.01º | 0.95% | 0.71% | - |
| HSV(B) | 289.01º | 0.57% | 0.98% | - |
| XYZ | 53.93 | 33.91 | 94.97 | - |
| YUV | 159.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 251 | 0.10 | 0.57 | 0 | 0.02 | 289.01 | 0.95 | 0.71 |
| Hex | E1 | 6D | FB | A | 39 | 0 | 2 | 121 | 5F | 47 |
| Octal | 341 | 155 | 373 | 12 | 71 | 0 | 2 | 441 | 137 | 107 |
| Binary | 11100001 | 1101101 | 11111011 | 1010 | 111001 | 0 | 10 | 100100001 | 1011111 | 1000111 |
Color Harmonies of #E16DFB
Complementary color
Monochromatic Colors of #E16DFB
Black with #E16DFB
Text Example
Text Example
White with #E16DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DFB; }
p { color: rgb(225,109,251); }
H1.HeaderClassName
{
color: #E16DFB;
}
.AnyTagClassName
{
color: #E16DFB;
}
</style>
background-color css
<style>
a { background-color: #E16DFB; }
a { background-color: rgb(225,109,251); }
div.DivClassName
{
background-color: #E16DFB;
}
.BgClassName
{
background-color: #E16DFB;
}
</style>
border-color css
<style>
span { border-color: #E16DFB; }
span { border-color: rgb(225,109,251); }
td.TdClassName
{
border-color: #E16DFB;
}
.TagClassName
{
border-color: #E16DFB;
}
</style>