Html Css Color HEX #EA7977 Geraldine

📋 copy color: '#EA7977'

red 234 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #EA7977

Tints of Geraldine #EA7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 49.37%
G = 25.53%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7977 (or 0xEA7977) is known color: Geraldine. HEX triplet: EA, 79 and 77. RGB value is (234,121,119). Sum of RGB (Red+Green+Blue) = 234+121+119=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7977 is #158688. Grayscale: #9A9A9A. Windows color (decimal): -1410697 or 7829994. OLE color: 7829994.

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

Color convert

RGB 234 121 119 -
CMYK 0 0.48 0.49 0.08
HSL 1.04º 0.73% 0.69% -
HSV(B) 1.04º 0.49% 0.92% -
XYZ 44.1 32.5 21.4 -
YUV 154.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 234 121 119 0 0.48 0.49 0.08 1.04 0.73 0.69
Hex EA 79 77 0 30 31 8 1 49 45
Octal 352 171 167 0 60 61 10 1 111 105
Binary 11101010 1111001 1110111 0 110000 110001 1000 1 1001001 1000101

Color Harmonies of #EA7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7977

Black with #EA7977

Text Example


Text Example

White with #EA7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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