#ec876e

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

Shades of New York Pink #EC876E

Tints of New York Pink #EC876E

Color information

#EC876E (or 0xEC876E) is unknown color: approx New York Pink. HEX triplet: EC, 87 and 6E. RGB value is (236,135,110). Sum of RGB (Red+Green+Blue) = 236+135+110=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876E is #137891. Grayscale: #A2A2A2. Windows color (decimal): -1276050 or 7243756. OLE color: 7243756.

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

Color convert

RGB236135110-
CMYK00.430.530.07
HSL11.9º76.83%67.84%-
HSV(B)11.9º53.39%92.55%-
XYZ46.0736.2919.33-
YUV162.3598.46180.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=49.06%
G=28.07%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613511000.430.530.0711.976.8367.84
HexEC876E02B357c4d44
Octal35420715605365714115104
Binary111011001000011111011100101011110101111110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec876e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec876e; }

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

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

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

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

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

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

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

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