#E98A76

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

Shades of New York Pink #E98A76

Tints of New York Pink #E98A76

Color information

#E98A76 (or 0xE98A76) is unknown color: approx New York Pink. HEX triplet: E9, 8A and 76. RGB value is (233,138,118). Sum of RGB (Red+Green+Blue) = 233+138+118=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A76 is #167589. Grayscale: #A4A4A4. Windows color (decimal): -1471882 or 7768809. OLE color: 7768809.

HSL color Cylindrical-coordinate representation of color #E98A76: hue angle of 10.43º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E98A76 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB233138118-
CMYK00.410.490.09
HSL10.43º72.33%68.82%-
HSV(B)10.43º49.36%91.37%-
XYZ45.9636.8121.82-
YUV164.12101.97177.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.65%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=47.65%
G=28.22%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313811800.410.490.0910.4372.3368.82
HexE98A76029319a4845
Octal351212166051611112110105
Binary1110100110001010111011001010011100011001101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A76; }

 p { color: rgb(233,138,118); }

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

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

 a { background-color: rgb(233,138,118); }

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

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

 span { border-color: rgb(233,138,118); }

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