#EA7F72

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

Shades of Geraldine #EA7F72

Tints of Geraldine #EA7F72

Color information

#EA7F72 (or 0xEA7F72) is unknown color: approx Geraldine. HEX triplet: EA, 7F and 72. RGB value is (234,127,114). Sum of RGB (Red+Green+Blue) = 234+127+114=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7F72 is #15808D. Grayscale: #9D9D9D. Windows color (decimal): -1409166 or 7503850. OLE color: 7503850.

HSL color Cylindrical-coordinate representation of color #EA7F72: hue angle of 6.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7F72 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234127114-
CMYK00.460.510.08
HSL6.5º74.07%68.24%-
HSV(B)6.5º51.28%91.76%-
XYZ44.5633.8920.11-
YUV157.51103.45182.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 114 (44.92% from 255) = 24%
R=49.26%
G=26.74%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412711400.460.510.086.574.0768.24
HexEA7F7202E33864a44
Octal35217716205663106112104
Binary11101010111111111100100101110110011100011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7F72; }

 p { color: rgb(234,127,114); }

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

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

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

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

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

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

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