#EB8179

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

Shades of Geraldine #EB8179

Tints of Geraldine #EB8179

Color information

#EB8179 (or 0xEB8179) is unknown color: approx Geraldine. HEX triplet: EB, 81 and 79. RGB value is (235,129,121). Sum of RGB (Red+Green+Blue) = 235+129+121=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8179 is #147E86. Grayscale: #9F9F9F. Windows color (decimal): -1343111 or 7963115. OLE color: 7963115.

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

Color convert

RGB235129121-
CMYK00.450.490.08
HSL4.21º74.03%69.8%-
HSV(B)4.21º48.51%92.16%-
XYZ45.5634.7422.39-
YUV159.78106.12181.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=48.45%
G=26.60%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512912100.450.490.084.2174.0369.8
HexEB817902D31844a46
Octal35320117105561104112106
Binary111010111000000111110010101101110001100010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8179; }

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

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

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

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

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

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

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

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