#E28479

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

Shades of New York Pink #E28479

Tints of New York Pink #E28479

Color information

#E28479 (or 0xE28479) is unknown color: approx New York Pink. HEX triplet: E2, 84 and 79. RGB value is (226,132,121). Sum of RGB (Red+Green+Blue) = 226+132+121=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E28479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28479 is #1D7B86. Grayscale: #9E9E9E. Windows color (decimal): -1932167 or 7963874. OLE color: 7963874.

HSL color Cylindrical-coordinate representation of color #E28479: hue angle of 6.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28479 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226132121-
CMYK00.420.460.11
HSL6.29º64.42%68.04%-
HSV(B)6.29º46.46%88.63%-
XYZ43.0734.0522.39-
YUV158.85106.64175.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=47.18%
G=27.56%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613212100.420.460.116.2964.4268.04
HexE2847902A2EB64044
Octal34220417105256136100104
Binary111000101000010011110010101010101110101111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28479; }

 p { color: rgb(226,132,121); }

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

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

 a { background-color: rgb(226,132,121); }

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

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

 span { border-color: rgb(226,132,121); }

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