#EA7C77

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

Shades of Geraldine #EA7C77

Tints of Geraldine #EA7C77

Color information

#EA7C77 (or 0xEA7C77) is unknown color: approx Geraldine. HEX triplet: EA, 7C and 77. RGB value is (234,124,119). Sum of RGB (Red+Green+Blue) = 234+124+119=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C77 is #158388. Grayscale: #9C9C9C. Windows color (decimal): -1409929 or 7830762. OLE color: 7830762.

HSL color Cylindrical-coordinate representation of color #EA7C77: hue angle of 2.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7C77 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234124119-
CMYK00.470.490.08
HSL2.61º73.25%69.22%-
HSV(B)2.61º49.15%91.76%-
XYZ44.4733.2421.52-
YUV156.32106.94183.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=49.06%
G=26.00%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412411900.470.490.082.6173.2569.22
HexEA7C7702F31834945
Octal35217416705761103111105
Binary1110101011111001110111010111111000110001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C77; }

 p { color: rgb(234,124,119); }

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

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

 a { background-color: rgb(234,124,119); }

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

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

 span { border-color: rgb(234,124,119); }

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