#e17672

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

Shades of Geraldine #E17672

Tints of Geraldine #E17672

Color information

#E17672 (or 0xE17672) is unknown color: approx Geraldine. HEX triplet: E1, 76 and 72. RGB value is (225,118,114). Sum of RGB (Red+Green+Blue) = 225+118+114=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17672 is #1E898D. Grayscale: #959595. Windows color (decimal): -2001294 or 7501537. OLE color: 7501537.

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

Color convert

RGB225118114-
CMYK00.480.490.12
HSL2.16º64.91%66.47%-
HSV(B)2.16º49.33%88.24%-
XYZ40.5730.1819.61-
YUV149.54107.95181.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=49.23%
G=25.82%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511811400.480.490.122.1664.9166.47
HexE1767203031C24142
Octal34116616206061142101102
Binary1110000111101101110010011000011000111001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e17672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e17672; }

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

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

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

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

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

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

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

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