#EA8179

Color #EA8179 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EA8179

Tints of Geraldine #EA8179

Color information

#EA8179 (or 0xEA8179) is unknown color: approx Geraldine. HEX triplet: EA, 81 and 79. RGB value is (234,129,121). Sum of RGB (Red+Green+Blue) = 234+129+121=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8179 is #157E86. Grayscale: #9F9F9F. Windows color (decimal): -1408647 or 7963114. OLE color: 7963114.

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

Color convert

RGB234129121-
CMYK00.450.480.08
HSL4.25º72.9%69.61%-
HSV(B)4.25º48.29%91.76%-
XYZ45.2334.5722.38-
YUV159.48106.29181.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 121 (47.66% from 255) = 25%
R=48.35%
G=26.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412912100.450.480.084.2572.969.61
HexEA817902D30844946
Octal35220117105560104111106
Binary111010101000000111110010101101110000100010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8179; }

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

 H1.HeaderClassName
 {
   color: #EA8179;
 }
 .AnyTagClassName
 {
   color: #EA8179;
 }
</style>
background-color css

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

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

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

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

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

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