#E17E69

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

Shades of New York Pink #E17E69

Tints of New York Pink #E17E69

Color information

#E17E69 (or 0xE17E69) is unknown color: approx New York Pink. HEX triplet: E1, 7E and 69. RGB value is (225,126,105). Sum of RGB (Red+Green+Blue) = 225+126+105=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E69 is #1E8196. Grayscale: #999999. Windows color (decimal): -1999255 or 6913761. OLE color: 6913761.

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

Color convert

RGB225126105-
CMYK00.440.530.12
HSL10.5º66.67%64.71%-
HSV(B)10.5º53.33%88.24%-
XYZ41.0631.9517.37-
YUV153.21100.8179.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=49.34%
G=27.63%
B=23.03%

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
Decimal22512610500.440.530.1210.566.6764.71
HexE17E6902C35Ca4341
Octal341176151054651412103101
Binary111000011111110110100101011001101011100101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E69; }

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

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

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

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

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

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

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

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