Html Css Color HEX #EB896D New York Pink

📋 copy color: '#EB896D'

red 235 ◦ green 137 ◦ blue 109

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

Shades of New York Pink #EB896D

Tints of New York Pink #EB896D

RGB

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

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

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

R = 48.86%
G = 28.48%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB896D (or 0xEB896D) is known color: New York Pink. HEX triplet: EB, 89 and 6D. RGB value is (235,137,109). Sum of RGB (Red+Green+Blue) = 235+137+109=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB896D is #147692. Grayscale: #A3A3A3. Windows color (decimal): -1341075 or 7178731. OLE color: 7178731.

HSL color Cylindrical-coordinate representation of color #EB896D: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB896D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 137 109 -
CMYK 0 0.42 0.54 0.08
HSL 13.33º 0.76% 0.67% -
HSV(B) 13.33º 0.54% 0.92% -
XYZ 45.97 36.66 19.12 -
YUV 163.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 235 137 109 0 0.42 0.54 0.08 13.33 0.76 0.67
Hex EB 89 6D 0 2A 36 8 D 4C 43
Octal 353 211 155 0 52 66 10 15 114 103
Binary 11101011 10001001 1101101 0 101010 110110 1000 1101 1001100 1000011

Color Harmonies of #EB896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB896D

Black with #EB896D

Text Example


Text Example

White with #EB896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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