Shades of Heliotrope #E06CFA
Tints of Heliotrope #E06CFA
RGB
CMYK
RGB Variations
Color information
#E06CFA (or 0xE06CFA) is known color: Heliotrope. HEX triplet: E0, 6C and FA. RGB value is (224,108,250). Sum of RGB (Red+Green+Blue) = 224+108+250=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #E06CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFA is #1F9305. Grayscale: #9E9E9E. Windows color (decimal): -2069254 or 16411872. OLE color: 16411872.
HSL color Cylindrical-coordinate representation of color #E06CFA: hue angle of 289.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06CFA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 108 | 250 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.02 |
| HSL | 289.01º | 0.93% | 0.7% | - |
| HSV(B) | 289.01º | 0.57% | 0.98% | - |
| XYZ | 53.36 | 33.47 | 94.09 | - |
| YUV | 158.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 250 | 0.10 | 0.57 | 0 | 0.02 | 289.01 | 0.93 | 0.7 |
| Hex | E0 | 6C | FA | A | 39 | 0 | 2 | 121 | 5D | 46 |
| Octal | 340 | 154 | 372 | 12 | 71 | 0 | 2 | 441 | 135 | 106 |
| Binary | 11100000 | 1101100 | 11111010 | 1010 | 111001 | 0 | 10 | 100100001 | 1011101 | 1000110 |
Color Harmonies of #E06CFA
Complementary color
Monochromatic Colors of #E06CFA
Black with #E06CFA
Text Example
Text Example
White with #E06CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CFA; }
p { color: rgb(224,108,250); }
H1.HeaderClassName
{
color: #E06CFA;
}
.AnyTagClassName
{
color: #E06CFA;
}
</style>
background-color css
<style>
a { background-color: #E06CFA; }
a { background-color: rgb(224,108,250); }
div.DivClassName
{
background-color: #E06CFA;
}
.BgClassName
{
background-color: #E06CFA;
}
</style>
border-color css
<style>
span { border-color: #E06CFA; }
span { border-color: rgb(224,108,250); }
td.TdClassName
{
border-color: #E06CFA;
}
.TagClassName
{
border-color: #E06CFA;
}
</style>