#E48076

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

Shades of Geraldine #E48076

Tints of Geraldine #E48076

Color information

#E48076 (or 0xE48076) is unknown color: approx Geraldine. HEX triplet: E4, 80 and 76. RGB value is (228,128,118). Sum of RGB (Red+Green+Blue) = 228+128+118=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E48076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48076 is #1B7F89. Grayscale: #9C9C9C. Windows color (decimal): -1802122 or 7766244. OLE color: 7766244.

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

Color convert

RGB228128118-
CMYK00.440.480.11
HSL5.45º67.07%67.84%-
HSV(B)5.45º48.25%89.41%-
XYZ42.9833.2421.29-
YUV156.76106.13178.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=48.10%
G=27.00%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812811800.440.480.115.4567.0767.84
HexE4807602C30B54344
Octal34420016605460135103104
Binary111001001000000011101100101100110000101110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48076; }

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

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

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

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

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

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

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

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