#E78172

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

Shades of Geraldine #E78172

Tints of Geraldine #E78172

Color information

#E78172 (or 0xE78172) is unknown color: approx Geraldine. HEX triplet: E7, 81 and 72. RGB value is (231,129,114). Sum of RGB (Red+Green+Blue) = 231+129+114=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E78172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78172 is #187E8D. Grayscale: #9D9D9D. Windows color (decimal): -1605262 or 7504359. OLE color: 7504359.

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

Color convert

RGB231129114-
CMYK00.440.510.09
HSL7.69º70.91%67.65%-
HSV(B)7.69º50.65%90.59%-
XYZ43.8433.920.15-
YUV157.79103.29180.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=48.73%
G=27.22%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112911400.440.510.097.6970.9167.65
HexE7817202C33984744
Octal347201162054631110107104
Binary1110011110000001111001001011001100111001100010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78172; }

 p { color: rgb(231,129,114); }

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

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

 a { background-color: rgb(231,129,114); }

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

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

 span { border-color: rgb(231,129,114); }

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