#E28079

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

Shades of Geraldine #E28079

Tints of Geraldine #E28079

Color information

#E28079 (or 0xE28079) is unknown color: approx Geraldine. HEX triplet: E2, 80 and 79. RGB value is (226,128,121). Sum of RGB (Red+Green+Blue) = 226+128+121=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E28079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28079 is #1D7F86. Grayscale: #9C9C9C. Windows color (decimal): -1933191 or 7962850. OLE color: 7962850.

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

Color convert

RGB226128121-
CMYK00.430.460.11
HSL64.42%68.04%-
HSV(B)46.46%88.63%-
XYZ42.5332.9922.21-
YUV156.5107.97177.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=47.58%
G=26.95%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612812100.430.460.11464.4268.04
HexE2807902B2EB44044
Octal34220017105356134100104
Binary111000101000000011110010101011101110101110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28079; }

 p { color: rgb(226,128,121); }

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

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

 a { background-color: rgb(226,128,121); }

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

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

 span { border-color: rgb(226,128,121); }

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