Html Css Color HEX #EC8874 New York Pink

📋 copy color: '#EC8874'

red 236 ◦ green 136 ◦ blue 116

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

Shades of New York Pink #EC8874

Tints of New York Pink #EC8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 48.36%
G = 27.87%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8874 (or 0xEC8874) is known color: New York Pink. HEX triplet: EC, 88 and 74. RGB value is (236,136,116). Sum of RGB (Red+Green+Blue) = 236+136+116=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8874 is #13778B. Grayscale: #A3A3A3. Windows color (decimal): -1275788 or 7637228. OLE color: 7637228.

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

Color convert

RGB 236 136 116 -
CMYK 0 0.42 0.51 0.07
HSL 10º 0.76% 0.69% -
HSV(B) 10º 0.51% 0.93% -
XYZ 46.55 36.7 21.15 -
YUV 163.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 236 136 116 0 0.42 0.51 0.07 10 0.76 0.69
Hex EC 88 74 0 2A 33 7 A 4C 45
Octal 354 210 164 0 52 63 7 12 114 105
Binary 11101100 10001000 1110100 0 101010 110011 111 1010 1001100 1000101

Color Harmonies of #EC8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8874

Black with #EC8874

Text Example


Text Example

White with #EC8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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