#E17E6A

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

Shades of New York Pink #E17E6A

Tints of New York Pink #E17E6A

Color information

#E17E6A (or 0xE17E6A) is unknown color: approx New York Pink. HEX triplet: E1, 7E and 6A. RGB value is (225,126,106). Sum of RGB (Red+Green+Blue) = 225+126+106=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E6A is #1E8195. Grayscale: #999999. Windows color (decimal): -1999254 or 6979297. OLE color: 6979297.

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

Color convert

RGB225126106-
CMYK00.440.530.12
HSL10.08º66.48%64.9%-
HSV(B)10.08º52.89%88.24%-
XYZ41.1131.9717.64-
YUV153.32101.3179.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=49.23%
G=27.57%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512610600.440.530.1210.0866.4864.9
HexE17E6A02C35Ca4241
Octal341176152054651412102101
Binary111000011111110110101001011001101011100101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E6A; }

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

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

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

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

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

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

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

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