Html Css Color HEX #E17F70 New York Pink

📋 copy color: '#E17F70'

red 225 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #E17F70

Tints of New York Pink #E17F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 48.49%
G = 27.37%
B = 24.14%

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

#E17F70 (or 0xE17F70) is known color: New York Pink. HEX triplet: E1, 7F and 70. RGB value is (225,127,112). Sum of RGB (Red+Green+Blue) = 225+127+112=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F70 is #1E808F. Grayscale: #9A9A9A. Windows color (decimal): -1998992 or 7372769. OLE color: 7372769.

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

Color convert

RGB 225 127 112 -
CMYK 0 0.44 0.50 0.12
HSL 7.96º 0.65% 0.66% -
HSV(B) 7.96º 0.5% 0.88% -
XYZ 41.57 32.36 19.38 -
YUV 154.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 225 127 112 0 0.44 0.50 0.12 7.96 0.65 0.66
Hex E1 7F 70 0 2C 32 C 8 41 42
Octal 341 177 160 0 54 62 14 10 101 102
Binary 11100001 1111111 1110000 0 101100 110010 1100 1000 1000001 1000010

Color Harmonies of #E17F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17F70

Black with #E17F70

Text Example


Text Example

White with #E17F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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