#EA7D72

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

Shades of Geraldine #EA7D72

Tints of Geraldine #EA7D72

Color information

#EA7D72 (or 0xEA7D72) is unknown color: approx Geraldine. HEX triplet: EA, 7D and 72. RGB value is (234,125,114). Sum of RGB (Red+Green+Blue) = 234+125+114=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D72 is #15828D. Grayscale: #9C9C9C. Windows color (decimal): -1409678 or 7503338. OLE color: 7503338.

HSL color Cylindrical-coordinate representation of color #EA7D72: hue angle of 5.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 #EA7D72 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234125114-
CMYK00.470.510.08
HSL5.5º74.07%68.24%-
HSV(B)5.5º51.28%91.76%-
XYZ44.333.3720.03-
YUV156.34104.11183.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=49.47%
G=26.43%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412511400.470.510.085.574.0768.24
HexEA7D7202F33864a44
Octal35217516205763106112104
Binary11101010111110111100100101111110011100011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D72; }

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

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

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

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

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

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

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

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