#E28A73

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

Shades of New York Pink #E28A73

Tints of New York Pink #E28A73

Color information

#E28A73 (or 0xE28A73) is unknown color: approx New York Pink. HEX triplet: E2, 8A and 73. RGB value is (226,138,115). Sum of RGB (Red+Green+Blue) = 226+138+115=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A73 is #1D758C. Grayscale: #A1A1A1. Windows color (decimal): -1930637 or 7572194. OLE color: 7572194.

HSL color Cylindrical-coordinate representation of color #E28A73: hue angle of 12.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E28A73 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226138115-
CMYK00.390.490.11
HSL12.43º65.68%66.86%-
HSV(B)12.43º49.12%88.63%-
XYZ43.5535.5820.79-
YUV161.69101.65173.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=47.18%
G=28.81%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613811500.390.490.1112.4365.6866.86
HexE28A7302731Bc4243
Octal342212163047611314102103
Binary1110001010001010111001101001111100011011110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28A73; }

 p { color: rgb(226,138,115); }

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

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

 a { background-color: rgb(226,138,115); }

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

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

 span { border-color: rgb(226,138,115); }

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