#E47A69

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

Shades of Geraldine #E47A69

Tints of Geraldine #E47A69

Color information

#E47A69 (or 0xE47A69) is unknown color: approx Geraldine. HEX triplet: E4, 7A and 69. RGB value is (228,122,105). Sum of RGB (Red+Green+Blue) = 228+122+105=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A69 is #1B8596. Grayscale: #979797. Windows color (decimal): -1803671 or 6912740. OLE color: 6912740.

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

Color convert

RGB228122105-
CMYK00.460.540.11
HSL8.29º69.49%65.29%-
HSV(B)8.29º53.95%89.41%-
XYZ41.531.4317.24-
YUV151.76101.62182.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=50.11%
G=26.81%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812210500.460.540.118.2969.4965.29
HexE47A6902E36B84541
Octal344172151056661310105101
Binary111001001111010110100101011101101101011100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47A69; }

 p { color: rgb(228,122,105); }

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

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

 a { background-color: rgb(228,122,105); }

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

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

 span { border-color: rgb(228,122,105); }

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