#E48171

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

Shades of New York Pink #E48171

Tints of New York Pink #E48171

Color information

#E48171 (or 0xE48171) is unknown color: approx New York Pink. HEX triplet: E4, 81 and 71. RGB value is (228,129,113). Sum of RGB (Red+Green+Blue) = 228+129+113=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E48171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48171 is #1B7E8E. Grayscale: #9C9C9C. Windows color (decimal): -1801871 or 7438820. OLE color: 7438820.

HSL color Cylindrical-coordinate representation of color #E48171: hue angle of 8.35º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E48171 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB228129113-
CMYK00.430.500.11
HSL8.35º68.05%66.86%-
HSV(B)8.35º50.44%89.41%-
XYZ42.8333.3919.81-
YUV156.78103.3178.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.51%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=48.51%
G=27.45%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812911300.430.500.118.3568.0566.86
HexE4817102B32B84443
Octal344201161053621310104103
Binary1110010010000001111000101010111100101011100010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48171; }

 p { color: rgb(228,129,113); }

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

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

 a { background-color: rgb(228,129,113); }

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

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

 span { border-color: rgb(228,129,113); }

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