Shades of Heliotrope #E46FF2
Tints of Heliotrope #E46FF2
RGB
CMYK
RGB Variations
Color information
#E46FF2 (or 0xE46FF2) is known color: Heliotrope. HEX triplet: E4, 6F and F2. RGB value is (228,111,242). Sum of RGB (Red+Green+Blue) = 228+111+242=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #E46FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46FF2 is #1B900D. Grayscale: #A0A0A0. Windows color (decimal): -1806350 or 15888356. OLE color: 15888356.
HSL color Cylindrical-coordinate representation of color #E46FF2: hue angle of 293.59º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46FF2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 111 | 242 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.05 |
| HSL | 293.59º | 0.83% | 0.69% | - |
| HSV(B) | 293.59º | 0.54% | 0.95% | - |
| XYZ | 53.71 | 34.27 | 87.79 | - |
| YUV | 160.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 242 | 0.06 | 0.54 | 0 | 0.05 | 293.59 | 0.83 | 0.69 |
| Hex | E4 | 6F | F2 | 6 | 36 | 0 | 5 | 126 | 53 | 45 |
| Octal | 344 | 157 | 362 | 6 | 66 | 0 | 5 | 446 | 123 | 105 |
| Binary | 11100100 | 1101111 | 11110010 | 110 | 110110 | 0 | 101 | 100100110 | 1010011 | 1000101 |
Color Harmonies of #E46FF2
Complementary color
Monochromatic Colors of #E46FF2
Black with #E46FF2
Text Example
Text Example
White with #E46FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FF2; }
p { color: rgb(228,111,242); }
H1.HeaderClassName
{
color: #E46FF2;
}
.AnyTagClassName
{
color: #E46FF2;
}
</style>
background-color css
<style>
a { background-color: #E46FF2; }
a { background-color: rgb(228,111,242); }
div.DivClassName
{
background-color: #E46FF2;
}
.BgClassName
{
background-color: #E46FF2;
}
</style>
border-color css
<style>
span { border-color: #E46FF2; }
span { border-color: rgb(228,111,242); }
td.TdClassName
{
border-color: #E46FF2;
}
.TagClassName
{
border-color: #E46FF2;
}
</style>