#E87672

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

Shades of Geraldine #E87672

Tints of Geraldine #E87672

Color information

#E87672 (or 0xE87672) is unknown color: approx Geraldine. HEX triplet: E8, 76 and 72. RGB value is (232,118,114). Sum of RGB (Red+Green+Blue) = 232+118+114=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E87672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87672 is #17898D. Grayscale: #979797. Windows color (decimal): -1542542 or 7501544. OLE color: 7501544.

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

Color convert

RGB232118114-
CMYK00.490.510.09
HSL2.03º71.95%67.84%-
HSV(B)2.03º50.86%90.98%-
XYZ42.7931.3319.71-
YUV151.63106.77185.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=50%
G=25.43%
B=24.57%

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
Decimal23211811400.490.510.092.0371.9567.84
HexE8767203133924844
Octal35016616206163112110104
Binary1110100011101101110010011000111001110011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87672; }

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

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

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

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

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

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

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

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