Shades of Heliotrope #E16DF2
Tints of Heliotrope #E16DF2
RGB
CMYK
RGB Variations
Color information
#E16DF2 (or 0xE16DF2) is known color: Heliotrope. HEX triplet: E1, 6D and F2. RGB value is (225,109,242). Sum of RGB (Red+Green+Blue) = 225+109+242=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E16DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DF2 is #1E920D. Grayscale: #9E9E9E. Windows color (decimal): -2003470 or 15887841. OLE color: 15887841.
HSL color Cylindrical-coordinate representation of color #E16DF2: hue angle of 292.33º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16DF2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 109 | 242 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.05 |
| HSL | 292.33º | 0.84% | 0.69% | - |
| HSV(B) | 292.33º | 0.55% | 0.95% | - |
| XYZ | 52.55 | 33.36 | 87.67 | - |
| YUV | 158.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 242 | 0.07 | 0.55 | 0 | 0.05 | 292.33 | 0.84 | 0.69 |
| Hex | E1 | 6D | F2 | 7 | 37 | 0 | 5 | 124 | 54 | 45 |
| Octal | 341 | 155 | 362 | 7 | 67 | 0 | 5 | 444 | 124 | 105 |
| Binary | 11100001 | 1101101 | 11110010 | 111 | 110111 | 0 | 101 | 100100100 | 1010100 | 1000101 |
Color Harmonies of #E16DF2
Complementary color
Monochromatic Colors of #E16DF2
Black with #E16DF2
Text Example
Text Example
White with #E16DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DF2; }
p { color: rgb(225,109,242); }
H1.HeaderClassName
{
color: #E16DF2;
}
.AnyTagClassName
{
color: #E16DF2;
}
</style>
background-color css
<style>
a { background-color: #E16DF2; }
a { background-color: rgb(225,109,242); }
div.DivClassName
{
background-color: #E16DF2;
}
.BgClassName
{
background-color: #E16DF2;
}
</style>
border-color css
<style>
span { border-color: #E16DF2; }
span { border-color: rgb(225,109,242); }
td.TdClassName
{
border-color: #E16DF2;
}
.TagClassName
{
border-color: #E16DF2;
}
</style>