#E17A72

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

Shades of Geraldine #E17A72

Tints of Geraldine #E17A72

Color information

#E17A72 (or 0xE17A72) is unknown color: approx Geraldine. HEX triplet: E1, 7A and 72. RGB value is (225,122,114). Sum of RGB (Red+Green+Blue) = 225+122+114=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A72 is #1E858D. Grayscale: #989898. Windows color (decimal): -2000270 or 7502561. OLE color: 7502561.

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

Color convert

RGB225122114-
CMYK00.460.490.12
HSL4.32º64.91%66.47%-
HSV(B)4.32º49.33%88.24%-
XYZ41.0531.1419.77-
YUV151.88106.62180.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=48.81%
G=26.46%
B=24.73%

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
Decimal22512211400.460.490.124.3264.9166.47
HexE17A7202E31C44142
Octal34117216205661144101102
Binary11100001111101011100100101110110001110010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A72; }

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

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

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

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

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

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

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

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