#E98170

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

Shades of Geraldine #E98170

Tints of Geraldine #E98170

Color information

#E98170 (or 0xE98170) is unknown color: approx Geraldine. HEX triplet: E9, 81 and 70. RGB value is (233,129,112). Sum of RGB (Red+Green+Blue) = 233+129+112=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E98170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98170 is #167E8F. Grayscale: #9E9E9E. Windows color (decimal): -1474192 or 7373289. OLE color: 7373289.

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

Color convert

RGB233129112-
CMYK00.450.520.09
HSL8.43º73.33%67.65%-
HSV(B)8.43º51.93%91.37%-
XYZ44.3834.1919.59-
YUV158.16101.96181.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=49.16%
G=27.22%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312911200.450.520.098.4373.3367.65
HexE9817002D34984944
Octal351201160055641110111104
Binary1110100110000001111000001011011101001001100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98170; }

 p { color: rgb(233,129,112); }

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

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

 a { background-color: rgb(233,129,112); }

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

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

 span { border-color: rgb(233,129,112); }

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