#E2746D

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

Shades of Geraldine #E2746D

Tints of Geraldine #E2746D

Color information

#E2746D (or 0xE2746D) is unknown color: approx Geraldine. HEX triplet: E2, 74 and 6D. RGB value is (226,116,109). Sum of RGB (Red+Green+Blue) = 226+116+109=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2746D is #1D8B92. Grayscale: #949494. Windows color (decimal): -1936275 or 7173346. OLE color: 7173346.

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

Color convert

RGB226116109-
CMYK00.490.520.11
HSL3.59º66.86%65.69%-
HSV(B)3.59º51.77%88.63%-
XYZ40.3729.7618.09-
YUV148.09105.94183.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=50.11%
G=25.72%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611610900.490.520.113.5966.8665.69
HexE2746D03134B44342
Octal34216415506164134103102
Binary11100010111010011011010110001110100101110010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2746D; }

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

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

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

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

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

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

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

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