#E5756D

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

Shades of Geraldine #E5756D

Tints of Geraldine #E5756D

Color information

#E5756D (or 0xE5756D) is unknown color: approx Geraldine. HEX triplet: E5, 75 and 6D. RGB value is (229,117,109). Sum of RGB (Red+Green+Blue) = 229+117+109=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5756D is #1A8A92. Grayscale: #959595. Windows color (decimal): -1739411 or 7173605. OLE color: 7173605.

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

Color convert

RGB229117109-
CMYK00.490.520.10
HSL69.77%66.27%-
HSV(B)52.4%89.8%-
XYZ41.4330.4818.17-
YUV149.58105.11184.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=50.33%
G=25.71%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911710900.490.520.10469.7766.27
HexE5756D03134A44642
Octal34516515506164124106102
Binary11100101111010111011010110001110100101010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5756D; }

 p { color: rgb(229,117,109); }

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

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

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

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

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

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

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