Html Css Color HEX #EB8672 New York Pink

📋 copy color: '#EB8672'

red 235 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #EB8672

Tints of New York Pink #EB8672

RGB

 RED value IS 235 (92.19% from 255) = 48.65%

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

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 48.65%
G = 27.74%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8672 (or 0xEB8672) is known color: New York Pink. HEX triplet: EB, 86 and 72. RGB value is (235,134,114). Sum of RGB (Red+Green+Blue) = 235+134+114=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8672 is #14798D. Grayscale: #A2A2A2. Windows color (decimal): -1341838 or 7505643. OLE color: 7505643.

HSL color Cylindrical-coordinate representation of color #EB8672: hue angle of 9.92º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8672 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 114 -
CMYK 0 0.43 0.51 0.08
HSL 9.92º 0.75% 0.68% -
HSV(B) 9.92º 0.51% 0.92% -
XYZ 45.82 35.93 20.44 -
YUV 161.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 235 134 114 0 0.43 0.51 0.08 9.92 0.75 0.68
Hex EB 86 72 0 2B 33 8 A 4B 44
Octal 353 206 162 0 53 63 10 12 113 104
Binary 11101011 10000110 1110010 0 101011 110011 1000 1010 1001011 1000100

Color Harmonies of #EB8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8672

Black with #EB8672

Text Example


Text Example

White with #EB8672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8672; }

 p { color: rgb(235,134,114); }

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

background-color css

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

 a { background-color: rgb(235,134,114); }

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

border-color css

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

 span { border-color: rgb(235,134,114); }

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