#E17C72

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

Shades of Geraldine #E17C72

Tints of Geraldine #E17C72

Color information

#E17C72 (or 0xE17C72) is unknown color: approx Geraldine. HEX triplet: E1, 7C and 72. RGB value is (225,124,114). Sum of RGB (Red+Green+Blue) = 225+124+114=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C72 is #1E838D. Grayscale: #999999. Windows color (decimal): -1999758 or 7503073. OLE color: 7503073.

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

Color convert

RGB225124114-
CMYK00.450.490.12
HSL5.41º64.91%66.47%-
HSV(B)5.41º49.33%88.24%-
XYZ41.331.6419.85-
YUV153.06105.96179.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=48.60%
G=26.78%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512411400.450.490.125.4164.9166.47
HexE17C7202D31C54142
Octal34117416205561145101102
Binary11100001111110011100100101101110001110010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C72; }

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

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

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

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

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

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

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

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