#E87B74

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

Shades of Geraldine #E87B74

Tints of Geraldine #E87B74

Color information

#E87B74 (or 0xE87B74) is unknown color: approx Geraldine. HEX triplet: E8, 7B and 74. RGB value is (232,123,116). Sum of RGB (Red+Green+Blue) = 232+123+116=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87B74 is #17848B. Grayscale: #9A9A9A. Windows color (decimal): -1541260 or 7633896. OLE color: 7633896.

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

Color convert

RGB232123116-
CMYK00.470.500.09
HSL3.62º71.6%68.24%-
HSV(B)3.62º50%90.98%-
XYZ43.5132.5820.52-
YUV154.79106.11183.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=49.26%
G=26.11%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212311600.470.500.093.6271.668.24
HexE87B7402F32944844
Octal35017316405762114110104
Binary11101000111101111101000101111110010100110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87B74; }

 p { color: rgb(232,123,116); }

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

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

 a { background-color: rgb(232,123,116); }

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

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

 span { border-color: rgb(232,123,116); }

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