Html Css Color HEX #EA77E5 Violet

📋 copy color: '#EA77E5'

red 234 ◦ green 119 ◦ blue 229

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

Shades of Violet #EA77E5

Tints of Violet #EA77E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.45%

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 40.21%
G = 20.45%
B = 39.35%

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

#EA77E5 (or 0xEA77E5) is known color: Violet. HEX triplet: EA, 77 and E5. RGB value is (234,119,229). Sum of RGB (Red+Green+Blue) = 234+119+229=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77E5 is #15881A. Grayscale: #A5A5A5. Windows color (decimal): -1411099 or 15038442. OLE color: 15038442.

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

Color convert

RGB 234 119 229 -
CMYK 0 0.49 0.02 0.08
HSL 302.61º 0.73% 0.69% -
HSV(B) 302.61º 0.49% 0.92% -
XYZ 54.67 36.34 78.26 -
YUV 165.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 234 119 229 0 0.49 0.02 0.08 302.61 0.73 0.69
Hex EA 77 E5 0 31 2 8 12F 49 45
Octal 352 167 345 0 61 2 10 457 111 105
Binary 11101010 1110111 11100101 0 110001 10 1000 100101111 1001001 1000101

Color Harmonies of #EA77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77E5

Black with #EA77E5

Text Example


Text Example

White with #EA77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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