#EA8575

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

Shades of Geraldine #EA8575

Tints of Geraldine #EA8575

Color information

#EA8575 (or 0xEA8575) is unknown color: approx Geraldine. HEX triplet: EA, 85 and 75. RGB value is (234,133,117). Sum of RGB (Red+Green+Blue) = 234+133+117=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8575 is #157A8A. Grayscale: #A1A1A1. Windows color (decimal): -1407627 or 7701994. OLE color: 7701994.

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

Color convert

RGB234133117-
CMYK00.430.50.08
HSL8.21º73.58%68.82%-
HSV(B)8.21º50%91.76%-
XYZ45.5335.5521.29-
YUV161.37102.96179.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=48.35%
G=27.48%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413311700.430.50.088.2173.5868.82
HexEA857502B32884a45
Octal352205165053621010112105
Binary1110101010000101111010101010111100101000100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8575; }

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

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

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

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

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

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

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

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