#EC8771

Color #EC8771 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #EC8771

Tints of New York Pink #EC8771

Color information

#EC8771 (or 0xEC8771) is unknown color: approx New York Pink. HEX triplet: EC, 87 and 71. RGB value is (236,135,113). Sum of RGB (Red+Green+Blue) = 236+135+113=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8771 is #13788E. Grayscale: #A2A2A2. Windows color (decimal): -1276047 or 7440364. OLE color: 7440364.

HSL color Cylindrical-coordinate representation of color #EC8771: hue angle of 10.73º 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 #EC8771 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB236135113-
CMYK00.430.520.07
HSL10.73º76.4%68.43%-
HSV(B)10.73º52.12%92.55%-
XYZ46.2436.3520.2-
YUV162.6999.96180.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=48.76%
G=27.89%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613511300.430.520.0710.7376.468.43
HexEC877102B347b4c44
Octal35420716105364713114104
Binary111011001000011111100010101011110100111101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8771; }

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

 H1.HeaderClassName
 {
   color: #EC8771;
 }
 .AnyTagClassName
 {
   color: #EC8771;
 }
</style>
background-color css

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

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

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

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

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

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