Shades of Heliotrope #E16AF2
Tints of Heliotrope #E16AF2
RGB
CMYK
RGB Variations
Color information
#E16AF2 (or 0xE16AF2) is known color: Heliotrope. HEX triplet: E1, 6A and F2. RGB value is (225,106,242). Sum of RGB (Red+Green+Blue) = 225+106+242=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #E16AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16AF2 is #1E950D. Grayscale: #9C9C9C. Windows color (decimal): -2004238 or 15887073. OLE color: 15887073.
HSL color Cylindrical-coordinate representation of color #E16AF2: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16AF2 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 106 | 242 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.05 |
| HSL | 292.5º | 0.84% | 0.68% | - |
| HSV(B) | 292.5º | 0.56% | 0.95% | - |
| XYZ | 52.23 | 32.73 | 87.57 | - |
| YUV | 157.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 242 | 0.07 | 0.56 | 0 | 0.05 | 292.5 | 0.84 | 0.68 |
| Hex | E1 | 6A | F2 | 7 | 38 | 0 | 5 | 124 | 54 | 44 |
| Octal | 341 | 152 | 362 | 7 | 70 | 0 | 5 | 444 | 124 | 104 |
| Binary | 11100001 | 1101010 | 11110010 | 111 | 111000 | 0 | 101 | 100100100 | 1010100 | 1000100 |
Color Harmonies of #E16AF2
Complementary color
Monochromatic Colors of #E16AF2
Black with #E16AF2
Text Example
Text Example
White with #E16AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AF2; }
p { color: rgb(225,106,242); }
H1.HeaderClassName
{
color: #E16AF2;
}
.AnyTagClassName
{
color: #E16AF2;
}
</style>
background-color css
<style>
a { background-color: #E16AF2; }
a { background-color: rgb(225,106,242); }
div.DivClassName
{
background-color: #E16AF2;
}
.BgClassName
{
background-color: #E16AF2;
}
</style>
border-color css
<style>
span { border-color: #E16AF2; }
span { border-color: rgb(225,106,242); }
td.TdClassName
{
border-color: #E16AF2;
}
.TagClassName
{
border-color: #E16AF2;
}
</style>