#E08A71

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

Shades of New York Pink #E08A71

Tints of New York Pink #E08A71

Color information

#E08A71 (or 0xE08A71) is unknown color: approx New York Pink. HEX triplet: E0, 8A and 71. RGB value is (224,138,113). Sum of RGB (Red+Green+Blue) = 224+138+113=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A71 is #1F758E. Grayscale: #A1A1A1. Windows color (decimal): -2061711 or 7441120. OLE color: 7441120.

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

Color convert

RGB224138113-
CMYK00.380.500.12
HSL13.51º64.16%66.08%-
HSV(B)13.51º49.55%87.84%-
XYZ42.8135.2220.16-
YUV160.86100.99173.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=47.16%
G=29.05%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413811300.380.500.1213.5164.1666.08
HexE08A7102632Ce4042
Octal340212161046621416100102
Binary1110000010001010111000101001101100101100111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A71; }

 p { color: rgb(224,138,113); }

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

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

 a { background-color: rgb(224,138,113); }

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

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

 span { border-color: rgb(224,138,113); }

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