#EA776A

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

Shades of Geraldine #EA776A

Tints of Geraldine #EA776A

Color information

#EA776A (or 0xEA776A) is unknown color: approx Geraldine. HEX triplet: EA, 77 and 6A. RGB value is (234,119,106). Sum of RGB (Red+Green+Blue) = 234+119+106=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA776A is #158895. Grayscale: #989898. Windows color (decimal): -1411222 or 6977514. OLE color: 6977514.

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

Color convert

RGB234119106-
CMYK00.490.550.08
HSL6.09º75.29%66.67%-
HSV(B)6.09º54.7%91.76%-
XYZ43.1331.7317.49-
YUV151.9102.1186.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=50.98%
G=25.93%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411910600.490.550.086.0975.2966.67
HexEA776A03137864b43
Octal35216715206167106113103
Binary11101010111011111010100110001110111100011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA776A; }

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

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

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

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

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

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

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

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