#E38A76

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

Shades of New York Pink #E38A76

Tints of New York Pink #E38A76

Color information

#E38A76 (or 0xE38A76) is unknown color: approx New York Pink. HEX triplet: E3, 8A and 76. RGB value is (227,138,118). Sum of RGB (Red+Green+Blue) = 227+138+118=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A76 is #1C7589. Grayscale: #A2A2A2. Windows color (decimal): -1865098 or 7768803. OLE color: 7768803.

HSL color Cylindrical-coordinate representation of color #E38A76: hue angle of 11.01º 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 #E38A76 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB227138118-
CMYK00.390.480.11
HSL11.01º66.06%67.65%-
HSV(B)11.01º48.02%89.02%-
XYZ44.0435.8221.73-
YUV162.33102.99174.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.00%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=47.00%
G=28.57%
B=24.43%

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
Decimal22713811800.390.480.1111.0166.0667.65
HexE38A7602730Bb4244
Octal343212166047601313102104
Binary1110001110001010111011001001111100001011101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38A76; }

 p { color: rgb(227,138,118); }

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

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

 a { background-color: rgb(227,138,118); }

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

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

 span { border-color: rgb(227,138,118); }

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