#EA6CF3

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

Shades of Heliotrope #EA6CF3

Tints of Heliotrope #EA6CF3

Color information

#EA6CF3 (or 0xEA6CF3) is unknown color: approx Heliotrope. HEX triplet: EA, 6C and F3. RGB value is (234,108,243). Sum of RGB (Red+Green+Blue) = 234+108+243=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA6CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CF3 is #15930C. Grayscale: #A0A0A0. Windows color (decimal): -1413901 or 15953130. OLE color: 15953130.

HSL color Cylindrical-coordinate representation of color #EA6CF3: hue angle of 296º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6CF3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234108243-
CMYK0.040.5600.05
HSL296º84.91%68.82%-
HSV(B)296º55.56%95.29%-
XYZ55.4734.6988.57-
YUV161.06174.24180.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 18.46%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=40%
G=18.46%
B=41.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341082430.040.5600.0529684.9168.82
HexEA6CF3438051285545
Octal35215436347005450125105
Binary11101010110110011110011100111000010110010100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CF3; }

 p { color: rgb(234,108,243); }

 H1.HeaderClassName
 {
   color: #EA6CF3;
 }
 .AnyTagClassName
 {
   color: #EA6CF3;
 }
</style>
background-color css

<style>
 a { background-color: #EA6CF3; }

 a { background-color: rgb(234,108,243); }

 div.DivClassName
 {
   background-color: #EA6CF3;
 }
 .BgClassName
 {
   background-color: #EA6CF3;
 }
</style>
border-color css

<style>
 span { border-color: #EA6CF3; }

 span { border-color: rgb(234,108,243); }

 td.TdClassName
 {
   border-color: #EA6CF3;
 }
 .TagClassName
 {
   border-color: #EA6CF3;
 }
</style>