#E98A71

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

Shades of New York Pink #E98A71

Tints of New York Pink #E98A71

Color information

#E98A71 (or 0xE98A71) is unknown color: approx New York Pink. HEX triplet: E9, 8A and 71. RGB value is (233,138,113). Sum of RGB (Red+Green+Blue) = 233+138+113=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A71 is #16758E. Grayscale: #A3A3A3. Windows color (decimal): -1471887 or 7441129. OLE color: 7441129.

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

Color convert

RGB233138113-
CMYK00.410.520.09
HSL12.5º73.17%67.84%-
HSV(B)12.5º51.5%91.37%-
XYZ45.6736.6920.3-
YUV163.5699.47177.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=48.14%
G=28.51%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313811300.410.520.0912.573.1767.84
HexE98A71029349d4944
Octal351212161051641115111104
Binary1110100110001010111000101010011101001001110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A71; }

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

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

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

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

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

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

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

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