#E56F6A

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

Shades of Geraldine #E56F6A

Tints of Geraldine #E56F6A

Color information

#E56F6A (or 0xE56F6A) is unknown color: approx Geraldine. HEX triplet: E5, 6F and 6A. RGB value is (229,111,106). Sum of RGB (Red+Green+Blue) = 229+111+106=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F6A is #1A9095. Grayscale: #919191. Windows color (decimal): -1740950 or 6975461. OLE color: 6975461.

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

Color convert

RGB229111106-
CMYK00.520.540.10
HSL2.44º70.29%65.69%-
HSV(B)2.44º53.71%89.8%-
XYZ40.629.0717.11-
YUV145.71105.59187.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=51.35%
G=24.89%
B=23.77%

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
Decimal22911110600.520.540.102.4470.2965.69
HexE56F6A03436A24642
Octal34515715206466122106102
Binary1110010111011111101010011010011011010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F6A; }

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

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

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

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

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

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

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

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