#E88A71

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

Shades of New York Pink #E88A71

Tints of New York Pink #E88A71

Color information

#E88A71 (or 0xE88A71) is unknown color: approx New York Pink. HEX triplet: E8, 8A and 71. RGB value is (232,138,113). Sum of RGB (Red+Green+Blue) = 232+138+113=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A71 is #17758E. Grayscale: #A3A3A3. Windows color (decimal): -1537423 or 7441128. OLE color: 7441128.

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

Color convert

RGB232138113-
CMYK00.410.510.09
HSL12.61º72.12%67.65%-
HSV(B)12.61º51.29%90.98%-
XYZ45.3536.5320.28-
YUV163.2699.64177.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.03%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=48.03%
G=28.57%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213811300.410.510.0912.6172.1267.65
HexE88A71029339d4844
Octal350212161051631115110104
Binary1110100010001010111000101010011100111001110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88A71; }

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

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

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

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

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

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

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

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