#E7746F

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

Shades of Geraldine #E7746F

Tints of Geraldine #E7746F

Color information

#E7746F (or 0xE7746F) is unknown color: approx Geraldine. HEX triplet: E7, 74 and 6F. RGB value is (231,116,111). Sum of RGB (Red+Green+Blue) = 231+116+111=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7746F is #188B90. Grayscale: #959595. Windows color (decimal): -1608593 or 7304423. OLE color: 7304423.

HSL color Cylindrical-coordinate representation of color #E7746F: hue angle of 2.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7746F is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231116111-
CMYK00.500.520.09
HSL2.5º71.43%67.06%-
HSV(B)2.5º51.95%90.59%-
XYZ42.0730.6318.73-
YUV149.82106.1185.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=50.44%
G=25.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111611100.500.520.092.571.4367.06
HexE7746F03234934743
Octal34716415706264113107103
Binary1110011111101001101111011001011010010011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7746F; }

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

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

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

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

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

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

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

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