#E87F78

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

Shades of Geraldine #E87F78

Tints of Geraldine #E87F78

Color information

#E87F78 (or 0xE87F78) is unknown color: approx Geraldine. HEX triplet: E8, 7F and 78. RGB value is (232,127,120). Sum of RGB (Red+Green+Blue) = 232+127+120=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F78 is #178087. Grayscale: #9D9D9D. Windows color (decimal): -1540232 or 7897064. OLE color: 7897064.

HSL color Cylindrical-coordinate representation of color #E87F78: hue angle of 3.75º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87F78 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB232127120-
CMYK00.450.480.09
HSL3.75º70.89%69.02%-
HSV(B)3.75º48.28%90.98%-
XYZ44.2633.6921.94-
YUV157.6106.79181.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=48.43%
G=26.51%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212712000.450.480.093.7570.8969.02
HexE87F7802D30944745
Octal35017717005560114107105
Binary11101000111111111110000101101110000100110010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87F78; }

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

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

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

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

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

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

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

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