#E28175

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

Shades of New York Pink #E28175

Tints of New York Pink #E28175

Color information

#E28175 (or 0xE28175) is unknown color: approx New York Pink. HEX triplet: E2, 81 and 75. RGB value is (226,129,117). Sum of RGB (Red+Green+Blue) = 226+129+117=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E28175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28175 is #1D7E8A. Grayscale: #9C9C9C. Windows color (decimal): -1932939 or 7700962. OLE color: 7700962.

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

Color convert

RGB226129117-
CMYK00.430.480.11
HSL6.61º65.27%67.25%-
HSV(B)6.61º48.23%88.63%-
XYZ42.4333.1520.99-
YUV156.64105.64177.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.88%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=47.88%
G=27.33%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612911700.430.480.116.6165.2767.25
HexE2817502B30B74143
Octal34220116505360137101103
Binary111000101000000111101010101011110000101111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28175; }

 p { color: rgb(226,129,117); }

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

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

 a { background-color: rgb(226,129,117); }

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

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

 span { border-color: rgb(226,129,117); }

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