#E17E6F

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

Shades of New York Pink #E17E6F

Tints of New York Pink #E17E6F

Color information

#E17E6F (or 0xE17E6F) is unknown color: approx New York Pink. HEX triplet: E1, 7E and 6F. RGB value is (225,126,111). Sum of RGB (Red+Green+Blue) = 225+126+111=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E6F is #1E8190. Grayscale: #9A9A9A. Windows color (decimal): -1999249 or 7306977. OLE color: 7306977.

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

Color convert

RGB225126111-
CMYK00.440.510.12
HSL7.89º65.52%65.88%-
HSV(B)7.89º50.67%88.24%-
XYZ41.3832.0819.05-
YUV153.89103.8178.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=48.70%
G=27.27%
B=24.03%

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
Decimal22512611100.440.510.127.8965.5265.88
HexE17E6F02C33C84242
Octal341176157054631410102102
Binary111000011111110110111101011001100111100100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E6F; }

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

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

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

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

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

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

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

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