#EA8279

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

Shades of Geraldine #EA8279

Tints of Geraldine #EA8279

Color information

#EA8279 (or 0xEA8279) is unknown color: approx Geraldine. HEX triplet: EA, 82 and 79. RGB value is (234,130,121). Sum of RGB (Red+Green+Blue) = 234+130+121=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8279 is #157D86. Grayscale: #A0A0A0. Windows color (decimal): -1408391 or 7963370. OLE color: 7963370.

HSL color Cylindrical-coordinate representation of color #EA8279: hue angle of 4.78º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8279 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234130121-
CMYK00.440.480.08
HSL4.78º72.9%69.61%-
HSV(B)4.78º48.29%91.76%-
XYZ45.3734.8422.42-
YUV160.07105.96180.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=48.25%
G=26.80%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413012100.440.480.084.7872.969.61
HexEA827902C30854946
Octal35220217105460105111106
Binary111010101000001011110010101100110000100010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8279; }

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

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

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

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

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

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

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

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