#E98475

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

Shades of Geraldine #E98475

Tints of Geraldine #E98475

Color information

#E98475 (or 0xE98475) is unknown color: approx Geraldine. HEX triplet: E9, 84 and 75. RGB value is (233,132,117). Sum of RGB (Red+Green+Blue) = 233+132+117=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98475 is #167B8A. Grayscale: #A0A0A0. Windows color (decimal): -1473419 or 7701737. OLE color: 7701737.

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

Color convert

RGB233132117-
CMYK00.430.500.09
HSL7.76º72.5%68.63%-
HSV(B)7.76º49.79%91.37%-
XYZ45.0735.1121.23-
YUV160.49103.46179.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=48.34%
G=27.39%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313211700.430.500.097.7672.568.63
HexE9847502B32984845
Octal351204165053621110110105
Binary1110100110000100111010101010111100101001100010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98475; }

 p { color: rgb(233,132,117); }

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

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

 a { background-color: rgb(233,132,117); }

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

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

 span { border-color: rgb(233,132,117); }

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