#E47574

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

Shades of Geraldine #E47574

Tints of Geraldine #E47574

Color information

#E47574 (or 0xE47574) is unknown color: approx Geraldine. HEX triplet: E4, 75 and 74. RGB value is (228,117,116). Sum of RGB (Red+Green+Blue) = 228+117+116=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E47574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47574 is #1B8A8B. Grayscale: #969696. Windows color (decimal): -1804940 or 7632356. OLE color: 7632356.

HSL color Cylindrical-coordinate representation of color #E47574: hue angle of 0.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47574 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB228117116-
CMYK00.490.490.11
HSL0.54º67.47%67.45%-
HSV(B)0.54º49.12%89.41%-
XYZ41.5130.4820.22-
YUV150.07108.77183.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.46%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=49.46%
G=25.38%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811711600.490.490.110.5467.4767.45
HexE4757403131B14343
Octal34416516406161131103103
Binary111001001110101111010001100011100011011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47574; }

 p { color: rgb(228,117,116); }

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

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

 a { background-color: rgb(228,117,116); }

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

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

 span { border-color: rgb(228,117,116); }

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