#E2786F

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

Shades of Geraldine #E2786F

Tints of Geraldine #E2786F

Color information

#E2786F (or 0xE2786F) is unknown color: approx Geraldine. HEX triplet: E2, 78 and 6F. RGB value is (226,120,111). Sum of RGB (Red+Green+Blue) = 226+120+111=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2786F is #1D8790. Grayscale: #969696. Windows color (decimal): -1935249 or 7305442. OLE color: 7305442.

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

Color convert

RGB226120111-
CMYK00.470.510.11
HSL4.7º66.47%66.08%-
HSV(B)4.7º50.88%88.63%-
XYZ40.9530.7518.82-
YUV150.67105.62181.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.45%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=49.45%
G=26.26%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612011100.470.510.114.766.4766.08
HexE2786F02F33B54242
Octal34217015705763135102102
Binary11100010111100011011110101111110011101110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2786F; }

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

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

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

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

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

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

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

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