Shades of Heliotrope #EA64FA
Tints of Heliotrope #EA64FA
RGB
CMYK
RGB Variations
Color information
#EA64FA (or 0xEA64FA) is known color: Heliotrope. HEX triplet: EA, 64 and FA. RGB value is (234,100,250). Sum of RGB (Red+Green+Blue) = 234+100+250=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA64FA is #159B05. Grayscale: #9C9C9C. Windows color (decimal): -1415942 or 16409834. OLE color: 16409834.
HSL color Cylindrical-coordinate representation of color #EA64FA: hue angle of 293.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA64FA is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 100 | 250 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.02 |
| HSL | 293.6º | 0.94% | 0.69% | - |
| HSV(B) | 293.6º | 0.6% | 0.98% | - |
| XYZ | 55.74 | 33.51 | 93.97 | - |
| YUV | 157.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 250 | 0.06 | 0.6 | 0 | 0.02 | 293.6 | 0.94 | 0.69 |
| Hex | EA | 64 | FA | 6 | 3C | 0 | 2 | 126 | 5E | 45 |
| Octal | 352 | 144 | 372 | 6 | 74 | 0 | 2 | 446 | 136 | 105 |
| Binary | 11101010 | 1100100 | 11111010 | 110 | 111100 | 0 | 10 | 100100110 | 1011110 | 1000101 |
Color Harmonies of #EA64FA
Complementary color
Monochromatic Colors of #EA64FA
Black with #EA64FA
Text Example
Text Example
White with #EA64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64FA; }
p { color: rgb(234,100,250); }
H1.HeaderClassName
{
color: #EA64FA;
}
.AnyTagClassName
{
color: #EA64FA;
}
</style>
background-color css
<style>
a { background-color: #EA64FA; }
a { background-color: rgb(234,100,250); }
div.DivClassName
{
background-color: #EA64FA;
}
.BgClassName
{
background-color: #EA64FA;
}
</style>
border-color css
<style>
span { border-color: #EA64FA; }
span { border-color: rgb(234,100,250); }
td.TdClassName
{
border-color: #EA64FA;
}
.TagClassName
{
border-color: #EA64FA;
}
</style>