#E56E6E

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

Shades of Geraldine #E56E6E

Tints of Geraldine #E56E6E

Color information

#E56E6E (or 0xE56E6E) is unknown color: approx Geraldine. HEX triplet: E5, 6E and 6E. RGB value is (229,110,110). Sum of RGB (Red+Green+Blue) = 229+110+110=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E6E is #1A9191. Grayscale: #919191. Windows color (decimal): -1741202 or 7237349. OLE color: 7237349.

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

Color convert

RGB229110110-
CMYK00.520.520.10
HSL69.59%66.47%-
HSV(B)51.97%89.8%-
XYZ40.728.9418.19-
YUV145.58107.92187.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=51.00%
G=24.50%
B=24.50%

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
Decimal22911011000.520.520.10069.5966.47
HexE56E6E03434A04642
Octal34515615606464120106102
Binary111001011101110110111001101001101001010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56E6E; }

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

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

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

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

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

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

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

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