#E28275

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

Shades of New York Pink #E28275

Tints of New York Pink #E28275

Color information

#E28275 (or 0xE28275) is unknown color: approx New York Pink. HEX triplet: E2, 82 and 75. RGB value is (226,130,117). Sum of RGB (Red+Green+Blue) = 226+130+117=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28275 is #1D7D8A. Grayscale: #9D9D9D. Windows color (decimal): -1932683 or 7701218. OLE color: 7701218.

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

Color convert

RGB226130117-
CMYK00.420.480.11
HSL7.16º65.27%67.25%-
HSV(B)7.16º48.23%88.63%-
XYZ42.5633.4221.04-
YUV157.22105.3177.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=47.78%
G=27.48%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613011700.420.480.117.1665.2767.25
HexE2827502A30B74143
Octal34220216505260137101103
Binary111000101000001011101010101010110000101111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28275; }

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

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

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

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

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

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

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

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