Html Css Color HEX #EA8178 Geraldine

📋 copy color: '#EA8178'

red 234 ◦ green 129 ◦ blue 120

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

Shades of Geraldine #EA8178

Tints of Geraldine #EA8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.84%

R = 48.45%
G = 26.71%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA8178 (or 0xEA8178) is known color: Geraldine. HEX triplet: EA, 81 and 78. RGB value is (234,129,120). Sum of RGB (Red+Green+Blue) = 234+129+120=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8178 is #157E87. Grayscale: #9F9F9F. Windows color (decimal): -1408648 or 7897578. OLE color: 7897578.

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

Color convert

RGB 234 129 120 -
CMYK 0 0.45 0.49 0.08
HSL 4.74º 0.73% 0.69% -
HSV(B) 4.74º 0.49% 0.92% -
XYZ 45.17 34.55 22.06 -
YUV 159.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 234 129 120 0 0.45 0.49 0.08 4.74 0.73 0.69
Hex EA 81 78 0 2D 31 8 5 49 45
Octal 352 201 170 0 55 61 10 5 111 105
Binary 11101010 10000001 1111000 0 101101 110001 1000 101 1001001 1000101

Color Harmonies of #EA8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8178

Black with #EA8178

Text Example


Text Example

White with #EA8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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