#E87970

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

Shades of Geraldine #E87970

Tints of Geraldine #E87970

Color information

#E87970 (or 0xE87970) is unknown color: approx Geraldine. HEX triplet: E8, 79 and 70. RGB value is (232,121,112). Sum of RGB (Red+Green+Blue) = 232+121+112=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E87970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87970 is #17868F. Grayscale: #999999. Windows color (decimal): -1541776 or 7371240. OLE color: 7371240.

HSL color Cylindrical-coordinate representation of color #E87970: hue angle of 4.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 #E87970 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232121112-
CMYK00.480.520.09
HSL4.5º72.29%67.45%-
HSV(B)4.5º51.72%90.98%-
XYZ43.043219.24-
YUV153.16104.77184.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=49.89%
G=26.02%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212111200.480.520.094.572.2967.45
HexE8797003034944843
Octal35017116006064114110103
Binary11101000111100111100000110000110100100110010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87970; }

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

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

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

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

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

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

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

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