#EA7775

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

Shades of Geraldine #EA7775

Tints of Geraldine #EA7775

Color information

#EA7775 (or 0xEA7775) is unknown color: approx Geraldine. HEX triplet: EA, 77 and 75. RGB value is (234,119,117). Sum of RGB (Red+Green+Blue) = 234+119+117=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7775 is #15888A. Grayscale: #999999. Windows color (decimal): -1411211 or 7698410. OLE color: 7698410.

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

Color convert

RGB234119117-
CMYK00.490.50.08
HSL1.03º73.58%68.82%-
HSV(B)1.03º50%91.76%-
XYZ43.7431.9720.7-
YUV153.16107.6185.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=49.79%
G=25.32%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411911700.490.50.081.0373.5868.82
HexEA777503132814a45
Octal35216716506162101112105
Binary111010101110111111010101100011100101000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7775; }

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

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

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

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

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

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

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

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