#E17A73

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

Shades of Geraldine #E17A73

Tints of Geraldine #E17A73

Color information

#E17A73 (or 0xE17A73) is unknown color: approx Geraldine. HEX triplet: E1, 7A and 73. RGB value is (225,122,115). Sum of RGB (Red+Green+Blue) = 225+122+115=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A73 is #1E858C. Grayscale: #989898. Windows color (decimal): -2000269 or 7568097. OLE color: 7568097.

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

Color convert

RGB225122115-
CMYK00.460.490.12
HSL3.82º64.71%66.67%-
HSV(B)3.82º48.89%88.24%-
XYZ41.1131.1620.07-
YUV152107.12180.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=48.70%
G=26.41%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512211500.460.490.123.8264.7166.67
HexE17A7302E31C44143
Octal34117216305661144101103
Binary11100001111101011100110101110110001110010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A73; }

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

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

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

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

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

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

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

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