Html Css Color HEX #E17F75 New York Pink

📋 copy color: '#E17F75'

red 225 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #E17F75

Tints of New York Pink #E17F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 47.97%
G = 27.08%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17F75 (or 0xE17F75) is known color: New York Pink. HEX triplet: E1, 7F and 75. RGB value is (225,127,117). Sum of RGB (Red+Green+Blue) = 225+127+117=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F75 is #1E808A. Grayscale: #9B9B9B. Windows color (decimal): -1998987 or 7700449. OLE color: 7700449.

HSL color Cylindrical-coordinate representation of color #E17F75: hue angle of 5.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17F75 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 117 -
CMYK 0 0.44 0.48 0.12
HSL 5.56º 0.64% 0.67% -
HSV(B) 5.56º 0.48% 0.88% -
XYZ 41.85 32.47 20.89 -
YUV 155.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 225 127 117 0 0.44 0.48 0.12 5.56 0.64 0.67
Hex E1 7F 75 0 2C 30 C 6 40 43
Octal 341 177 165 0 54 60 14 6 100 103
Binary 11100001 1111111 1110101 0 101100 110000 1100 110 1000000 1000011

Color Harmonies of #E17F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17F75

Black with #E17F75

Text Example


Text Example

White with #E17F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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