Html Css Color HEX #EC896D New York Pink

📋 copy color: '#EC896D'

red 236 ◦ green 137 ◦ blue 109

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

Shades of New York Pink #EC896D

Tints of New York Pink #EC896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 48.96%
G = 28.42%
B = 22.61%

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

#EC896D (or 0xEC896D) is known color: New York Pink. HEX triplet: EC, 89 and 6D. RGB value is (236,137,109). Sum of RGB (Red+Green+Blue) = 236+137+109=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896D is #137692. Grayscale: #A3A3A3. Windows color (decimal): -1275539 or 7178732. OLE color: 7178732.

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

Color convert

RGB 236 137 109 -
CMYK 0 0.42 0.54 0.07
HSL 13.23º 0.77% 0.68% -
HSV(B) 13.23º 0.54% 0.93% -
XYZ 46.3 36.83 19.14 -
YUV 163.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 236 137 109 0 0.42 0.54 0.07 13.23 0.77 0.68
Hex EC 89 6D 0 2A 36 7 D 4D 44
Octal 354 211 155 0 52 66 7 15 115 104
Binary 11101100 10001001 1101101 0 101010 110110 111 1101 1001101 1000100

Color Harmonies of #EC896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC896D

Black with #EC896D

Text Example


Text Example

White with #EC896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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