#E17977

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

Shades of Geraldine #E17977

Tints of Geraldine #E17977

Color information

#E17977 (or 0xE17977) is unknown color: approx Geraldine. HEX triplet: E1, 79 and 77. RGB value is (225,121,119). Sum of RGB (Red+Green+Blue) = 225+121+119=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E17977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17977 is #1E8688. Grayscale: #979797. Windows color (decimal): -2000521 or 7829985. OLE color: 7829985.

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

Color convert

RGB225121119-
CMYK00.460.470.12
HSL1.13º63.86%67.45%-
HSV(B)1.13º47.11%88.24%-
XYZ41.2231.0121.27-
YUV151.87109.46180.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=48.39%
G=26.02%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512111900.460.470.121.1363.8667.45
HexE1797702E2FC14043
Octal34117116705657141100103
Binary111000011111001111011101011101011111100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17977; }

 p { color: rgb(225,121,119); }

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

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

 a { background-color: rgb(225,121,119); }

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

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

 span { border-color: rgb(225,121,119); }

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