#E17C6C

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

Shades of New York Pink #E17C6C

Tints of New York Pink #E17C6C

Color information

#E17C6C (or 0xE17C6C) is unknown color: approx New York Pink. HEX triplet: E1, 7C and 6C. RGB value is (225,124,108). Sum of RGB (Red+Green+Blue) = 225+124+108=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C6C is #1E8393. Grayscale: #989898. Windows color (decimal): -1999764 or 7109857. OLE color: 7109857.

HSL color Cylindrical-coordinate representation of color #E17C6C: hue angle of 8.21º 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 #E17C6C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225124108-
CMYK00.450.520.12
HSL8.21º66.1%65.29%-
HSV(B)8.21º52%88.24%-
XYZ40.9731.5118.11-
YUV152.38102.96179.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=49.23%
G=27.13%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512410800.450.520.128.2166.165.29
HexE17C6C02D34C84241
Octal341174154055641410102101
Binary111000011111100110110001011011101001100100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C6C; }

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

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

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

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

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

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

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

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