Html Css Color HEX #EC8671 New York Pink

📋 copy color: '#EC8671'

red 236 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #EC8671

Tints of New York Pink #EC8671

RGB

 RED value IS 236 (92.58% from 255) = 48.86%

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 48.86%
G = 27.74%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8671 (or 0xEC8671) is known color: New York Pink. HEX triplet: EC, 86 and 71. RGB value is (236,134,113). Sum of RGB (Red+Green+Blue) = 236+134+113=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8671 is #13798E. Grayscale: #A2A2A2. Windows color (decimal): -1276303 or 7440108. OLE color: 7440108.

HSL color Cylindrical-coordinate representation of color #EC8671: hue angle of 10.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8671 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 113 -
CMYK 0 0.43 0.52 0.07
HSL 10.24º 0.76% 0.68% -
HSV(B) 10.24º 0.52% 0.93% -
XYZ 46.1 36.08 20.16 -
YUV 162.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 236 134 113 0 0.43 0.52 0.07 10.24 0.76 0.68
Hex EC 86 71 0 2B 34 7 A 4C 44
Octal 354 206 161 0 53 64 7 12 114 104
Binary 11101100 10000110 1110001 0 101011 110100 111 1010 1001100 1000100

Color Harmonies of #EC8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8671

Black with #EC8671

Text Example


Text Example

White with #EC8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8671; }

 p { color: rgb(236,134,113); }

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

background-color css

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

 a { background-color: rgb(236,134,113); }

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

border-color css

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

 span { border-color: rgb(236,134,113); }

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