Html Css Color HEX #EA8174 Geraldine

📋 copy color: '#EA8174'

red 234 ◦ green 129 ◦ blue 116

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

Shades of Geraldine #EA8174

Tints of Geraldine #EA8174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 48.85%
G = 26.93%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA8174 (or 0xEA8174) is known color: Geraldine. HEX triplet: EA, 81 and 74. RGB value is (234,129,116). Sum of RGB (Red+Green+Blue) = 234+129+116=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8174 is #157E8B. Grayscale: #9F9F9F. Windows color (decimal): -1408652 or 7635434. OLE color: 7635434.

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

Color convert

RGB 234 129 116 -
CMYK 0 0.45 0.50 0.08
HSL 6.61º 0.74% 0.69% -
HSV(B) 6.61º 0.5% 0.92% -
XYZ 44.93 34.45 20.8 -
YUV 158.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 234 129 116 0 0.45 0.50 0.08 6.61 0.74 0.69
Hex EA 81 74 0 2D 32 8 7 4A 45
Octal 352 201 164 0 55 62 10 7 112 105
Binary 11101010 10000001 1110100 0 101101 110010 1000 111 1001010 1000101

Color Harmonies of #EA8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8174

Black with #EA8174

Text Example


Text Example

White with #EA8174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8174; }

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

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

background-color css

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

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

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

border-color css

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

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

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