#E38971

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

Shades of New York Pink #E38971

Tints of New York Pink #E38971

Color information

#E38971 (or 0xE38971) is unknown color: approx New York Pink. HEX triplet: E3, 89 and 71. RGB value is (227,137,113). Sum of RGB (Red+Green+Blue) = 227+137+113=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E38971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38971 is #1C768E. Grayscale: #A1A1A1. Windows color (decimal): -1865359 or 7440867. OLE color: 7440867.

HSL color Cylindrical-coordinate representation of color #E38971: hue angle of 12.63º degrees, saturation: 0.67, 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 #E38971 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB227137113-
CMYK00.400.500.11
HSL12.63º67.06%66.67%-
HSV(B)12.63º50.22%89.02%-
XYZ43.635.4120.16-
YUV161.17100.82174.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=47.59%
G=28.72%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713711300.400.500.1112.6367.0666.67
HexE3897102832Bd4343
Octal343211161050621315103103
Binary1110001110001001111000101010001100101011110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38971; }

 p { color: rgb(227,137,113); }

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

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

 a { background-color: rgb(227,137,113); }

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

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

 span { border-color: rgb(227,137,113); }

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