#EA78F8

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

Shades of Heliotrope #EA78F8

Tints of Heliotrope #EA78F8

Color information

#EA78F8 (or 0xEA78F8) is unknown color: approx Heliotrope. HEX triplet: EA, 78 and F8. RGB value is (234,120,248). Sum of RGB (Red+Green+Blue) = 234+120+248=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA78F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA78F8 is #158707. Grayscale: #A8A8A8. Windows color (decimal): -1410824 or 16283882. OLE color: 16283882.

HSL color Cylindrical-coordinate representation of color #EA78F8: hue angle of 293.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA78F8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234120248-
CMYK0.060.5200.03
HSL293.44º90.14%72.16%-
HSV(B)293.44º51.61%97.25%-
XYZ57.5937.793.05-
YUV168.68172.77174.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 120 (47.27% from 255) = 19.93%
BLUE value IS 248 (97.27% from 255) = 41.20%
R=38.87%
G=19.93%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341202480.060.5200.03293.4490.1472.16
HexEA78F8634031255a48
Octal35217037066403445132110
Binary1110101011110001111100011011010001110010010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA78F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA78F8; }

 p { color: rgb(234,120,248); }

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

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

 a { background-color: rgb(234,120,248); }

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

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

 span { border-color: rgb(234,120,248); }

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