#E76F69

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

Shades of Geraldine #E76F69

Tints of Geraldine #E76F69

Color information

#E76F69 (or 0xE76F69) is unknown color: approx Geraldine. HEX triplet: E7, 6F and 69. RGB value is (231,111,105). Sum of RGB (Red+Green+Blue) = 231+111+105=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F69 is #189096. Grayscale: #929292. Windows color (decimal): -1609879 or 6909927. OLE color: 6909927.

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

Color convert

RGB231111105-
CMYK00.520.550.09
HSL2.86º72.41%65.88%-
HSV(B)2.86º54.55%90.59%-
XYZ41.1929.3816.86-
YUV146.2104.76188.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=51.68%
G=24.83%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111110500.520.550.092.8672.4165.88
HexE76F6903437934842
Octal34715715106467113110102
Binary1110011111011111101001011010011011110011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76F69; }

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

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

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

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

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

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

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

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