#E2746F

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

Shades of Geraldine #E2746F

Tints of Geraldine #E2746F

Color information

#E2746F (or 0xE2746F) is unknown color: approx Geraldine. HEX triplet: E2, 74 and 6F. RGB value is (226,116,111). Sum of RGB (Red+Green+Blue) = 226+116+111=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2746F is #1D8B90. Grayscale: #949494. Windows color (decimal): -1936273 or 7304418. OLE color: 7304418.

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

Color convert

RGB226116111-
CMYK00.490.510.11
HSL2.61º66.47%66.08%-
HSV(B)2.61º50.88%88.63%-
XYZ40.4829.8118.66-
YUV148.32106.94183.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=49.89%
G=25.61%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611611100.490.510.112.6166.4766.08
HexE2746F03133B34242
Octal34216415706163133102102
Binary1110001011101001101111011000111001110111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2746F; }

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

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

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

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

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

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

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

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