Html Css Color HEX #EA8172 Geraldine

📋 copy color: '#EA8172'

red 234 ◦ green 129 ◦ blue 114

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

Shades of Geraldine #EA8172

Tints of Geraldine #EA8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 49.06%
G = 27.04%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA8172 (or 0xEA8172) is known color: Geraldine. HEX triplet: EA, 81 and 72. RGB value is (234,129,114). Sum of RGB (Red+Green+Blue) = 234+129+114=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8172 is #157E8D. Grayscale: #9E9E9E. Windows color (decimal): -1408654 or 7504362. OLE color: 7504362.

HSL color Cylindrical-coordinate representation of color #EA8172: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA8172 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 129 114 -
CMYK 0 0.45 0.51 0.08
HSL 7.5º 0.74% 0.68% -
HSV(B) 7.5º 0.51% 0.92% -
XYZ 44.82 34.41 20.2 -
YUV 158.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 234 129 114 0 0.45 0.51 0.08 7.5 0.74 0.68
Hex EA 81 72 0 2D 33 8 8 4A 44
Octal 352 201 162 0 55 63 10 10 112 104
Binary 11101010 10000001 1110010 0 101101 110011 1000 1000 1001010 1000100

Color Harmonies of #EA8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8172

Black with #EA8172

Text Example


Text Example

White with #EA8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8172; }

 p { color: rgb(234,129,114); }

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

background-color css

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

 a { background-color: rgb(234,129,114); }

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

border-color css

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

 span { border-color: rgb(234,129,114); }

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