#E17F6E

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

Shades of New York Pink #E17F6E

Tints of New York Pink #E17F6E

Color information

#E17F6E (or 0xE17F6E) is unknown color: approx New York Pink. HEX triplet: E1, 7F and 6E. RGB value is (225,127,110). Sum of RGB (Red+Green+Blue) = 225+127+110=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F6E is #1E8091. Grayscale: #9A9A9A. Windows color (decimal): -1998994 or 7241697. OLE color: 7241697.

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

Color convert

RGB225127110-
CMYK00.440.510.12
HSL8.87º65.71%65.69%-
HSV(B)8.87º51.11%88.24%-
XYZ41.4632.3118.8-
YUV154.36102.97178.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=48.70%
G=27.49%
B=23.81%

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
Decimal22512711000.440.510.128.8765.7165.69
HexE17F6E02C33C94242
Octal341177156054631411102102
Binary111000011111111110111001011001100111100100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F6E; }

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

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

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

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

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

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

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

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