#e1736f

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

Shades of Geraldine #E1736F

Tints of Geraldine #E1736F

Color information

#E1736F (or 0xE1736F) is unknown color: approx Geraldine. HEX triplet: E1, 73 and 6F. RGB value is (225,115,111). Sum of RGB (Red+Green+Blue) = 225+115+111=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1736F is #1E8C90. Grayscale: #939393. Windows color (decimal): -2002065 or 7304161. OLE color: 7304161.

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

Color convert

RGB225115111-
CMYK00.490.510.12
HSL2.11º65.52%65.88%-
HSV(B)2.11º50.67%88.24%-
XYZ40.0529.4218.61-
YUV147.43107.44183.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=49.89%
G=25.50%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511511100.490.510.122.1165.5265.88
HexE1736F03133C24242
Octal34116315706163142102102
Binary1110000111100111101111011000111001111001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1736f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1736f; }

 p { color: rgb(225,115,111); }

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

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

 a { background-color: rgb(225,115,111); }

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

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

 span { border-color: rgb(225,115,111); }

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