#EA6EFA

Color #EA6EFA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #EA6EFA

Tints of Heliotrope #EA6EFA

Color information

#EA6EFA (or 0xEA6EFA) is unknown color: approx 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

RGB234110250-
CMYK0.060.5600.02
HSL293.14º93.33%70.59%-
HSV(B)293.14º56%98.04%-
XYZ56.7635.5594.31-
YUV163.04177.08178.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 110 (43.36% from 255) = 18.52%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=39.39%
G=18.52%
B=42.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341102500.060.5600.02293.1493.3370.59
HexEA6EFA638021255d47
Octal35215637267002445135107
Binary1110101011011101111101011011100001010010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>