#E1736E

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

Shades of Geraldine #E1736E

Tints of Geraldine #E1736E

Color information

#E1736E (or 0xE1736E) is unknown color: approx Geraldine. HEX triplet: E1, 73 and 6E. RGB value is (225,115,110). Sum of RGB (Red+Green+Blue) = 225+115+110=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1736E is #1E8C91. Grayscale: #939393. Windows color (decimal): -2002066 or 7238625. OLE color: 7238625.

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

Color convert

RGB225115110-
CMYK00.490.510.12
HSL2.61º65.71%65.69%-
HSV(B)2.61º51.11%88.24%-
XYZ4029.3918.32-
YUV147.32106.94183.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=50%
G=25.56%
B=24.44%

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
Decimal22511511000.490.510.122.6165.7165.69
HexE1736E03133C34242
Octal34116315606163143102102
Binary1110000111100111101110011000111001111001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1736E; }

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

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

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

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

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

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

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

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