#EA78E5

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

Shades of Violet #EA78E5

Tints of Violet #EA78E5

Color information

#EA78E5 (or 0xEA78E5) is unknown color: approx Violet. HEX triplet: EA, 78 and E5. RGB value is (234,120,229). Sum of RGB (Red+Green+Blue) = 234+120+229=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78E5 is #15871A. Grayscale: #A6A6A6. Windows color (decimal): -1410843 or 15038698. OLE color: 15038698.

HSL color Cylindrical-coordinate representation of color #EA78E5: hue angle of 302.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78E5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234120229-
CMYK00.490.020.08
HSL302.63º73.08%69.41%-
HSV(B)302.63º48.72%91.76%-
XYZ54.7936.5878.3-
YUV166.51163.27176.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 120 (47.27% from 255) = 20.58%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=40.14%
G=20.58%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412022900.490.020.08302.6373.0869.41
HexEA78E50312812f4945
Octal352170345061210457111105
Binary11101010111100011100101011000110100010010111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA78E5; }

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

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

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

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

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

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

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

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