#E87772

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

Shades of Geraldine #E87772

Tints of Geraldine #E87772

Color information

#E87772 (or 0xE87772) is unknown color: approx Geraldine. HEX triplet: E8, 77 and 72. RGB value is (232,119,114). Sum of RGB (Red+Green+Blue) = 232+119+114=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E87772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87772 is #17888D. Grayscale: #989898. Windows color (decimal): -1542286 or 7501800. OLE color: 7501800.

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

Color convert

RGB232119114-
CMYK00.490.510.09
HSL2.54º71.95%67.84%-
HSV(B)2.54º50.86%90.98%-
XYZ42.9131.5619.75-
YUV152.22106.44184.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=49.89%
G=25.59%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211911400.490.510.092.5471.9567.84
HexE8777203133934844
Octal35016716206163113110104
Binary1110100011101111110010011000111001110011110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87772; }

 p { color: rgb(232,119,114); }

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

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

 a { background-color: rgb(232,119,114); }

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

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

 span { border-color: rgb(232,119,114); }

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