#E17C7A

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

Shades of Geraldine #E17C7A

Tints of Geraldine #E17C7A

Color information

#E17C7A (or 0xE17C7A) is unknown color: approx Geraldine. HEX triplet: E1, 7C and 7A. RGB value is (225,124,122). Sum of RGB (Red+Green+Blue) = 225+124+122=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C7A is #1E8385. Grayscale: #9A9A9A. Windows color (decimal): -1999750 or 8027361. OLE color: 8027361.

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

Color convert

RGB225124122-
CMYK00.450.460.12
HSL1.17º63.19%68.04%-
HSV(B)1.17º45.78%88.24%-
XYZ41.7731.8322.35-
YUV153.97109.96178.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=47.77%
G=26.33%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512412200.450.460.121.1763.1968.04
HexE17C7A02D2EC13f44
Octal3411741720555614177104
Binary11100001111110011110100101101101110110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C7A; }

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

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

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

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

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

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

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

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