Shades of Heliotrope #E67EFA
Tints of Heliotrope #E67EFA
RGB
CMYK
RGB Variations
Color information
#E67EFA (or 0xE67EFA) is known color: Heliotrope. HEX triplet: E6, 7E and FA. RGB value is (230,126,250). Sum of RGB (Red+Green+Blue) = 230+126+250=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 126 (49.61% from 255 or 20.79% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #E67EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67EFA is #198105. Grayscale: #AAAAAA. Windows color (decimal): -1671430 or 16416486. OLE color: 16416486.
HSL color Cylindrical-coordinate representation of color #E67EFA: hue angle of 290.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67EFA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 126 | 250 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.02 |
| HSL | 290.32º | 0.93% | 0.74% | - |
| HSV(B) | 290.32º | 0.5% | 0.98% | - |
| XYZ | 57.35 | 38.65 | 94.88 | - |
| YUV | 171.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 250 | 0.08 | 0.50 | 0 | 0.02 | 290.32 | 0.93 | 0.74 |
| Hex | E6 | 7E | FA | 8 | 32 | 0 | 2 | 122 | 5D | 4A |
| Octal | 346 | 176 | 372 | 10 | 62 | 0 | 2 | 442 | 135 | 112 |
| Binary | 11100110 | 1111110 | 11111010 | 1000 | 110010 | 0 | 10 | 100100010 | 1011101 | 1001010 |
Color Harmonies of #E67EFA
Complementary color
Monochromatic Colors of #E67EFA
Black with #E67EFA
Text Example
Text Example
White with #E67EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67EFA; }
p { color: rgb(230,126,250); }
H1.HeaderClassName
{
color: #E67EFA;
}
.AnyTagClassName
{
color: #E67EFA;
}
</style>
background-color css
<style>
a { background-color: #E67EFA; }
a { background-color: rgb(230,126,250); }
div.DivClassName
{
background-color: #E67EFA;
}
.BgClassName
{
background-color: #E67EFA;
}
</style>
border-color css
<style>
span { border-color: #E67EFA; }
span { border-color: rgb(230,126,250); }
td.TdClassName
{
border-color: #E67EFA;
}
.TagClassName
{
border-color: #E67EFA;
}
</style>