#e57272

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

Shades of Geraldine #E57272

Tints of Geraldine #E57272

Color information

#E57272 (or 0xE57272) is unknown color: approx Geraldine. HEX triplet: E5, 72 and 72. RGB value is (229,114,114). Sum of RGB (Red+Green+Blue) = 229+114+114=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E57272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57272 is #1A8D8D. Grayscale: #949494. Windows color (decimal): -1740174 or 7500517. OLE color: 7500517.

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

Color convert

RGB229114114-
CMYK00.500.500.10
HSL68.86%67.25%-
HSV(B)50.22%89.8%-
XYZ41.3729.9119.51-
YUV148.39108.6185.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=50.11%
G=24.95%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911411400.500.500.10068.8667.25
HexE5727203232A04543
Octal34516216206262120105103
Binary111001011110010111001001100101100101010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57272; }

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

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

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

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

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

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

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

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