#E28B73

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

Shades of New York Pink #E28B73

Tints of New York Pink #E28B73

Color information

#E28B73 (or 0xE28B73) is unknown color: approx New York Pink. HEX triplet: E2, 8B and 73. RGB value is (226,139,115). Sum of RGB (Red+Green+Blue) = 226+139+115=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B73 is #1D748C. Grayscale: #A2A2A2. Windows color (decimal): -1930381 or 7572450. OLE color: 7572450.

HSL color Cylindrical-coordinate representation of color #E28B73: hue angle of 12.97º 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 #E28B73 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226139115-
CMYK00.380.490.11
HSL12.97º65.68%66.86%-
HSV(B)12.97º49.12%88.63%-
XYZ43.6935.8720.84-
YUV162.28101.32173.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.08%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=47.08%
G=28.96%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613911500.380.490.1112.9765.6866.86
HexE28B7302631Bd4243
Octal342213163046611315102103
Binary1110001010001011111001101001101100011011110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28B73; }

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

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

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

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

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

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

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

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