Shades of Heliotrope #EA7AFA
Tints of Heliotrope #EA7AFA
RGB
CMYK
RGB Variations
Color information
#EA7AFA (or 0xEA7AFA) is known color: Heliotrope. HEX triplet: EA, 7A and FA. RGB value is (234,122,250). Sum of RGB (Red+Green+Blue) = 234+122+250=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 122 (48.05% from 255 or 20.13% 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 #EA7AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7AFA is #158505. Grayscale: #A9A9A9. Windows color (decimal): -1410310 or 16415466. OLE color: 16415466.
HSL color Cylindrical-coordinate representation of color #EA7AFA: hue angle of 292.5º degrees, saturation: 0.93, 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 #EA7AFA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 122 | 250 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.02 |
| HSL | 292.5º | 0.93% | 0.73% | - |
| HSV(B) | 292.5º | 0.51% | 0.98% | - |
| XYZ | 58.15 | 38.31 | 94.77 | - |
| YUV | 170.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 250 | 0.06 | 0.51 | 0 | 0.02 | 292.5 | 0.93 | 0.73 |
| Hex | EA | 7A | FA | 6 | 33 | 0 | 2 | 124 | 5D | 49 |
| Octal | 352 | 172 | 372 | 6 | 63 | 0 | 2 | 444 | 135 | 111 |
| Binary | 11101010 | 1111010 | 11111010 | 110 | 110011 | 0 | 10 | 100100100 | 1011101 | 1001001 |
Color Harmonies of #EA7AFA
Complementary color
Monochromatic Colors of #EA7AFA
Black with #EA7AFA
Text Example
Text Example
White with #EA7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7AFA; }
p { color: rgb(234,122,250); }
H1.HeaderClassName
{
color: #EA7AFA;
}
.AnyTagClassName
{
color: #EA7AFA;
}
</style>
background-color css
<style>
a { background-color: #EA7AFA; }
a { background-color: rgb(234,122,250); }
div.DivClassName
{
background-color: #EA7AFA;
}
.BgClassName
{
background-color: #EA7AFA;
}
</style>
border-color css
<style>
span { border-color: #EA7AFA; }
span { border-color: rgb(234,122,250); }
td.TdClassName
{
border-color: #EA7AFA;
}
.TagClassName
{
border-color: #EA7AFA;
}
</style>