#E38B7C

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

Shades of New York Pink #E38B7C

Tints of New York Pink #E38B7C

Color information

#E38B7C (or 0xE38B7C) is unknown color: approx New York Pink. HEX triplet: E3, 8B and 7C. RGB value is (227,139,124). Sum of RGB (Red+Green+Blue) = 227+139+124=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B7C is #1C7483. Grayscale: #A3A3A3. Windows color (decimal): -1864836 or 8162275. OLE color: 8162275.

HSL color Cylindrical-coordinate representation of color #E38B7C: hue angle of 8.74º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E38B7C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB227139124-
CMYK00.390.450.11
HSL8.74º64.78%68.82%-
HSV(B)8.74º45.37%89.02%-
XYZ44.5536.2523.72-
YUV163.6105.65173.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.33%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=46.33%
G=28.37%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713912400.390.450.118.7464.7868.82
HexE38B7C0272DB94145
Octal343213174047551311101105
Binary1110001110001011111110001001111011011011100110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B7C; }

 p { color: rgb(227,139,124); }

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

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

 a { background-color: rgb(227,139,124); }

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

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

 span { border-color: rgb(227,139,124); }

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