#EA73FD

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

Shades of Heliotrope #EA73FD

Tints of Heliotrope #EA73FD

Color information

#EA73FD (or 0xEA73FD) is unknown color: approx Heliotrope. HEX triplet: EA, 73 and FD. RGB value is (234,115,253). Sum of RGB (Red+Green+Blue) = 234+115+253=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA73FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73FD is #158C02. Grayscale: #A5A5A5. Windows color (decimal): -1412099 or 16610282. OLE color: 16610282.

HSL color Cylindrical-coordinate representation of color #EA73FD: hue angle of 291.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA73FD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234115253-
CMYK0.080.5500.01
HSL291.74º97.18%72.16%-
HSV(B)291.74º54.55%99.22%-
XYZ57.7936.8596.99-
YUV166.31176.92176.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 115 (45.31% from 255) = 19.10%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=38.87%
G=19.10%
B=42.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341152530.080.5500.01291.7497.1872.16
HexEA73FD837011246148
Octal352163375106701444141110
Binary1110101011100111111110110001101110110010010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73FD; }

 p { color: rgb(234,115,253); }

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

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

 a { background-color: rgb(234,115,253); }

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

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

 span { border-color: rgb(234,115,253); }

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