#E1726E

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

Shades of Geraldine #E1726E

Tints of Geraldine #E1726E

Color information

#E1726E (or 0xE1726E) is unknown color: approx Geraldine. HEX triplet: E1, 72 and 6E. RGB value is (225,114,110). Sum of RGB (Red+Green+Blue) = 225+114+110=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1726E is #1E8D91. Grayscale: #929292. Windows color (decimal): -2002322 or 7238369. OLE color: 7238369.

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

Color convert

RGB225114110-
CMYK00.490.510.12
HSL2.09º65.71%65.69%-
HSV(B)2.09º51.11%88.24%-
XYZ39.8829.1718.28-
YUV146.73107.27183.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=50.11%
G=25.39%
B=24.50%

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
Decimal22511411000.490.510.122.0965.7165.69
HexE1726E03133C24242
Octal34116215606163142102102
Binary1110000111100101101110011000111001111001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1726E; }

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

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

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

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

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

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

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

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