Html Css Color HEX #EA78E1 Violet

📋 copy color: '#EA78E1'

red 234 ◦ green 120 ◦ blue 225

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

Shades of Violet #EA78E1

Tints of Violet #EA78E1

RGB

 RED value IS 234 (91.8% from 255) = 40.41%

 GREEN value IS 120 (47.27% from 255) = 20.73%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 40.41%
G = 20.73%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA78E1 (or 0xEA78E1) is known color: Violet. HEX triplet: EA, 78 and E1. RGB value is (234,120,225). Sum of RGB (Red+Green+Blue) = 234+120+225=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78E1 is #15871E. Grayscale: #A5A5A5. Windows color (decimal): -1410847 or 14776554. OLE color: 14776554.

HSL color Cylindrical-coordinate representation of color #EA78E1: hue angle of 304.74º 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 #EA78E1 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 120 225 -
CMYK 0 0.49 0.04 0.08
HSL 304.74º 0.73% 0.69% -
HSV(B) 304.74º 0.49% 0.92% -
XYZ 54.24 36.36 75.39 -
YUV 166.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 234 120 225 0 0.49 0.04 0.08 304.74 0.73 0.69
Hex EA 78 E1 0 31 4 8 131 49 45
Octal 352 170 341 0 61 4 10 461 111 105
Binary 11101010 1111000 11100001 0 110001 100 1000 100110001 1001001 1000101

Color Harmonies of #EA78E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78E1

Black with #EA78E1

Text Example


Text Example

White with #EA78E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78E1; }

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

 H1.HeaderClassName
 {
   color: #EA78E1;
 }
 .AnyTagClassName
 {
   color: #EA78E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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