Shades of Heliotrope #E46FFA
Tints of Heliotrope #E46FFA
RGB
CMYK
RGB Variations
Color information
#E46FFA (or 0xE46FFA) is known color: Heliotrope. HEX triplet: E4, 6F and FA. RGB value is (228,111,250). Sum of RGB (Red+Green+Blue) = 228+111+250=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #E46FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46FFA is #1B9005. Grayscale: #A1A1A1. Windows color (decimal): -1806342 or 16412644. OLE color: 16412644.
HSL color Cylindrical-coordinate representation of color #E46FFA: hue angle of 290.5º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46FFA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 111 | 250 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.02 |
| HSL | 290.5º | 0.93% | 0.71% | - |
| HSV(B) | 290.5º | 0.56% | 0.98% | - |
| XYZ | 54.93 | 34.76 | 94.26 | - |
| YUV | 161.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 250 | 0.09 | 0.56 | 0 | 0.02 | 290.5 | 0.93 | 0.71 |
| Hex | E4 | 6F | FA | 9 | 38 | 0 | 2 | 123 | 5D | 47 |
| Octal | 344 | 157 | 372 | 11 | 70 | 0 | 2 | 443 | 135 | 107 |
| Binary | 11100100 | 1101111 | 11111010 | 1001 | 111000 | 0 | 10 | 100100011 | 1011101 | 1000111 |
Color Harmonies of #E46FFA
Complementary color
Monochromatic Colors of #E46FFA
Black with #E46FFA
Text Example
Text Example
White with #E46FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FFA; }
p { color: rgb(228,111,250); }
H1.HeaderClassName
{
color: #E46FFA;
}
.AnyTagClassName
{
color: #E46FFA;
}
</style>
background-color css
<style>
a { background-color: #E46FFA; }
a { background-color: rgb(228,111,250); }
div.DivClassName
{
background-color: #E46FFA;
}
.BgClassName
{
background-color: #E46FFA;
}
</style>
border-color css
<style>
span { border-color: #E46FFA; }
span { border-color: rgb(228,111,250); }
td.TdClassName
{
border-color: #E46FFA;
}
.TagClassName
{
border-color: #E46FFA;
}
</style>