#EB7F78

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

Shades of Geraldine #EB7F78

Tints of Geraldine #EB7F78

Color information

#EB7F78 (or 0xEB7F78) is unknown color: approx Geraldine. HEX triplet: EB, 7F and 78. RGB value is (235,127,120). Sum of RGB (Red+Green+Blue) = 235+127+120=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7F78 is #148087. Grayscale: #9E9E9E. Windows color (decimal): -1343624 or 7897067. OLE color: 7897067.

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

Color convert

RGB235127120-
CMYK00.460.490.08
HSL3.65º74.19%69.61%-
HSV(B)3.65º48.94%92.16%-
XYZ45.2434.221.99-
YUV158.49106.28182.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=48.76%
G=26.35%
B=24.90%

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
Decimal23512712000.460.490.083.6574.1969.61
HexEB7F7802E31844a46
Octal35317717005661104112106
Binary11101011111111111110000101110110001100010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F78; }

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

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

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

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

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

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

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

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