#E17D79

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

Shades of Geraldine #E17D79

Tints of Geraldine #E17D79

Color information

#E17D79 (or 0xE17D79) is unknown color: approx Geraldine. HEX triplet: E1, 7D and 79. RGB value is (225,125,121). Sum of RGB (Red+Green+Blue) = 225+125+121=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D79 is #1E8286. Grayscale: #9A9A9A. Windows color (decimal): -1999495 or 7962081. OLE color: 7962081.

HSL color Cylindrical-coordinate representation of color #E17D79: hue angle of 2.31º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17D79 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225125121-
CMYK00.440.460.12
HSL2.31º63.41%67.84%-
HSV(B)2.31º46.22%88.24%-
XYZ41.8432.0622.07-
YUV154.44109.13178.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=47.77%
G=26.54%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512512100.440.460.122.3163.4167.84
HexE17D7902C2EC23f44
Octal3411751710545614277104
Binary111000011111101111100101011001011101100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17D79; }

 p { color: rgb(225,125,121); }

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

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

 a { background-color: rgb(225,125,121); }

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

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

 span { border-color: rgb(225,125,121); }

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