#EB8172

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

Shades of Geraldine #EB8172

Tints of Geraldine #EB8172

Color information

#EB8172 (or 0xEB8172) is unknown color: approx Geraldine. HEX triplet: EB, 81 and 72. RGB value is (235,129,114). Sum of RGB (Red+Green+Blue) = 235+129+114=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8172 is #147E8D. Grayscale: #9F9F9F. Windows color (decimal): -1343118 or 7504363. OLE color: 7504363.

HSL color Cylindrical-coordinate representation of color #EB8172: hue angle of 7.44º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8172 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235129114-
CMYK00.450.510.08
HSL7.44º75.16%68.43%-
HSV(B)7.44º51.49%92.16%-
XYZ45.1534.5820.21-
YUV158.98102.62182.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=49.16%
G=26.99%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512911400.450.510.087.4475.1668.43
HexEB817202D33874b44
Octal35320116205563107113104
Binary111010111000000111100100101101110011100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8172; }

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

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

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

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

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

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

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

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