#EB7770

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

Shades of Geraldine #EB7770

Tints of Geraldine #EB7770

Color information

#EB7770 (or 0xEB7770) is unknown color: approx Geraldine. HEX triplet: EB, 77 and 70. RGB value is (235,119,112). Sum of RGB (Red+Green+Blue) = 235+119+112=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7770 is #14888F. Grayscale: #999999. Windows color (decimal): -1345680 or 7370731. OLE color: 7370731.

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

Color convert

RGB235119112-
CMYK00.490.520.08
HSL3.41º75.46%68.04%-
HSV(B)3.41º52.34%92.16%-
XYZ43.7832.0319.2-
YUV152.89104.93186.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.43%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=50.43%
G=25.54%
B=24.03%

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
Decimal23511911200.490.520.083.4175.4668.04
HexEB777003134834b44
Octal35316716006164103113104
Binary1110101111101111110000011000111010010001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7770; }

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

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

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

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

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

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

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

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