Html Css Color HEX #EA8079 Geraldine

📋 copy color: '#EA8079'

red 234 ◦ green 128 ◦ blue 121

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

Shades of Geraldine #EA8079

Tints of Geraldine #EA8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

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

R = 48.45%
G = 26.5%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8079 (or 0xEA8079) is known color: Geraldine. HEX triplet: EA, 80 and 79. RGB value is (234,128,121). Sum of RGB (Red+Green+Blue) = 234+128+121=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8079 is #157F86. Grayscale: #9F9F9F. Windows color (decimal): -1408903 or 7962858. OLE color: 7962858.

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

Color convert

RGB 234 128 121 -
CMYK 0 0.45 0.48 0.08
HSL 3.72º 0.73% 0.7% -
HSV(B) 3.72º 0.48% 0.92% -
XYZ 45.1 34.31 22.33 -
YUV 158.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 234 128 121 0 0.45 0.48 0.08 3.72 0.73 0.7
Hex EA 80 79 0 2D 30 8 4 49 46
Octal 352 200 171 0 55 60 10 4 111 106
Binary 11101010 10000000 1111001 0 101101 110000 1000 100 1001001 1000110

Color Harmonies of #EA8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8079

Black with #EA8079

Text Example


Text Example

White with #EA8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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