Html Css Color HEX #EA8171 Geraldine

📋 copy color: '#EA8171'

red 234 ◦ green 129 ◦ blue 113

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

Shades of Geraldine #EA8171

Tints of Geraldine #EA8171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 49.16%
G = 27.1%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8171 (or 0xEA8171) is known color: Geraldine. HEX triplet: EA, 81 and 71. RGB value is (234,129,113). Sum of RGB (Red+Green+Blue) = 234+129+113=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8171 is #157E8E. Grayscale: #9E9E9E. Windows color (decimal): -1408655 or 7438826. OLE color: 7438826.

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

Color convert

RGB 234 129 113 -
CMYK 0 0.45 0.52 0.08
HSL 7.93º 0.74% 0.68% -
HSV(B) 7.93º 0.52% 0.92% -
XYZ 44.76 34.39 19.9 -
YUV 158.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 234 129 113 0 0.45 0.52 0.08 7.93 0.74 0.68
Hex EA 81 71 0 2D 34 8 8 4A 44
Octal 352 201 161 0 55 64 10 10 112 104
Binary 11101010 10000001 1110001 0 101101 110100 1000 1000 1001010 1000100

Color Harmonies of #EA8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8171

Black with #EA8171

Text Example


Text Example

White with #EA8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8171; }

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

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

background-color css

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

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

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

border-color css

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

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

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