Html Css Color HEX #EA7E77 Geraldine

📋 copy color: '#EA7E77'

red 234 ◦ green 126 ◦ blue 119

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

Shades of Geraldine #EA7E77

Tints of Geraldine #EA7E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

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

R = 48.85%
G = 26.3%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7E77 (or 0xEA7E77) is known color: Geraldine. HEX triplet: EA, 7E and 77. RGB value is (234,126,119). Sum of RGB (Red+Green+Blue) = 234+126+119=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E77 is #158188. Grayscale: #9D9D9D. Windows color (decimal): -1409417 or 7831274. OLE color: 7831274.

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

Color convert

RGB 234 126 119 -
CMYK 0 0.46 0.49 0.08
HSL 3.65º 0.73% 0.69% -
HSV(B) 3.65º 0.49% 0.92% -
XYZ 44.72 33.75 21.61 -
YUV 157.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 234 126 119 0 0.46 0.49 0.08 3.65 0.73 0.69
Hex EA 7E 77 0 2E 31 8 4 49 45
Octal 352 176 167 0 56 61 10 4 111 105
Binary 11101010 1111110 1110111 0 101110 110001 1000 100 1001001 1000101

Color Harmonies of #EA7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E77

Black with #EA7E77

Text Example


Text Example

White with #EA7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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