#E2796F

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

Shades of Geraldine #E2796F

Tints of Geraldine #E2796F

Color information

#E2796F (or 0xE2796F) is unknown color: approx Geraldine. HEX triplet: E2, 79 and 6F. RGB value is (226,121,111). Sum of RGB (Red+Green+Blue) = 226+121+111=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2796F is #1D8690. Grayscale: #979797. Windows color (decimal): -1934993 or 7305698. OLE color: 7305698.

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

Color convert

RGB226121111-
CMYK00.460.510.11
HSL5.22º66.47%66.08%-
HSV(B)5.22º50.88%88.63%-
XYZ41.0730.9918.86-
YUV151.26105.29181.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=49.34%
G=26.42%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612111100.460.510.115.2266.4766.08
HexE2796F02E33B54242
Octal34217115705663135102102
Binary11100010111100111011110101110110011101110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2796F; }

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

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

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

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

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

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

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

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