#E3756E

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

Shades of Geraldine #E3756E

Tints of Geraldine #E3756E

Color information

#E3756E (or 0xE3756E) is unknown color: approx Geraldine. HEX triplet: E3, 75 and 6E. RGB value is (227,117,110). Sum of RGB (Red+Green+Blue) = 227+117+110=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3756E is #1C8A91. Grayscale: #959595. Windows color (decimal): -1870482 or 7239139. OLE color: 7239139.

HSL color Cylindrical-coordinate representation of color #E3756E: hue angle of 3.59º degrees, saturation: 0.68, 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 #E3756E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB227117110-
CMYK00.480.520.11
HSL3.59º67.63%66.08%-
HSV(B)3.59º51.54%89.02%-
XYZ40.8530.1818.42-
YUV149.09105.94183.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=50%
G=25.77%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711711000.480.520.113.5967.6366.08
HexE3756E03034B44442
Octal34316515606064134104102
Binary11100011111010111011100110000110100101110010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3756E; }

 p { color: rgb(227,117,110); }

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

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

 a { background-color: rgb(227,117,110); }

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

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

 span { border-color: rgb(227,117,110); }

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