#E2786B

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

Shades of Geraldine #E2786B

Tints of Geraldine #E2786B

Color information

#E2786B (or 0xE2786B) is unknown color: approx Geraldine. HEX triplet: E2, 78 and 6B. RGB value is (226,120,107). Sum of RGB (Red+Green+Blue) = 226+120+107=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2786B is #1D8794. Grayscale: #969696. Windows color (decimal): -1935253 or 7043298. OLE color: 7043298.

HSL color Cylindrical-coordinate representation of color #E2786B: hue angle of 6.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 #E2786B is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB226120107-
CMYK00.470.530.11
HSL6.55º67.23%65.29%-
HSV(B)6.55º52.65%88.63%-
XYZ40.7330.6617.68-
YUV150.21103.62182.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=49.89%
G=26.49%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612010700.470.530.116.5567.2365.29
HexE2786B02F35B74341
Octal34217015305765137103101
Binary11100010111100011010110101111110101101111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2786B; }

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

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

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

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

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

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

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

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