Html Css Color HEX #EC896C New York Pink

📋 copy color: '#EC896C'

red 236 ◦ green 137 ◦ blue 108

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

Shades of New York Pink #EC896C

Tints of New York Pink #EC896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.48%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 49.06%
G = 28.48%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC896C (or 0xEC896C) is known color: New York Pink. HEX triplet: EC, 89 and 6C. RGB value is (236,137,108). Sum of RGB (Red+Green+Blue) = 236+137+108=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896C is #137693. Grayscale: #A3A3A3. Windows color (decimal): -1275540 or 7113196. OLE color: 7113196.

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

Color convert

RGB 236 137 108 -
CMYK 0 0.42 0.54 0.07
HSL 13.59º 0.77% 0.67% -
HSV(B) 13.59º 0.54% 0.93% -
XYZ 46.24 36.81 18.85 -
YUV 163.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 236 137 108 0 0.42 0.54 0.07 13.59 0.77 0.67
Hex EC 89 6C 0 2A 36 7 E 4D 43
Octal 354 211 154 0 52 66 7 16 115 103
Binary 11101100 10001001 1101100 0 101010 110110 111 1110 1001101 1000011

Color Harmonies of #EC896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC896C

Black with #EC896C

Text Example


Text Example

White with #EC896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC896C; }

 p { color: rgb(236,137,108); }

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

background-color css

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

 a { background-color: rgb(236,137,108); }

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

border-color css

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

 span { border-color: rgb(236,137,108); }

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