#E87F6D

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

Shades of Geraldine #E87F6D

Tints of Geraldine #E87F6D

Color information

#E87F6D (or 0xE87F6D) is unknown color: approx Geraldine. HEX triplet: E8, 7F and 6D. RGB value is (232,127,109). Sum of RGB (Red+Green+Blue) = 232+127+109=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F6D is #178092. Grayscale: #9C9C9C. Windows color (decimal): -1540243 or 7176168. OLE color: 7176168.

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

Color convert

RGB232127109-
CMYK00.450.530.09
HSL8.78º72.78%66.86%-
HSV(B)8.78º53.02%90.98%-
XYZ43.6333.4418.62-
YUV156.34101.29181.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.57%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=49.57%
G=27.14%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212710900.450.530.098.7872.7866.86
HexE87F6D02D35994943
Octal350177155055651111111103
Binary111010001111111110110101011011101011001100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87F6D; }

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

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

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

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

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

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

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

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