#EA8272

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

Shades of Geraldine #EA8272

Tints of Geraldine #EA8272

Color information

#EA8272 (or 0xEA8272) is unknown color: approx Geraldine. HEX triplet: EA, 82 and 72. RGB value is (234,130,114). Sum of RGB (Red+Green+Blue) = 234+130+114=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8272 is #157D8D. Grayscale: #9F9F9F. Windows color (decimal): -1408398 or 7504618. OLE color: 7504618.

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

Color convert

RGB234130114-
CMYK00.440.510.08
HSL74.07%68.24%-
HSV(B)51.28%91.76%-
XYZ44.9534.6720.24-
YUV159.27102.46181.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=48.95%
G=27.20%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413011400.440.510.08874.0768.24
HexEA827202C33884a44
Octal352202162054631010112104
Binary1110101010000010111001001011001100111000100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8272; }

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

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

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

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

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

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

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

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