Shades of Heliotrope #E67FFA
Tints of Heliotrope #E67FFA
RGB
CMYK
RGB Variations
Color information
#E67FFA (or 0xE67FFA) is known color: Heliotrope. HEX triplet: E6, 7F and FA. RGB value is (230,127,250). Sum of RGB (Red+Green+Blue) = 230+127+250=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #E67FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67FFA is #198005. Grayscale: #ABABAB. Windows color (decimal): -1671174 or 16416742. OLE color: 16416742.
HSL color Cylindrical-coordinate representation of color #E67FFA: hue angle of 290.24º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67FFA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 127 | 250 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.02 |
| HSL | 290.24º | 0.92% | 0.74% | - |
| HSV(B) | 290.24º | 0.49% | 0.98% | - |
| XYZ | 57.48 | 38.9 | 94.92 | - |
| YUV | 171.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 250 | 0.08 | 0.49 | 0 | 0.02 | 290.24 | 0.92 | 0.74 |
| Hex | E6 | 7F | FA | 8 | 31 | 0 | 2 | 122 | 5C | 4A |
| Octal | 346 | 177 | 372 | 10 | 61 | 0 | 2 | 442 | 134 | 112 |
| Binary | 11100110 | 1111111 | 11111010 | 1000 | 110001 | 0 | 10 | 100100010 | 1011100 | 1001010 |
Color Harmonies of #E67FFA
Complementary color
Monochromatic Colors of #E67FFA
Black with #E67FFA
Text Example
Text Example
White with #E67FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FFA; }
p { color: rgb(230,127,250); }
H1.HeaderClassName
{
color: #E67FFA;
}
.AnyTagClassName
{
color: #E67FFA;
}
</style>
background-color css
<style>
a { background-color: #E67FFA; }
a { background-color: rgb(230,127,250); }
div.DivClassName
{
background-color: #E67FFA;
}
.BgClassName
{
background-color: #E67FFA;
}
</style>
border-color css
<style>
span { border-color: #E67FFA; }
span { border-color: rgb(230,127,250); }
td.TdClassName
{
border-color: #E67FFA;
}
.TagClassName
{
border-color: #E67FFA;
}
</style>