Shades of Heliotrope #E46AF1
Tints of Heliotrope #E46AF1
RGB
CMYK
RGB Variations
Color information
#E46AF1 (or 0xE46AF1) is known color: Heliotrope. HEX triplet: E4, 6A and F1. RGB value is (228,106,241). Sum of RGB (Red+Green+Blue) = 228+106+241=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #E46AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46AF1 is #1B950E. Grayscale: #9D9D9D. Windows color (decimal): -1807631 or 15821540. OLE color: 15821540.
HSL color Cylindrical-coordinate representation of color #E46AF1: hue angle of 294.22º degrees, saturation: 0.83, 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 #E46AF1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 106 | 241 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.05 |
| HSL | 294.22º | 0.83% | 0.68% | - |
| HSV(B) | 294.22º | 0.56% | 0.95% | - |
| XYZ | 53.03 | 33.15 | 86.82 | - |
| YUV | 157.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 241 | 0.05 | 0.56 | 0 | 0.05 | 294.22 | 0.83 | 0.68 |
| Hex | E4 | 6A | F1 | 5 | 38 | 0 | 5 | 126 | 53 | 44 |
| Octal | 344 | 152 | 361 | 5 | 70 | 0 | 5 | 446 | 123 | 104 |
| Binary | 11100100 | 1101010 | 11110001 | 101 | 111000 | 0 | 101 | 100100110 | 1010011 | 1000100 |
Color Harmonies of #E46AF1
Complementary color
Monochromatic Colors of #E46AF1
Black with #E46AF1
Text Example
Text Example
White with #E46AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46AF1; }
p { color: rgb(228,106,241); }
H1.HeaderClassName
{
color: #E46AF1;
}
.AnyTagClassName
{
color: #E46AF1;
}
</style>
background-color css
<style>
a { background-color: #E46AF1; }
a { background-color: rgb(228,106,241); }
div.DivClassName
{
background-color: #E46AF1;
}
.BgClassName
{
background-color: #E46AF1;
}
</style>
border-color css
<style>
span { border-color: #E46AF1; }
span { border-color: rgb(228,106,241); }
td.TdClassName
{
border-color: #E46AF1;
}
.TagClassName
{
border-color: #E46AF1;
}
</style>