#E1756D

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

Shades of Geraldine #E1756D

Tints of Geraldine #E1756D

Color information

#E1756D (or 0xE1756D) is unknown color: approx Geraldine. HEX triplet: E1, 75 and 6D. RGB value is (225,117,109). Sum of RGB (Red+Green+Blue) = 225+117+109=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1756D is #1E8A92. Grayscale: #949494. Windows color (decimal): -2001555 or 7173601. OLE color: 7173601.

HSL color Cylindrical-coordinate representation of color #E1756D: hue angle of 4.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1756D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225117109-
CMYK00.480.520.12
HSL4.14º65.91%65.49%-
HSV(B)4.14º51.56%88.24%-
XYZ40.1729.8318.11-
YUV148.38105.78182.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=49.89%
G=25.94%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511710900.480.520.124.1465.9165.49
HexE1756D03034C44241
Octal34116515506064144102101
Binary11100001111010111011010110000110100110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1756D; }

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

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

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

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

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

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

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

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