#E17F69

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

Shades of New York Pink #E17F69

Tints of New York Pink #E17F69

Color information

#E17F69 (or 0xE17F69) is unknown color: approx New York Pink. HEX triplet: E1, 7F and 69. RGB value is (225,127,105). Sum of RGB (Red+Green+Blue) = 225+127+105=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F69 is #1E8096. Grayscale: #999999. Windows color (decimal): -1998999 or 6914017. OLE color: 6914017.

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

Color convert

RGB225127105-
CMYK00.440.530.12
HSL11º66.67%64.71%-
HSV(B)11º53.33%88.24%-
XYZ41.1932.2117.41-
YUV153.79100.47178.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=49.23%
G=27.79%
B=22.98%

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
Decimal22512710500.440.530.121166.6764.71
HexE17F6902C35Cb4341
Octal341177151054651413103101
Binary111000011111111110100101011001101011100101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F69; }

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

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

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

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

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

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

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

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