#E47C7B

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

Shades of Geraldine #E47C7B

Tints of Geraldine #E47C7B

Color information

#E47C7B (or 0xE47C7B) is unknown color: approx Geraldine. HEX triplet: E4, 7C and 7B. RGB value is (228,124,123). Sum of RGB (Red+Green+Blue) = 228+124+123=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C7B is #1B8384. Grayscale: #9B9B9B. Windows color (decimal): -1803141 or 8092900. OLE color: 8092900.

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

Color convert

RGB228124123-
CMYK00.460.460.11
HSL0.57º66.04%68.82%-
HSV(B)0.57º46.05%89.41%-
XYZ42.7832.3422.73-
YUV154.98109.96180.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=48%
G=26.11%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812412300.460.460.110.5766.0468.82
HexE47C7B02E2EB14245
Octal34417417305656131102105
Binary111001001111100111101101011101011101011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47C7B; }

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

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

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

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

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

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

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

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