Shades of Heliotrope #E16BFE
Tints of Heliotrope #E16BFE
RGB
CMYK
RGB Variations
Color information
#E16BFE (or 0xE16BFE) is known color: Heliotrope. HEX triplet: E1, 6B and FE. RGB value is (225,107,254). Sum of RGB (Red+Green+Blue) = 225+107+254=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #E16BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BFE is #1E9401. Grayscale: #9E9E9E. Windows color (decimal): -2003970 or 16673761. OLE color: 16673761.
HSL color Cylindrical-coordinate representation of color #E16BFE: hue angle of 288.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E16BFE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 107 | 254 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.00 |
| HSL | 288.16º | 0.99% | 0.71% | - |
| HSV(B) | 288.16º | 0.58% | 1% | - |
| XYZ | 54.2 | 33.68 | 97.41 | - |
| YUV | 159.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 254 | 0.11 | 0.58 | 0 | 0.00 | 288.16 | 0.99 | 0.71 |
| Hex | E1 | 6B | FE | B | 3A | 0 | 0 | 120 | 63 | 47 |
| Octal | 341 | 153 | 376 | 13 | 72 | 0 | 0 | 440 | 143 | 107 |
| Binary | 11100001 | 1101011 | 11111110 | 1011 | 111010 | 0 | 0 | 100100000 | 1100011 | 1000111 |
Color Harmonies of #E16BFE
Complementary color
Monochromatic Colors of #E16BFE
Black with #E16BFE
Text Example
Text Example
White with #E16BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BFE; }
p { color: rgb(225,107,254); }
H1.HeaderClassName
{
color: #E16BFE;
}
.AnyTagClassName
{
color: #E16BFE;
}
</style>
background-color css
<style>
a { background-color: #E16BFE; }
a { background-color: rgb(225,107,254); }
div.DivClassName
{
background-color: #E16BFE;
}
.BgClassName
{
background-color: #E16BFE;
}
</style>
border-color css
<style>
span { border-color: #E16BFE; }
span { border-color: rgb(225,107,254); }
td.TdClassName
{
border-color: #E16BFE;
}
.TagClassName
{
border-color: #E16BFE;
}
</style>