Html Css Color HEX #EA8279 Geraldine

📋 copy color: '#EA8279'

red 234 ◦ green 130 ◦ blue 121

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

Shades of Geraldine #EA8279

Tints of Geraldine #EA8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 48.25%
G = 26.8%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8279 (or 0xEA8279) is known color: Geraldine. HEX triplet: EA, 82 and 79. RGB value is (234,130,121). Sum of RGB (Red+Green+Blue) = 234+130+121=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8279 is #157D86. Grayscale: #A0A0A0. Windows color (decimal): -1408391 or 7963370. OLE color: 7963370.

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

Color convert

RGB 234 130 121 -
CMYK 0 0.44 0.48 0.08
HSL 4.78º 0.73% 0.7% -
HSV(B) 4.78º 0.48% 0.92% -
XYZ 45.37 34.84 22.42 -
YUV 160.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 234 130 121 0 0.44 0.48 0.08 4.78 0.73 0.7
Hex EA 82 79 0 2C 30 8 5 49 46
Octal 352 202 171 0 54 60 10 5 111 106
Binary 11101010 10000010 1111001 0 101100 110000 1000 101 1001001 1000110

Color Harmonies of #EA8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8279

Black with #EA8279

Text Example


Text Example

White with #EA8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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