#EC8871

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

Shades of New York Pink #EC8871

Tints of New York Pink #EC8871

Color information

#EC8871 (or 0xEC8871) is unknown color: approx New York Pink. HEX triplet: EC, 88 and 71. RGB value is (236,136,113). Sum of RGB (Red+Green+Blue) = 236+136+113=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8871 is #13778E. Grayscale: #A3A3A3. Windows color (decimal): -1275791 or 7440620. OLE color: 7440620.

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

Color convert

RGB236136113-
CMYK00.420.520.07
HSL11.22º76.4%68.43%-
HSV(B)11.22º52.12%92.55%-
XYZ46.3836.6320.25-
YUV163.2899.63179.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=48.66%
G=28.04%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613611300.420.520.0711.2276.468.43
HexEC887102A347b4c44
Octal35421016105264713114104
Binary111011001000100011100010101010110100111101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8871; }

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

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

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

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

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

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

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

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