#E58972

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

Shades of New York Pink #E58972

Tints of New York Pink #E58972

Color information

#E58972 (or 0xE58972) is unknown color: approx New York Pink. HEX triplet: E5, 89 and 72. RGB value is (229,137,114). Sum of RGB (Red+Green+Blue) = 229+137+114=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E58972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58972 is #1A768D. Grayscale: #A2A2A2. Windows color (decimal): -1734286 or 7506405. OLE color: 7506405.

HSL color Cylindrical-coordinate representation of color #E58972: hue angle of 12º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58972 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229137114-
CMYK00.400.500.10
HSL12º68.86%67.25%-
HSV(B)12º50.22%89.8%-
XYZ44.335.7620.49-
YUV161.89100.98175.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=47.71%
G=28.54%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913711400.400.500.101268.8667.25
HexE5897202832Ac4543
Octal345211162050621214105103
Binary1110010110001001111001001010001100101010110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58972; }

 p { color: rgb(229,137,114); }

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

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

 a { background-color: rgb(229,137,114); }

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

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

 span { border-color: rgb(229,137,114); }

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