Html Css Color HEX #EA78E5 Violet

📋 copy color: '#EA78E5'

red 234 ◦ green 120 ◦ blue 229

#EA78E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EA78E5

Tints of Violet #EA78E5

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA78E5 (or 0xEA78E5) is known color: 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

RGB 234 120 229 -
CMYK 0 0.49 0.02 0.08
HSL 302.63º 0.73% 0.69% -
HSV(B) 302.63º 0.49% 0.92% -
XYZ 54.79 36.58 78.3 -
YUV 166.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 234 120 229 0 0.49 0.02 0.08 302.63 0.73 0.69
Hex EA 78 E5 0 31 2 8 12F 49 45
Octal 352 170 345 0 61 2 10 457 111 105
Binary 11101010 1111000 11100101 0 110001 10 1000 100101111 1001001 1000101

Color Harmonies of #EA78E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78E5

Black with #EA78E5

Text Example


Text Example

White with #EA78E5

Text Example


Text Example

HTML Codes & Css Web 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>