#E47F7C

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

Shades of Geraldine #E47F7C

Tints of Geraldine #E47F7C

Color information

#E47F7C (or 0xE47F7C) is unknown color: approx Geraldine. HEX triplet: E4, 7F and 7C. RGB value is (228,127,124). Sum of RGB (Red+Green+Blue) = 228+127+124=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F7C is #1B8083. Grayscale: #9C9C9C. Windows color (decimal): -1802372 or 8159204. OLE color: 8159204.

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

Color convert

RGB228127124-
CMYK00.440.460.11
HSL1.73º65.82%69.02%-
HSV(B)1.73º45.61%89.41%-
XYZ43.2233.1323.19-
YUV156.86109.46178.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=47.60%
G=26.51%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812712400.440.460.111.7365.8269.02
HexE47F7C02C2EB24245
Octal34417717405456132102105
Binary1110010011111111111100010110010111010111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47F7C; }

 p { color: rgb(228,127,124); }

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

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

 a { background-color: rgb(228,127,124); }

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

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

 span { border-color: rgb(228,127,124); }

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