#EA78F7

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

Shades of Violet #EA78F7

Tints of Violet #EA78F7

Color information

#EA78F7 (or 0xEA78F7) is unknown color: approx Violet. HEX triplet: EA, 78 and F7. RGB value is (234,120,247). Sum of RGB (Red+Green+Blue) = 234+120+247=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA78F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA78F7 is #158708. Grayscale: #A8A8A8. Windows color (decimal): -1410825 or 16218346. OLE color: 16218346.

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

Color convert

RGB234120247-
CMYK0.050.5100.03
HSL293.86º88.81%71.96%-
HSV(B)293.86º51.42%96.86%-
XYZ57.4437.6492.23-
YUV168.56172.27174.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 120 (47.27% from 255) = 19.97%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=38.94%
G=19.97%
B=41.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341202470.050.5100.03293.8688.8171.96
HexEA78F7533031265948
Octal35217036756303446131110
Binary1110101011110001111011110111001101110010011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA78F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA78F7; }

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

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

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

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

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

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

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

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