Html Css Color HEX #EA77E0 Violet

📋 copy color: '#EA77E0'

red 234 ◦ green 119 ◦ blue 224

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

Shades of Violet #EA77E0

Tints of Violet #EA77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.82%

R = 40.55%
G = 20.62%
B = 38.82%

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

#EA77E0 (or 0xEA77E0) is known color: Violet. HEX triplet: EA, 77 and E0. RGB value is (234,119,224). Sum of RGB (Red+Green+Blue) = 234+119+224=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77E0 is #15881F. Grayscale: #A5A5A5. Windows color (decimal): -1411104 or 14710762. OLE color: 14710762.

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

Color convert

RGB 234 119 224 -
CMYK 0 0.49 0.04 0.08
HSL 305.22º 0.73% 0.69% -
HSV(B) 305.22º 0.49% 0.92% -
XYZ 53.98 36.07 74.64 -
YUV 165.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 234 119 224 0 0.49 0.04 0.08 305.22 0.73 0.69
Hex EA 77 E0 0 31 4 8 131 49 45
Octal 352 167 340 0 61 4 10 461 111 105
Binary 11101010 1110111 11100000 0 110001 100 1000 100110001 1001001 1000101

Color Harmonies of #EA77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77E0

Black with #EA77E0

Text Example


Text Example

White with #EA77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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