#E48078

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

Shades of Geraldine #E48078

Tints of Geraldine #E48078

Color information

#E48078 (or 0xE48078) is unknown color: approx Geraldine. HEX triplet: E4, 80 and 78. RGB value is (228,128,120). Sum of RGB (Red+Green+Blue) = 228+128+120=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E48078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48078 is #1B7F87. Grayscale: #9D9D9D. Windows color (decimal): -1802120 or 7897316. OLE color: 7897316.

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

Color convert

RGB228128120-
CMYK00.440.470.11
HSL4.44º66.67%68.24%-
HSV(B)4.44º47.37%89.41%-
XYZ43.133.2921.92-
YUV156.99107.13178.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.90%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=47.90%
G=26.89%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812812000.440.470.114.4466.6768.24
HexE4807802C2FB44344
Octal34420017005457134103104
Binary111001001000000011110000101100101111101110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48078; }

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

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

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

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

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

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

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

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