Html Css Color HEX #EC8875 New York Pink

📋 copy color: '#EC8875'

red 236 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #EC8875

Tints of New York Pink #EC8875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 48.26%
G = 27.81%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8875 (or 0xEC8875) is known color: New York Pink. HEX triplet: EC, 88 and 75. RGB value is (236,136,117). Sum of RGB (Red+Green+Blue) = 236+136+117=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8875 is #13778A. Grayscale: #A3A3A3. Windows color (decimal): -1275787 or 7702764. OLE color: 7702764.

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

Color convert

RGB 236 136 117 -
CMYK 0 0.42 0.50 0.07
HSL 9.58º 0.76% 0.69% -
HSV(B) 9.58º 0.5% 0.93% -
XYZ 46.61 36.73 21.46 -
YUV 163.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 236 136 117 0 0.42 0.50 0.07 9.58 0.76 0.69
Hex EC 88 75 0 2A 32 7 A 4C 45
Octal 354 210 165 0 52 62 7 12 114 105
Binary 11101100 10001000 1110101 0 101010 110010 111 1010 1001100 1000101

Color Harmonies of #EC8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8875

Black with #EC8875

Text Example


Text Example

White with #EC8875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8875; }

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

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

background-color css

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

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

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

border-color css

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

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

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