#E57878

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

Shades of Geraldine #E57878

Tints of Geraldine #E57878

Color information

#E57878 (or 0xE57878) is unknown color: approx Geraldine. HEX triplet: E5, 78 and 78. RGB value is (229,120,120). Sum of RGB (Red+Green+Blue) = 229+120+120=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E57878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57878 is #1A8787. Grayscale: #989898. Windows color (decimal): -1738632 or 7895269. OLE color: 7895269.

HSL color Cylindrical-coordinate representation of color #E57878: hue angle of 0º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E57878 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229120120-
CMYK00.480.480.10
HSL67.7%68.43%-
HSV(B)47.6%89.8%-
XYZ42.4231.4521.6-
YUV152.59109.61182.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=48.83%
G=25.59%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912012000.480.480.10067.768.43
HexE5787803030A04444
Octal34517017006060120104104
Binary111001011111000111100001100001100001010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57878; }

 p { color: rgb(229,120,120); }

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

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

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

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

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

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

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