#EB7771

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

Shades of Geraldine #EB7771

Tints of Geraldine #EB7771

Color information

#EB7771 (or 0xEB7771) is unknown color: approx Geraldine. HEX triplet: EB, 77 and 71. RGB value is (235,119,113). Sum of RGB (Red+Green+Blue) = 235+119+113=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7771 is #14888E. Grayscale: #999999. Windows color (decimal): -1345679 or 7436267. OLE color: 7436267.

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

Color convert

RGB235119113-
CMYK00.490.520.08
HSL2.95º75.31%68.24%-
HSV(B)2.95º51.91%92.16%-
XYZ43.8432.0519.5-
YUV153105.43186.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.32%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=50.32%
G=25.48%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511911300.490.520.082.9575.3168.24
HexEB777103134834b44
Octal35316716106164103113104
Binary1110101111101111110001011000111010010001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7771; }

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

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

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

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

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

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

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

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