#E87F6A

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

Shades of Geraldine #E87F6A

Tints of Geraldine #E87F6A

Color information

#E87F6A (or 0xE87F6A) is unknown color: approx Geraldine. HEX triplet: E8, 7F and 6A. RGB value is (232,127,106). Sum of RGB (Red+Green+Blue) = 232+127+106=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F6A is #178095. Grayscale: #9C9C9C. Windows color (decimal): -1540246 or 6979560. OLE color: 6979560.

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

Color convert

RGB232127106-
CMYK00.450.540.09
HSL10º73.26%66.27%-
HSV(B)10º54.31%90.98%-
XYZ43.4733.3817.79-
YUV15699.79182.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=49.89%
G=27.31%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212710600.450.540.091073.2666.27
HexE87F6A02D369a4942
Octal350177152055661112111102
Binary111010001111111110101001011011101101001101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87F6A; }

 p { color: rgb(232,127,106); }

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

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

 a { background-color: rgb(232,127,106); }

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

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

 span { border-color: rgb(232,127,106); }

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