Shades of Heliotrope #E67AF6
Tints of Heliotrope #E67AF6
RGB
CMYK
RGB Variations
Color information
#E67AF6 (or 0xE67AF6) is known color: Heliotrope. HEX triplet: E6, 7A and F6. RGB value is (230,122,246). Sum of RGB (Red+Green+Blue) = 230+122+246=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #E67AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67AF6 is #198509. Grayscale: #A8A8A8. Windows color (decimal): -1672458 or 16153318. OLE color: 16153318.
HSL color Cylindrical-coordinate representation of color #E67AF6: hue angle of 292.26º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67AF6 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 122 | 246 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.04 |
| HSL | 292.26º | 0.87% | 0.72% | - |
| HSV(B) | 292.26º | 0.5% | 0.96% | - |
| XYZ | 56.23 | 37.4 | 91.44 | - |
| YUV | 168.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 246 | 0.07 | 0.50 | 0 | 0.04 | 292.26 | 0.87 | 0.72 |
| Hex | E6 | 7A | F6 | 7 | 32 | 0 | 4 | 124 | 57 | 48 |
| Octal | 346 | 172 | 366 | 7 | 62 | 0 | 4 | 444 | 127 | 110 |
| Binary | 11100110 | 1111010 | 11110110 | 111 | 110010 | 0 | 100 | 100100100 | 1010111 | 1001000 |
Color Harmonies of #E67AF6
Complementary color
Monochromatic Colors of #E67AF6
Black with #E67AF6
Text Example
Text Example
White with #E67AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AF6; }
p { color: rgb(230,122,246); }
H1.HeaderClassName
{
color: #E67AF6;
}
.AnyTagClassName
{
color: #E67AF6;
}
</style>
background-color css
<style>
a { background-color: #E67AF6; }
a { background-color: rgb(230,122,246); }
div.DivClassName
{
background-color: #E67AF6;
}
.BgClassName
{
background-color: #E67AF6;
}
</style>
border-color css
<style>
span { border-color: #E67AF6; }
span { border-color: rgb(230,122,246); }
td.TdClassName
{
border-color: #E67AF6;
}
.TagClassName
{
border-color: #E67AF6;
}
</style>