#E2766B

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

Shades of Geraldine #E2766B

Tints of Geraldine #E2766B

Color information

#E2766B (or 0xE2766B) is unknown color: approx Geraldine. HEX triplet: E2, 76 and 6B. RGB value is (226,118,107). Sum of RGB (Red+Green+Blue) = 226+118+107=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2766B is #1D8994. Grayscale: #959595. Windows color (decimal): -1935765 or 7042786. OLE color: 7042786.

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

Color convert

RGB226118107-
CMYK00.480.530.11
HSL5.55º67.23%65.29%-
HSV(B)5.55º52.65%88.63%-
XYZ40.530.1917.6-
YUV149.04104.28182.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=50.11%
G=26.16%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611810700.480.530.115.5567.2365.29
HexE2766B03035B64341
Octal34216615306065136103101
Binary11100010111011011010110110000110101101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2766B; }

 p { color: rgb(226,118,107); }

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

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

 a { background-color: rgb(226,118,107); }

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

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

 span { border-color: rgb(226,118,107); }

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