#E5706C

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

Shades of Geraldine #E5706C

Tints of Geraldine #E5706C

Color information

#E5706C (or 0xE5706C) is unknown color: approx Geraldine. HEX triplet: E5, 70 and 6C. RGB value is (229,112,108). Sum of RGB (Red+Green+Blue) = 229+112+108=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5706C is #1A8F93. Grayscale: #929292. Windows color (decimal): -1740692 or 7106789. OLE color: 7106789.

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

Color convert

RGB229112108-
CMYK00.510.530.10
HSL1.98º69.94%66.08%-
HSV(B)1.98º52.84%89.8%-
XYZ40.8129.3317.7-
YUV146.53106.26186.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=51.00%
G=24.94%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911210800.510.530.101.9869.9466.08
HexE5706C03335A24642
Octal34516015406365122106102
Binary1110010111100001101100011001111010110101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5706C; }

 p { color: rgb(229,112,108); }

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

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

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

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

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

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

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