#E87A6A

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

Shades of Geraldine #E87A6A

Tints of Geraldine #E87A6A

Color information

#E87A6A (or 0xE87A6A) is unknown color: approx Geraldine. HEX triplet: E8, 7A and 6A. RGB value is (232,122,106). Sum of RGB (Red+Green+Blue) = 232+122+106=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87A6A is #178595. Grayscale: #999999. Windows color (decimal): -1541526 or 6978280. OLE color: 6978280.

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

Color convert

RGB232122106-
CMYK00.470.540.09
HSL7.62º73.26%66.27%-
HSV(B)7.62º54.31%90.98%-
XYZ42.8432.1217.58-
YUV153.07101.44184.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.43%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=50.43%
G=26.52%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212210600.470.540.097.6273.2666.27
HexE87A6A02F36984942
Octal350172152057661110111102
Binary111010001111010110101001011111101101001100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87A6A; }

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

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

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

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

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

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

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

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