Html Css Color HEX #E17D6E New York Pink

📋 copy color: '#E17D6E'

red 225 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #E17D6E

Tints of New York Pink #E17D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 48.91%
G = 27.17%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E17D6E (or 0xE17D6E) is known color: New York Pink. HEX triplet: E1, 7D and 6E. RGB value is (225,125,110). Sum of RGB (Red+Green+Blue) = 225+125+110=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D6E is #1E8291. Grayscale: #999999. Windows color (decimal): -1999506 or 7241185. OLE color: 7241185.

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

Color convert

RGB 225 125 110 -
CMYK 0 0.44 0.51 0.12
HSL 7.83º 0.66% 0.66% -
HSV(B) 7.83º 0.51% 0.88% -
XYZ 41.2 31.8 18.72 -
YUV 153.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 225 125 110 0 0.44 0.51 0.12 7.83 0.66 0.66
Hex E1 7D 6E 0 2C 33 C 8 42 42
Octal 341 175 156 0 54 63 14 10 102 102
Binary 11100001 1111101 1101110 0 101100 110011 1100 1000 1000010 1000010

Color Harmonies of #E17D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D6E

Black with #E17D6E

Text Example


Text Example

White with #E17D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D6E; }

 p { color: rgb(225,125,110); }

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

background-color css

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

 a { background-color: rgb(225,125,110); }

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

border-color css

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

 span { border-color: rgb(225,125,110); }

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