#E17971

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

Shades of Geraldine #E17971

Tints of Geraldine #E17971

Color information

#E17971 (or 0xE17971) is unknown color: approx Geraldine. HEX triplet: E1, 79 and 71. RGB value is (225,121,113). Sum of RGB (Red+Green+Blue) = 225+121+113=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17971 is #1E868E. Grayscale: #979797. Windows color (decimal): -2000527 or 7436769. OLE color: 7436769.

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

Color convert

RGB225121113-
CMYK00.460.500.12
HSL4.29º65.12%66.27%-
HSV(B)4.29º49.78%88.24%-
XYZ40.8730.8719.43-
YUV151.18106.46180.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=49.02%
G=26.36%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512111300.460.500.124.2965.1266.27
HexE1797102E32C44142
Octal34117116105662144101102
Binary11100001111100111100010101110110010110010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17971; }

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

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

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

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

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

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

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

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