Html Css Color HEX #EC866C New York Pink

📋 copy color: '#EC866C'

red 236 ◦ green 134 ◦ blue 108

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

Shades of New York Pink #EC866C

Tints of New York Pink #EC866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

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

R = 49.37%
G = 28.03%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC866C (or 0xEC866C) is known color: New York Pink. HEX triplet: EC, 86 and 6C. RGB value is (236,134,108). Sum of RGB (Red+Green+Blue) = 236+134+108=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC866C is #137993. Grayscale: #A1A1A1. Windows color (decimal): -1276308 or 7112428. OLE color: 7112428.

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

Color convert

RGB 236 134 108 -
CMYK 0 0.43 0.54 0.07
HSL 12.19º 0.77% 0.67% -
HSV(B) 12.19º 0.54% 0.93% -
XYZ 45.82 35.97 18.71 -
YUV 161.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 236 134 108 0 0.43 0.54 0.07 12.19 0.77 0.67
Hex EC 86 6C 0 2B 36 7 C 4D 43
Octal 354 206 154 0 53 66 7 14 115 103
Binary 11101100 10000110 1101100 0 101011 110110 111 1100 1001101 1000011

Color Harmonies of #EC866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC866C

Black with #EC866C

Text Example


Text Example

White with #EC866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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