Html Css Color HEX #E17F71 New York Pink

📋 copy color: '#E17F71'

red 225 ◦ green 127 ◦ blue 113

#E17F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #E17F71

Tints of New York Pink #E17F71

RGB

 RED value IS 225 (88.28% from 255) = 48.39%

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 113 (44.53% from 255) = 24.3%

R = 48.39%
G = 27.31%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E17F71 (or 0xE17F71) is known color: New York Pink. HEX triplet: E1, 7F and 71. RGB value is (225,127,113). Sum of RGB (Red+Green+Blue) = 225+127+113=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F71 is #1E808E. Grayscale: #9A9A9A. Windows color (decimal): -1998991 or 7438305. OLE color: 7438305.

HSL color Cylindrical-coordinate representation of color #E17F71: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17F71 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 113 -
CMYK 0 0.44 0.50 0.12
HSL 7.5º 0.65% 0.66% -
HSV(B) 7.5º 0.5% 0.88% -
XYZ 41.62 32.38 19.68 -
YUV 154.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 225 127 113 0 0.44 0.50 0.12 7.5 0.65 0.66
Hex E1 7F 71 0 2C 32 C 8 41 42
Octal 341 177 161 0 54 62 14 10 101 102
Binary 11100001 1111111 1110001 0 101100 110010 1100 1000 1000001 1000010

Color Harmonies of #E17F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17F71

Black with #E17F71

Text Example


Text Example

White with #E17F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17F71; }

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

 H1.HeaderClassName
 {
   color: #E17F71;
 }
 .AnyTagClassName
 {
   color: #E17F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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