#E17E6C

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

Shades of New York Pink #E17E6C

Tints of New York Pink #E17E6C

Color information

#E17E6C (or 0xE17E6C) is unknown color: approx New York Pink. HEX triplet: E1, 7E and 6C. RGB value is (225,126,108). Sum of RGB (Red+Green+Blue) = 225+126+108=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E6C is #1E8193. Grayscale: #999999. Windows color (decimal): -1999252 or 7110369. OLE color: 7110369.

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

Color convert

RGB225126108-
CMYK00.440.520.12
HSL9.23º66.1%65.29%-
HSV(B)9.23º52%88.24%-
XYZ41.2232.0118.19-
YUV153.55102.3178.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=49.02%
G=27.45%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512610800.440.520.129.2366.165.29
HexE17E6C02C34C94241
Octal341176154054641411102101
Binary111000011111110110110001011001101001100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E6C; }

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

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

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

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

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

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

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

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