#E78276

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

Shades of Geraldine #E78276

Tints of Geraldine #E78276

Color information

#E78276 (or 0xE78276) is unknown color: approx Geraldine. HEX triplet: E7, 82 and 76. RGB value is (231,130,118). Sum of RGB (Red+Green+Blue) = 231+130+118=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78276 is #187D89. Grayscale: #9E9E9E. Windows color (decimal): -1605002 or 7766759. OLE color: 7766759.

HSL color Cylindrical-coordinate representation of color #E78276: hue angle of 6.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E78276 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231130118-
CMYK00.440.490.09
HSL6.37º70.19%68.43%-
HSV(B)6.37º48.92%90.59%-
XYZ44.2134.2621.42-
YUV158.83104.96179.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=48.23%
G=27.14%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113011800.440.490.096.3770.1968.43
HexE7827602C31964644
Octal34720216605461116106104
Binary111001111000001011101100101100110001100111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78276; }

 p { color: rgb(231,130,118); }

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

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

 a { background-color: rgb(231,130,118); }

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

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

 span { border-color: rgb(231,130,118); }

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