#E5857B

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

Shades of New York Pink #E5857B

Tints of New York Pink #E5857B

Color information

#E5857B (or 0xE5857B) is unknown color: approx New York Pink. HEX triplet: E5, 85 and 7B. RGB value is (229,133,123). Sum of RGB (Red+Green+Blue) = 229+133+123=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5857B is #1A7A84. Grayscale: #A0A0A0. Windows color (decimal): -1735301 or 8095205. OLE color: 8095205.

HSL color Cylindrical-coordinate representation of color #E5857B: hue angle of 5.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5857B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229133123-
CMYK00.420.460.10
HSL5.66º67.09%69.02%-
HSV(B)5.66º46.29%89.8%-
XYZ44.2834.8623.13-
YUV160.56106.8176.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=47.22%
G=27.42%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913312300.420.460.105.6667.0969.02
HexE5857B02A2EA64345
Octal34520517305256126103105
Binary111001011000010111110110101010101110101011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5857B; }

 p { color: rgb(229,133,123); }

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

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

 a { background-color: rgb(229,133,123); }

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

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

 span { border-color: rgb(229,133,123); }

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