#EA8271

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

Shades of Geraldine #EA8271

Tints of Geraldine #EA8271

Color information

#EA8271 (or 0xEA8271) is unknown color: approx Geraldine. HEX triplet: EA, 82 and 71. RGB value is (234,130,113). Sum of RGB (Red+Green+Blue) = 234+130+113=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8271 is #157D8E. Grayscale: #9F9F9F. Windows color (decimal): -1408399 or 7439082. OLE color: 7439082.

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

Color convert

RGB234130113-
CMYK00.440.520.08
HSL8.43º74.23%68.04%-
HSV(B)8.43º51.71%91.76%-
XYZ44.8934.6519.94-
YUV159.16101.96181.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=49.06%
G=27.25%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413011300.440.520.088.4374.2368.04
HexEA827102C34884a44
Octal352202161054641010112104
Binary1110101010000010111000101011001101001000100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8271; }

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

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

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

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

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

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

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

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