Html Css Color HEX #EB896C New York Pink

📋 copy color: '#EB896C'

red 235 ◦ green 137 ◦ blue 108

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

Shades of New York Pink #EB896C

Tints of New York Pink #EB896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 48.96%
G = 28.54%
B = 22.5%

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

#EB896C (or 0xEB896C) is known color: New York Pink. HEX triplet: EB, 89 and 6C. RGB value is (235,137,108). Sum of RGB (Red+Green+Blue) = 235+137+108=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB896C is #147693. Grayscale: #A3A3A3. Windows color (decimal): -1341076 or 7113195. OLE color: 7113195.

HSL color Cylindrical-coordinate representation of color #EB896C: hue angle of 13.7º 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 #EB896C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 137 108 -
CMYK 0 0.42 0.54 0.08
HSL 13.7º 0.76% 0.67% -
HSV(B) 13.7º 0.54% 0.92% -
XYZ 45.91 36.64 18.84 -
YUV 163 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 235 137 108 0 0.42 0.54 0.08 13.7 0.76 0.67
Hex EB 89 6C 0 2A 36 8 E 4C 43
Octal 353 211 154 0 52 66 10 16 114 103
Binary 11101011 10001001 1101100 0 101010 110110 1000 1110 1001100 1000011

Color Harmonies of #EB896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB896C

Black with #EB896C

Text Example


Text Example

White with #EB896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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