#E56F69

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

Shades of Geraldine #E56F69

Tints of Geraldine #E56F69

Color information

#E56F69 (or 0xE56F69) is unknown color: approx Geraldine. HEX triplet: E5, 6F and 69. RGB value is (229,111,105). Sum of RGB (Red+Green+Blue) = 229+111+105=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F69 is #1A9096. Grayscale: #919191. Windows color (decimal): -1740951 or 6909925. OLE color: 6909925.

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

Color convert

RGB229111105-
CMYK00.520.540.10
HSL2.9º70.45%65.49%-
HSV(B)2.9º54.15%89.8%-
XYZ40.5529.0516.83-
YUV145.6105.09187.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=51.46%
G=24.94%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911110500.520.540.102.970.4565.49
HexE56F6903436A34641
Octal34515715106466123106101
Binary1110010111011111101001011010011011010101110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F69; }

 p { color: rgb(229,111,105); }

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

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

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

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

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

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

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