#EA7370

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

Shades of Geraldine #EA7370

Tints of Geraldine #EA7370

Color information

#EA7370 (or 0xEA7370) is unknown color: approx Geraldine. HEX triplet: EA, 73 and 70. RGB value is (234,115,112). Sum of RGB (Red+Green+Blue) = 234+115+112=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7370 is #158C8F. Grayscale: #969696. Windows color (decimal): -1412240 or 7369706. OLE color: 7369706.

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

Color convert

RGB234115112-
CMYK00.510.520.08
HSL1.48º74.39%67.84%-
HSV(B)1.48º52.14%91.76%-
XYZ42.9930.9219.03-
YUV150.24106.42187.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=50.76%
G=24.95%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411511200.510.520.081.4874.3967.84
HexEA737003334814a44
Octal35216316006364101112104
Binary111010101110011111000001100111101001000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7370; }

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

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

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

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

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

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

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

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