#E3706C

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

Shades of Geraldine #E3706C

Tints of Geraldine #E3706C

Color information

#E3706C (or 0xE3706C) is unknown color: approx Geraldine. HEX triplet: E3, 70 and 6C. RGB value is (227,112,108). Sum of RGB (Red+Green+Blue) = 227+112+108=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3706C is #1C8F93. Grayscale: #929292. Windows color (decimal): -1871764 or 7106787. OLE color: 7106787.

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

Color convert

RGB227112108-
CMYK00.510.520.11
HSL2.02º68%65.69%-
HSV(B)2.02º52.42%89.02%-
XYZ40.182917.67-
YUV145.93106.6185.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=50.78%
G=25.06%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711210800.510.520.112.026865.69
HexE3706C03334B24442
Octal34316015406364132104102
Binary1110001111100001101100011001111010010111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3706C; }

 p { color: rgb(227,112,108); }

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

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

 a { background-color: rgb(227,112,108); }

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

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

 span { border-color: rgb(227,112,108); }

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