Shades of Heliotrope #E16EFD
Tints of Heliotrope #E16EFD
RGB
CMYK
RGB Variations
Color information
#E16EFD (or 0xE16EFD) is known color: Heliotrope. HEX triplet: E1, 6E and FD. RGB value is (225,110,253). Sum of RGB (Red+Green+Blue) = 225+110+253=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #E16EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16EFD is #1E9102. Grayscale: #A0A0A0. Windows color (decimal): -2003203 or 16608993. OLE color: 16608993.
HSL color Cylindrical-coordinate representation of color #E16EFD: hue angle of 288.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16EFD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 110 | 253 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.01 |
| HSL | 288.25º | 0.97% | 0.71% | - |
| HSV(B) | 288.25º | 0.57% | 0.99% | - |
| XYZ | 54.36 | 34.25 | 96.67 | - |
| YUV | 160.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 253 | 0.11 | 0.57 | 0 | 0.01 | 288.25 | 0.97 | 0.71 |
| Hex | E1 | 6E | FD | B | 39 | 0 | 1 | 120 | 61 | 47 |
| Octal | 341 | 156 | 375 | 13 | 71 | 0 | 1 | 440 | 141 | 107 |
| Binary | 11100001 | 1101110 | 11111101 | 1011 | 111001 | 0 | 1 | 100100000 | 1100001 | 1000111 |
Color Harmonies of #E16EFD
Complementary color
Monochromatic Colors of #E16EFD
Black with #E16EFD
Text Example
Text Example
White with #E16EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EFD; }
p { color: rgb(225,110,253); }
H1.HeaderClassName
{
color: #E16EFD;
}
.AnyTagClassName
{
color: #E16EFD;
}
</style>
background-color css
<style>
a { background-color: #E16EFD; }
a { background-color: rgb(225,110,253); }
div.DivClassName
{
background-color: #E16EFD;
}
.BgClassName
{
background-color: #E16EFD;
}
</style>
border-color css
<style>
span { border-color: #E16EFD; }
span { border-color: rgb(225,110,253); }
td.TdClassName
{
border-color: #E16EFD;
}
.TagClassName
{
border-color: #E16EFD;
}
</style>