Html Css Color HEX #E17D69 New York Pink

📋 copy color: '#E17D69'

red 225 ◦ green 125 ◦ blue 105

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

Shades of New York Pink #E17D69

Tints of New York Pink #E17D69

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 value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E17D69 (or 0xE17D69) is known color: 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

RGB 225 125 105 -
CMYK 0 0.44 0.53 0.12
HSL 10º 0.67% 0.65% -
HSV(B) 10º 0.53% 0.88% -
XYZ 40.93 31.69 17.32 -
YUV 152.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 225 125 105 0 0.44 0.53 0.12 10 0.67 0.65
Hex E1 7D 69 0 2C 35 C A 43 41
Octal 341 175 151 0 54 65 14 12 103 101
Binary 11100001 1111101 1101001 0 101100 110101 1100 1010 1000011 1000001

Color Harmonies of #E17D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D69

Black with #E17D69

Text Example


Text Example

White with #E17D69

Text Example


Text Example

HTML Codes & Css Web 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>