#E77873

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

Shades of Geraldine #E77873

Tints of Geraldine #E77873

Color information

#E77873 (or 0xE77873) is unknown color: approx Geraldine. HEX triplet: E7, 78 and 73. RGB value is (231,120,115). Sum of RGB (Red+Green+Blue) = 231+120+115=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E77873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77873 is #18878C. Grayscale: #989898. Windows color (decimal): -1607565 or 7567591. OLE color: 7567591.

HSL color Cylindrical-coordinate representation of color #E77873: hue angle of 2.59º 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 #E77873 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231120115-
CMYK00.480.500.09
HSL2.59º70.73%67.84%-
HSV(B)2.59º50.22%90.59%-
XYZ42.7731.6620.08-
YUV152.62106.77183.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=49.57%
G=25.75%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112011500.480.500.092.5970.7367.84
HexE7787303032934744
Octal34717016306062113107104
Binary1110011111110001110011011000011001010011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77873; }

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

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

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

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

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

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

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

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