#EB7F76

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

Shades of Geraldine #EB7F76

Tints of Geraldine #EB7F76

Color information

#EB7F76 (or 0xEB7F76) is unknown color: approx Geraldine. HEX triplet: EB, 7F and 76. RGB value is (235,127,118). Sum of RGB (Red+Green+Blue) = 235+127+118=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7F76 is #148089. Grayscale: #9E9E9E. Windows color (decimal): -1343626 or 7765995. OLE color: 7765995.

HSL color Cylindrical-coordinate representation of color #EB7F76: hue angle of 4.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7F76 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235127118-
CMYK00.460.500.08
HSL4.62º74.52%69.22%-
HSV(B)4.62º49.79%92.16%-
XYZ45.1234.1521.35-
YUV158.27105.28182.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=48.96%
G=26.46%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512711800.460.500.084.6274.5269.22
HexEB7F7602E32854b45
Octal35317716605662105113105
Binary11101011111111111101100101110110010100010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F76; }

 p { color: rgb(235,127,118); }

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

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

 a { background-color: rgb(235,127,118); }

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

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

 span { border-color: rgb(235,127,118); }

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