#EA7171

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

Shades of Geraldine #EA7171

Tints of Geraldine #EA7171

Color information

#EA7171 (or 0xEA7171) is unknown color: approx Geraldine. HEX triplet: EA, 71 and 71. RGB value is (234,113,113). Sum of RGB (Red+Green+Blue) = 234+113+113=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7171 is #158E8E. Grayscale: #959595. Windows color (decimal): -1412751 or 7434730. OLE color: 7434730.

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

Color convert

RGB234113113-
CMYK00.520.520.08
HSL74.23%68.04%-
HSV(B)51.71%91.76%-
XYZ42.8230.4919.25-
YUV149.18107.59188.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=50.87%
G=24.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411311300.520.520.08074.2368.04
HexEA717103434804a44
Octal35216116106464100112104
Binary111010101110001111000101101001101001000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7171; }

 p { color: rgb(234,113,113); }

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

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

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

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

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

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

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