Html Css Color HEX #EA7E79 Geraldine

📋 copy color: '#EA7E79'

red 234 ◦ green 126 ◦ blue 121

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

Shades of Geraldine #EA7E79

Tints of Geraldine #EA7E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 48.65%
G = 26.2%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA7E79 (or 0xEA7E79) is known color: Geraldine. HEX triplet: EA, 7E and 79. RGB value is (234,126,121). Sum of RGB (Red+Green+Blue) = 234+126+121=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E79 is #158186. Grayscale: #9D9D9D. Windows color (decimal): -1409415 or 7962346. OLE color: 7962346.

HSL color Cylindrical-coordinate representation of color #EA7E79: hue angle of 2.65º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7E79 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 126 121 -
CMYK 0 0.46 0.48 0.08
HSL 2.65º 0.73% 0.7% -
HSV(B) 2.65º 0.48% 0.92% -
XYZ 44.84 33.79 22.25 -
YUV 157.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 234 126 121 0 0.46 0.48 0.08 2.65 0.73 0.7
Hex EA 7E 79 0 2E 30 8 3 49 46
Octal 352 176 171 0 56 60 10 3 111 106
Binary 11101010 1111110 1111001 0 101110 110000 1000 11 1001001 1000110

Color Harmonies of #EA7E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E79

Black with #EA7E79

Text Example


Text Example

White with #EA7E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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