#eb7e78

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

Shades of Geraldine #EB7E78

Tints of Geraldine #EB7E78

Color information

#EB7E78 (or 0xEB7E78) is unknown color: approx Geraldine. HEX triplet: EB, 7E and 78. RGB value is (235,126,120). Sum of RGB (Red+Green+Blue) = 235+126+120=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E78 is #148187. Grayscale: #9E9E9E. Windows color (decimal): -1343880 or 7896811. OLE color: 7896811.

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

Color convert

RGB235126120-
CMYK00.460.490.08
HSL3.13º74.19%69.61%-
HSV(B)3.13º48.94%92.16%-
XYZ45.1133.9421.94-
YUV157.91106.61182.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=48.86%
G=26.20%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512612000.460.490.083.1374.1969.61
HexEB7E7802E31834a46
Octal35317617005661103112106
Binary1110101111111101111000010111011000110001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7e78; }

 p { color: rgb(235,126,120); }

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

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

 a { background-color: rgb(235,126,120); }

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

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

 span { border-color: rgb(235,126,120); }

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