Shades of Heliotrope #E67AF9
Tints of Heliotrope #E67AF9
RGB
CMYK
RGB Variations
Color information
#E67AF9 (or 0xE67AF9) is known color: Heliotrope. HEX triplet: E6, 7A and F9. RGB value is (230,122,249). Sum of RGB (Red+Green+Blue) = 230+122+249=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #E67AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67AF9 is #198506. Grayscale: #A8A8A8. Windows color (decimal): -1672455 or 16349926. OLE color: 16349926.
HSL color Cylindrical-coordinate representation of color #E67AF9: hue angle of 291.02º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67AF9 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 122 | 249 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.02 |
| HSL | 291.02º | 0.91% | 0.73% | - |
| HSV(B) | 291.02º | 0.51% | 0.98% | - |
| XYZ | 56.69 | 37.58 | 93.89 | - |
| YUV | 168.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 249 | 0.08 | 0.51 | 0 | 0.02 | 291.02 | 0.91 | 0.73 |
| Hex | E6 | 7A | F9 | 8 | 33 | 0 | 2 | 123 | 5B | 49 |
| Octal | 346 | 172 | 371 | 10 | 63 | 0 | 2 | 443 | 133 | 111 |
| Binary | 11100110 | 1111010 | 11111001 | 1000 | 110011 | 0 | 10 | 100100011 | 1011011 | 1001001 |
Color Harmonies of #E67AF9
Complementary color
Monochromatic Colors of #E67AF9
Black with #E67AF9
Text Example
Text Example
White with #E67AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AF9; }
p { color: rgb(230,122,249); }
H1.HeaderClassName
{
color: #E67AF9;
}
.AnyTagClassName
{
color: #E67AF9;
}
</style>
background-color css
<style>
a { background-color: #E67AF9; }
a { background-color: rgb(230,122,249); }
div.DivClassName
{
background-color: #E67AF9;
}
.BgClassName
{
background-color: #E67AF9;
}
</style>
border-color css
<style>
span { border-color: #E67AF9; }
span { border-color: rgb(230,122,249); }
td.TdClassName
{
border-color: #E67AF9;
}
.TagClassName
{
border-color: #E67AF9;
}
</style>