#E87A70

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

Shades of Geraldine #E87A70

Tints of Geraldine #E87A70

Color information

#E87A70 (or 0xE87A70) is unknown color: approx Geraldine. HEX triplet: E8, 7A and 70. RGB value is (232,122,112). Sum of RGB (Red+Green+Blue) = 232+122+112=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A70 is #17858F. Grayscale: #999999. Windows color (decimal): -1541520 or 7371496. OLE color: 7371496.

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

Color convert

RGB232122112-
CMYK00.470.520.09
HSL72.29%67.45%-
HSV(B)51.72%90.98%-
XYZ43.1632.2419.28-
YUV153.75104.44183.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=49.79%
G=26.18%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212211200.470.520.09572.2967.45
HexE87A7002F34954843
Octal35017216005764115110103
Binary11101000111101011100000101111110100100110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87A70; }

 p { color: rgb(232,122,112); }

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

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

 a { background-color: rgb(232,122,112); }

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

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

 span { border-color: rgb(232,122,112); }

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