#E38772

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

Shades of New York Pink #E38772

Tints of New York Pink #E38772

Color information

#E38772 (or 0xE38772) is unknown color: approx New York Pink. HEX triplet: E3, 87 and 72. RGB value is (227,135,114). Sum of RGB (Red+Green+Blue) = 227+135+114=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E38772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38772 is #1C788D. Grayscale: #A0A0A0. Windows color (decimal): -1865870 or 7505891. OLE color: 7505891.

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

Color convert

RGB227135114-
CMYK00.410.500.11
HSL11.15º66.86%66.86%-
HSV(B)11.15º49.78%89.02%-
XYZ43.3834.8720.36-
YUV160.11101.98175.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=47.69%
G=28.36%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713511400.410.500.1111.1566.8666.86
HexE3877202932Bb4343
Octal343207162051621313103103
Binary1110001110000111111001001010011100101011101110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38772; }

 p { color: rgb(227,135,114); }

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

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

 a { background-color: rgb(227,135,114); }

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

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

 span { border-color: rgb(227,135,114); }

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