#E76F6D

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

Shades of Geraldine #E76F6D

Tints of Geraldine #E76F6D

Color information

#E76F6D (or 0xE76F6D) is unknown color: approx Geraldine. HEX triplet: E7, 6F and 6D. RGB value is (231,111,109). Sum of RGB (Red+Green+Blue) = 231+111+109=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F6D is #189092. Grayscale: #929292. Windows color (decimal): -1609875 or 7172071. OLE color: 7172071.

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

Color convert

RGB231111109-
CMYK00.520.530.09
HSL0.98º71.76%66.67%-
HSV(B)0.98º52.81%90.59%-
XYZ41.429.4617.97-
YUV146.65106.76188.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=51.22%
G=24.61%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111110900.520.530.090.9871.7666.67
HexE76F6D03435914843
Octal34715715506465111110103
Binary111001111101111110110101101001101011001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76F6D; }

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

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

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

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

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

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

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

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