#E08D72

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

Shades of New York Pink #E08D72

Tints of New York Pink #E08D72

Color information

#E08D72 (or 0xE08D72) is unknown color: approx New York Pink. HEX triplet: E0, 8D and 72. RGB value is (224,141,114). Sum of RGB (Red+Green+Blue) = 224+141+114=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D72 is #1F728D. Grayscale: #A2A2A2. Windows color (decimal): -2060942 or 7507424. OLE color: 7507424.

HSL color Cylindrical-coordinate representation of color #E08D72: hue angle of 14.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E08D72 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB224141114-
CMYK00.370.490.12
HSL14.73º63.95%66.27%-
HSV(B)14.73º49.11%87.84%-
XYZ43.336.1120.61-
YUV162.74100.5171.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=46.76%
G=29.44%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414111400.370.490.1214.7363.9566.27
HexE08D7202531Cf4042
Octal340215162045611417100102
Binary1110000010001101111001001001011100011100111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D72; }

 p { color: rgb(224,141,114); }

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

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

 a { background-color: rgb(224,141,114); }

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

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

 span { border-color: rgb(224,141,114); }

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