#E87E72

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

Shades of Geraldine #E87E72

Tints of Geraldine #E87E72

Color information

#E87E72 (or 0xE87E72) is unknown color: approx Geraldine. HEX triplet: E8, 7E and 72. RGB value is (232,126,114). Sum of RGB (Red+Green+Blue) = 232+126+114=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87E72 is #17818D. Grayscale: #9C9C9C. Windows color (decimal): -1540494 or 7503592. OLE color: 7503592.

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

Color convert

RGB232126114-
CMYK00.460.510.09
HSL6.1º71.95%67.84%-
HSV(B)6.1º50.86%90.98%-
XYZ43.7833.2920.04-
YUV156.33104.12181.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.15%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=49.15%
G=26.69%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212611400.460.510.096.171.9567.84
HexE87E7202E33964844
Octal35017616205663116110104
Binary11101000111111011100100101110110011100111010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87E72; }

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

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

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

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

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

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

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

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