#E0726F

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

Shades of Geraldine #E0726F

Tints of Geraldine #E0726F

Color information

#E0726F (or 0xE0726F) is unknown color: approx Geraldine. HEX triplet: E0, 72 and 6F. RGB value is (224,114,111). Sum of RGB (Red+Green+Blue) = 224+114+111=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0726F is #1F8D90. Grayscale: #929292. Windows color (decimal): -2067857 or 7303904. OLE color: 7303904.

HSL color Cylindrical-coordinate representation of color #E0726F: hue angle of 1.59º 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 #E0726F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224114111-
CMYK00.490.500.12
HSL1.59º64.57%65.69%-
HSV(B)1.59º50.45%87.84%-
XYZ39.6329.0318.55-
YUV146.55107.94183.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=49.89%
G=25.39%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411411100.490.500.121.5964.5765.69
HexE0726F03132C24142
Octal34016215706162142101102
Binary1110000011100101101111011000111001011001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0726F; }

 p { color: rgb(224,114,111); }

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

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

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

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

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

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

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