#E17A76

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

Shades of Geraldine #E17A76

Tints of Geraldine #E17A76

Color information

#E17A76 (or 0xE17A76) is unknown color: approx Geraldine. HEX triplet: E1, 7A and 76. RGB value is (225,122,118). Sum of RGB (Red+Green+Blue) = 225+122+118=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A76 is #1E8589. Grayscale: #989898. Windows color (decimal): -2000266 or 7764705. OLE color: 7764705.

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

Color convert

RGB225122118-
CMYK00.460.480.12
HSL2.24º64.07%67.25%-
HSV(B)2.24º47.56%88.24%-
XYZ41.2831.2320.99-
YUV152.34108.62179.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=48.39%
G=26.24%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512211800.460.480.122.2464.0767.25
HexE17A7602E30C24043
Octal34117216605660142100103
Binary1110000111110101110110010111011000011001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A76; }

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

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

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

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

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

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

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

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