#EB8577

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

Shades of Geraldine #EB8577

Tints of Geraldine #EB8577

Color information

#EB8577 (or 0xEB8577) is unknown color: approx Geraldine. HEX triplet: EB, 85 and 77. RGB value is (235,133,119). Sum of RGB (Red+Green+Blue) = 235+133+119=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8577 is #147A88. Grayscale: #A2A2A2. Windows color (decimal): -1342089 or 7833067. OLE color: 7833067.

HSL color Cylindrical-coordinate representation of color #EB8577: hue angle of 7.24º degrees, saturation: 0.74, 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 #EB8577 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235133119-
CMYK00.430.490.08
HSL7.24º74.36%69.41%-
HSV(B)7.24º49.36%92.16%-
XYZ45.9835.7721.93-
YUV161.9103.79180.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.25%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=48.25%
G=27.31%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513311900.430.490.087.2474.3669.41
HexEB857702B31874a45
Octal35320516705361107112105
Binary111010111000010111101110101011110001100011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8577; }

 p { color: rgb(235,133,119); }

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

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

 a { background-color: rgb(235,133,119); }

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

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

 span { border-color: rgb(235,133,119); }

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