#E17D69

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

Shades of New York Pink #E17D69

Tints of New York Pink #E17D69

Color information

#E17D69 (or 0xE17D69) is unknown color: approx New York Pink. HEX triplet: E1, 7D and 69. RGB value is (225,125,105). Sum of RGB (Red+Green+Blue) = 225+125+105=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D69 is #1E8296. Grayscale: #989898. Windows color (decimal): -1999511 or 6913505. OLE color: 6913505.

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

Color convert

RGB225125105-
CMYK00.440.530.12
HSL10º66.67%64.71%-
HSV(B)10º53.33%88.24%-
XYZ40.9331.6917.32-
YUV152.62101.13179.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=49.45%
G=27.47%
B=23.08%

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
Decimal22512510500.440.530.121066.6764.71
HexE17D6902C35Ca4341
Octal341175151054651412103101
Binary111000011111101110100101011001101011100101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17D69; }

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

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

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

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

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

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

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

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