#E98169

Color #E98169 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E98169

Tints of New York Pink #E98169

Color information

#E98169 (or 0xE98169) is unknown color: approx New York Pink. HEX triplet: E9, 81 and 69. RGB value is (233,129,105). Sum of RGB (Red+Green+Blue) = 233+129+105=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E98169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98169 is #167E96. Grayscale: #9D9D9D. Windows color (decimal): -1474199 or 6914537. OLE color: 6914537.

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

Color convert

RGB233129105-
CMYK00.450.550.09
HSL11.25º74.42%66.27%-
HSV(B)11.25º54.94%91.37%-
XYZ4434.0417.62-
YUV157.3698.46181.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=49.89%
G=27.62%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312910500.450.550.0911.2574.4266.27
HexE9816902D379b4a42
Octal351201151055671113112102
Binary1110100110000001110100101011011101111001101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98169; }

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

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

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

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

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

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

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

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