#E57271

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

Shades of Geraldine #E57271

Tints of Geraldine #E57271

Color information

#E57271 (or 0xE57271) is unknown color: approx Geraldine. HEX triplet: E5, 72 and 71. RGB value is (229,114,113). Sum of RGB (Red+Green+Blue) = 229+114+113=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E57271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57271 is #1A8D8E. Grayscale: #949494. Windows color (decimal): -1740175 or 7434981. OLE color: 7434981.

HSL color Cylindrical-coordinate representation of color #E57271: hue angle of 0.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57271 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229114113-
CMYK00.500.510.10
HSL0.52º69.05%67.06%-
HSV(B)0.52º50.66%89.8%-
XYZ41.3129.8819.21-
YUV148.27108.1185.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=50.22%
G=25%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911411300.500.510.100.5269.0567.06
HexE5727103233A14543
Octal34516216106263121105103
Binary111001011110010111000101100101100111010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57271; }

 p { color: rgb(229,114,113); }

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

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

 a { background-color: rgb(229,114,113); }

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

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

 span { border-color: rgb(229,114,113); }

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