#E98168

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

Shades of New York Pink #E98168

Tints of New York Pink #E98168

Color information

#E98168 (or 0xE98168) is unknown color: approx New York Pink. HEX triplet: E9, 81 and 68. RGB value is (233,129,104). Sum of RGB (Red+Green+Blue) = 233+129+104=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E98168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98168 is #167E97. Grayscale: #9D9D9D. Windows color (decimal): -1474200 or 6849001. OLE color: 6849001.

HSL color Cylindrical-coordinate representation of color #E98168: hue angle of 11.63º degrees, saturation: 0.75, 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 #E98168 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233129104-
CMYK00.450.550.09
HSL11.63º74.57%66.08%-
HSV(B)11.63º55.36%91.37%-
XYZ43.9534.0217.35-
YUV157.2597.96182.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=50%
G=27.68%
B=22.32%

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
Decimal23312910400.450.550.0911.6374.5766.08
HexE9816802D379c4b42
Octal351201150055671114113102
Binary1110100110000001110100001011011101111001110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98168; }

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

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

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

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

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

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

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

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