#E5726E

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

Shades of Geraldine #E5726E

Tints of Geraldine #E5726E

Color information

#E5726E (or 0xE5726E) is unknown color: approx Geraldine. HEX triplet: E5, 72 and 6E. RGB value is (229,114,110). Sum of RGB (Red+Green+Blue) = 229+114+110=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5726E is #1A8D91. Grayscale: #949494. Windows color (decimal): -1740178 or 7238373. OLE color: 7238373.

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

Color convert

RGB229114110-
CMYK00.500.520.10
HSL2.02º69.59%66.47%-
HSV(B)2.02º51.97%89.8%-
XYZ41.1429.8218.34-
YUV147.93106.6185.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=50.55%
G=25.17%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911411000.500.520.102.0269.5966.47
HexE5726E03234A24642
Octal34516215606264122106102
Binary1110010111100101101110011001011010010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5726E; }

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

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

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

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

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

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

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

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