#E98369

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

Shades of New York Pink #E98369

Tints of New York Pink #E98369

Color information

#E98369 (or 0xE98369) is unknown color: approx New York Pink. HEX triplet: E9, 83 and 69. RGB value is (233,131,105). Sum of RGB (Red+Green+Blue) = 233+131+105=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E98369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98369 is #167C96. Grayscale: #9E9E9E. Windows color (decimal): -1473687 or 6915049. OLE color: 6915049.

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

Color convert

RGB233131105-
CMYK00.440.550.09
HSL12.19º74.42%66.27%-
HSV(B)12.19º54.94%91.37%-
XYZ44.2734.5817.71-
YUV158.5397.79181.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.68%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=49.68%
G=27.93%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313110500.440.550.0912.1974.4266.27
HexE9836902C379c4a42
Octal351203151054671114112102
Binary1110100110000011110100101011001101111001110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98369; }

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

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

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

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

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

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

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

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