#EA7470

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

Shades of Geraldine #EA7470

Tints of Geraldine #EA7470

Color information

#EA7470 (or 0xEA7470) is unknown color: approx Geraldine. HEX triplet: EA, 74 and 70. RGB value is (234,116,112). Sum of RGB (Red+Green+Blue) = 234+116+112=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7470 is #158B8F. Grayscale: #969696. Windows color (decimal): -1411984 or 7369962. OLE color: 7369962.

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

Color convert

RGB234116112-
CMYK00.500.520.08
HSL1.97º74.39%67.84%-
HSV(B)1.97º52.14%91.76%-
XYZ43.131.1519.07-
YUV150.83106.09187.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=50.65%
G=25.11%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411611200.500.520.081.9774.3967.84
HexEA747003234824a44
Octal35216416006264102112104
Binary1110101011101001110000011001011010010001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7470; }

 p { color: rgb(234,116,112); }

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

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

 a { background-color: rgb(234,116,112); }

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

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

 span { border-color: rgb(234,116,112); }

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