#E48075

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

Shades of Geraldine #E48075

Tints of Geraldine #E48075

Color information

#E48075 (or 0xE48075) is unknown color: approx Geraldine. HEX triplet: E4, 80 and 75. RGB value is (228,128,117). Sum of RGB (Red+Green+Blue) = 228+128+117=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E48075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48075 is #1B7F8A. Grayscale: #9C9C9C. Windows color (decimal): -1802123 or 7700708. OLE color: 7700708.

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

Color convert

RGB228128117-
CMYK00.440.490.11
HSL5.95º67.27%67.65%-
HSV(B)5.95º48.68%89.41%-
XYZ42.9233.2220.98-
YUV156.65105.63178.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=48.20%
G=27.06%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812811700.440.490.115.9567.2767.65
HexE4807502C31B64344
Octal34420016505461136103104
Binary111001001000000011101010101100110001101111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48075; }

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

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

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

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

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

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

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

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