Shades of Heliotrope #EA6EFA
Tints of Heliotrope #EA6EFA
RGB
CMYK
RGB Variations
Color information
#EA6EFA (or 0xEA6EFA) is known color: Heliotrope. HEX triplet: EA, 6E and FA. RGB value is (234,110,250). Sum of RGB (Red+Green+Blue) = 234+110+250=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 110 (43.36% from 255 or 18.52% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6EFA is #159105. Grayscale: #A2A2A2. Windows color (decimal): -1413382 or 16412394. OLE color: 16412394.
HSL color Cylindrical-coordinate representation of color #EA6EFA: hue angle of 293.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6EFA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 110 | 250 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.02 |
| HSL | 293.14º | 0.93% | 0.71% | - |
| HSV(B) | 293.14º | 0.56% | 0.98% | - |
| XYZ | 56.76 | 35.55 | 94.31 | - |
| YUV | 163.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 250 | 0.06 | 0.56 | 0 | 0.02 | 293.14 | 0.93 | 0.71 |
| Hex | EA | 6E | FA | 6 | 38 | 0 | 2 | 125 | 5D | 47 |
| Octal | 352 | 156 | 372 | 6 | 70 | 0 | 2 | 445 | 135 | 107 |
| Binary | 11101010 | 1101110 | 11111010 | 110 | 111000 | 0 | 10 | 100100101 | 1011101 | 1000111 |
Color Harmonies of #EA6EFA
Complementary color
Monochromatic Colors of #EA6EFA
Black with #EA6EFA
Text Example
Text Example
White with #EA6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EFA; }
p { color: rgb(234,110,250); }
H1.HeaderClassName
{
color: #EA6EFA;
}
.AnyTagClassName
{
color: #EA6EFA;
}
</style>
background-color css
<style>
a { background-color: #EA6EFA; }
a { background-color: rgb(234,110,250); }
div.DivClassName
{
background-color: #EA6EFA;
}
.BgClassName
{
background-color: #EA6EFA;
}
</style>
border-color css
<style>
span { border-color: #EA6EFA; }
span { border-color: rgb(234,110,250); }
td.TdClassName
{
border-color: #EA6EFA;
}
.TagClassName
{
border-color: #EA6EFA;
}
</style>