#EA7D78

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

Shades of Geraldine #EA7D78

Tints of Geraldine #EA7D78

Color information

#EA7D78 (or 0xEA7D78) is unknown color: approx Geraldine. HEX triplet: EA, 7D and 78. RGB value is (234,125,120). Sum of RGB (Red+Green+Blue) = 234+125+120=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D78 is #158287. Grayscale: #9D9D9D. Windows color (decimal): -1409672 or 7896554. OLE color: 7896554.

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

Color convert

RGB234125120-
CMYK00.470.490.08
HSL2.63º73.08%69.41%-
HSV(B)2.63º48.72%91.76%-
XYZ44.6633.5221.88-
YUV157.02107.11182.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=48.85%
G=26.10%
B=25.05%

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
Decimal23412512000.470.490.082.6373.0869.41
HexEA7D7802F31834945
Octal35217517005761103111105
Binary1110101011111011111000010111111000110001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D78; }

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

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

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

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

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

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

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

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