#E77673

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

Shades of Geraldine #E77673

Tints of Geraldine #E77673

Color information

#E77673 (or 0xE77673) is unknown color: approx Geraldine. HEX triplet: E7, 76 and 73. RGB value is (231,118,115). Sum of RGB (Red+Green+Blue) = 231+118+115=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77673 is #18898C. Grayscale: #979797. Windows color (decimal): -1608077 or 7567079. OLE color: 7567079.

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

Color convert

RGB231118115-
CMYK00.490.500.09
HSL1.55º70.73%67.84%-
HSV(B)1.55º50.22%90.59%-
XYZ42.5331.1820-
YUV151.44107.44184.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=49.78%
G=25.43%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111811500.490.500.091.5570.7367.84
HexE7767303132924744
Octal34716616306162112107104
Binary1110011111101101110011011000111001010011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77673; }

 p { color: rgb(231,118,115); }

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

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

 a { background-color: rgb(231,118,115); }

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

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

 span { border-color: rgb(231,118,115); }

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