#E48572

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

Shades of New York Pink #E48572

Tints of New York Pink #E48572

Color information

#E48572 (or 0xE48572) is unknown color: approx New York Pink. HEX triplet: E4, 85 and 72. RGB value is (228,133,114). Sum of RGB (Red+Green+Blue) = 228+133+114=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E48572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48572 is #1B7A8D. Grayscale: #9F9F9F. Windows color (decimal): -1800846 or 7505380. OLE color: 7505380.

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

Color convert

RGB228133114-
CMYK00.420.500.11
HSL10º67.86%67.06%-
HSV(B)10º50%89.41%-
XYZ43.4234.4820.29-
YUV159.24102.47177.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 114 (44.92% from 255) = 24%
R=48%
G=28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813311400.420.500.111067.8667.06
HexE4857202A32Ba4443
Octal344205162052621312104103
Binary1110010010000101111001001010101100101011101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48572; }

 p { color: rgb(228,133,114); }

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

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

 a { background-color: rgb(228,133,114); }

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

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

 span { border-color: rgb(228,133,114); }

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