#E17F6C

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

Shades of New York Pink #E17F6C

Tints of New York Pink #E17F6C

Color information

#E17F6C (or 0xE17F6C) is unknown color: approx New York Pink. HEX triplet: E1, 7F and 6C. RGB value is (225,127,108). Sum of RGB (Red+Green+Blue) = 225+127+108=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F6C is #1E8093. Grayscale: #9A9A9A. Windows color (decimal): -1998996 or 7110625. OLE color: 7110625.

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

Color convert

RGB225127108-
CMYK00.440.520.12
HSL9.74º66.1%65.29%-
HSV(B)9.74º52%88.24%-
XYZ41.3532.2718.24-
YUV154.14101.97178.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=48.91%
G=27.61%
B=23.48%

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
Decimal22512710800.440.520.129.7466.165.29
HexE17F6C02C34Ca4241
Octal341177154054641412102101
Binary111000011111111110110001011001101001100101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F6C; }

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

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

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

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

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

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

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

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