Html Css Color HEX #EC8770 New York Pink

📋 copy color: '#EC8770'

red 236 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #EC8770

Tints of New York Pink #EC8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.95%

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

R = 48.86%
G = 27.95%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8770 (or 0xEC8770) is known color: New York Pink. HEX triplet: EC, 87 and 70. RGB value is (236,135,112). Sum of RGB (Red+Green+Blue) = 236+135+112=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8770 is #13788F. Grayscale: #A2A2A2. Windows color (decimal): -1276048 or 7374828. OLE color: 7374828.

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

Color convert

RGB 236 135 112 -
CMYK 0 0.43 0.53 0.07
HSL 11.13º 0.77% 0.68% -
HSV(B) 11.13º 0.53% 0.93% -
XYZ 46.18 36.33 19.91 -
YUV 162.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 236 135 112 0 0.43 0.53 0.07 11.13 0.77 0.68
Hex EC 87 70 0 2B 35 7 B 4D 44
Octal 354 207 160 0 53 65 7 13 115 104
Binary 11101100 10000111 1110000 0 101011 110101 111 1011 1001101 1000100

Color Harmonies of #EC8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8770

Black with #EC8770

Text Example


Text Example

White with #EC8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8770; }

 p { color: rgb(236,135,112); }

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

background-color css

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

 a { background-color: rgb(236,135,112); }

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

border-color css

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

 span { border-color: rgb(236,135,112); }

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