#EA7571

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

Shades of Geraldine #EA7571

Tints of Geraldine #EA7571

Color information

#EA7571 (or 0xEA7571) is unknown color: approx Geraldine. HEX triplet: EA, 75 and 71. RGB value is (234,117,113). Sum of RGB (Red+Green+Blue) = 234+117+113=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7571 is #158A8E. Grayscale: #979797. Windows color (decimal): -1411727 or 7435754. OLE color: 7435754.

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

Color convert

RGB234117113-
CMYK00.50.520.08
HSL1.98º74.23%68.04%-
HSV(B)1.98º51.71%91.76%-
XYZ43.2731.4119.4-
YUV151.53106.26186.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=50.43%
G=25.22%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411711300.50.520.081.9874.2368.04
HexEA757103234824a44
Octal35216516106264102112104
Binary1110101011101011110001011001011010010001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7571; }

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

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

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

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

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

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

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

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