#E48178

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

Shades of Geraldine #E48178

Tints of Geraldine #E48178

Color information

#E48178 (or 0xE48178) is unknown color: approx Geraldine. HEX triplet: E4, 81 and 78. RGB value is (228,129,120). Sum of RGB (Red+Green+Blue) = 228+129+120=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48178 is #1B7E87. Grayscale: #9D9D9D. Windows color (decimal): -1801864 or 7897572. OLE color: 7897572.

HSL color Cylindrical-coordinate representation of color #E48178: hue angle of 5º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48178 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228129120-
CMYK00.430.470.11
HSL66.67%68.24%-
HSV(B)47.37%89.41%-
XYZ43.2433.5521.97-
YUV157.57106.8178.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=47.80%
G=27.04%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812912000.430.470.11566.6768.24
HexE4817802B2FB54344
Octal34420117005357135103104
Binary111001001000000111110000101011101111101110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48178; }

 p { color: rgb(228,129,120); }

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

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

 a { background-color: rgb(228,129,120); }

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

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

 span { border-color: rgb(228,129,120); }

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