#EA67F3

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

Shades of Heliotrope #EA67F3

Tints of Heliotrope #EA67F3

Color information

#EA67F3 (or 0xEA67F3) is unknown color: approx Heliotrope. HEX triplet: EA, 67 and F3. RGB value is (234,103,243). Sum of RGB (Red+Green+Blue) = 234+103+243=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 103 (40.62% from 255 or 17.76% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA67F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA67F3 is #15980C. Grayscale: #9D9D9D. Windows color (decimal): -1415181 or 15951850. OLE color: 15951850.

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

Color convert

RGB234103243-
CMYK0.040.5800.05
HSL296.14º85.37%67.84%-
HSV(B)296.14º57.61%95.29%-
XYZ54.9633.6688.4-
YUV158.13175.9182.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 103 (40.62% from 255) = 17.76%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=40.34%
G=17.76%
B=41.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341032430.040.5800.05296.1485.3767.84
HexEA67F343A051285544
Octal35214736347205450125104
Binary11101010110011111110011100111010010110010100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA67F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA67F3; }

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

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

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

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

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

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

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

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