#E56F6E

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

Shades of Geraldine #E56F6E

Tints of Geraldine #E56F6E

Color information

#E56F6E (or 0xE56F6E) is unknown color: approx Geraldine. HEX triplet: E5, 6F and 6E. RGB value is (229,111,110). Sum of RGB (Red+Green+Blue) = 229+111+110=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F6E is #1A9091. Grayscale: #929292. Windows color (decimal): -1740946 or 7237605. OLE color: 7237605.

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

Color convert

RGB229111110-
CMYK00.520.520.10
HSL0.5º69.59%66.47%-
HSV(B)0.5º51.97%89.8%-
XYZ40.8129.1518.23-
YUV146.17107.59187.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.89%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=50.89%
G=24.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911111000.520.520.100.569.5966.47
HexE56F6E03434A14642
Octal34515715606464121106102
Binary111001011101111110111001101001101001010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F6E; }

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

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

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

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

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

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

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

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