#E38B77

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

Shades of New York Pink #E38B77

Tints of New York Pink #E38B77

Color information

#E38B77 (or 0xE38B77) is unknown color: approx New York Pink. HEX triplet: E3, 8B and 77. RGB value is (227,139,119). Sum of RGB (Red+Green+Blue) = 227+139+119=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B77 is #1C7488. Grayscale: #A3A3A3. Windows color (decimal): -1864841 or 7834595. OLE color: 7834595.

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

Color convert

RGB227139119-
CMYK00.390.480.11
HSL11.11º65.85%67.84%-
HSV(B)11.11º47.58%89.02%-
XYZ44.2436.1322.09-
YUV163.03103.15173.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=46.80%
G=28.66%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713911900.390.480.1111.1165.8567.84
HexE38B7702730Bb4244
Octal343213167047601313102104
Binary1110001110001011111011101001111100001011101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B77; }

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

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

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

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

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

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

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

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