#E98874

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

Shades of New York Pink #E98874

Tints of New York Pink #E98874

Color information

#E98874 (or 0xE98874) is unknown color: approx New York Pink. HEX triplet: E9, 88 and 74. RGB value is (233,136,116). Sum of RGB (Red+Green+Blue) = 233+136+116=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E98874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98874 is #16778B. Grayscale: #A2A2A2. Windows color (decimal): -1472396 or 7637225. OLE color: 7637225.

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

Color convert

RGB233136116-
CMYK00.420.500.09
HSL10.26º72.67%68.43%-
HSV(B)10.26º50.21%91.37%-
XYZ45.5636.1921.11-
YUV162.72101.64178.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.04%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=48.04%
G=28.04%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313611600.420.500.0910.2672.6768.43
HexE9887402A329a4944
Octal351210164052621112111104
Binary1110100110001000111010001010101100101001101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98874; }

 p { color: rgb(233,136,116); }

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

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

 a { background-color: rgb(233,136,116); }

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

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

 span { border-color: rgb(233,136,116); }

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