#E17E6E

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

Shades of New York Pink #E17E6E

Tints of New York Pink #E17E6E

Color information

#E17E6E (or 0xE17E6E) is unknown color: approx New York Pink. HEX triplet: E1, 7E and 6E. RGB value is (225,126,110). Sum of RGB (Red+Green+Blue) = 225+126+110=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E6E is #1E8191. Grayscale: #999999. Windows color (decimal): -1999250 or 7241441. OLE color: 7241441.

HSL color Cylindrical-coordinate representation of color #E17E6E: hue angle of 8.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E17E6E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225126110-
CMYK00.440.510.12
HSL8.35º65.71%65.69%-
HSV(B)8.35º51.11%88.24%-
XYZ41.3332.0618.76-
YUV153.78103.3178.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=48.81%
G=27.33%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512611000.440.510.128.3565.7165.69
HexE17E6E02C33C84242
Octal341176156054631410102102
Binary111000011111110110111001011001100111100100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E6E; }

 p { color: rgb(225,126,110); }

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

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

 a { background-color: rgb(225,126,110); }

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

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

 span { border-color: rgb(225,126,110); }

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