Html Css Color HEX #EB886F New York Pink

📋 copy color: '#EB886F'

red 235 ◦ green 136 ◦ blue 111

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

Shades of New York Pink #EB886F

Tints of New York Pink #EB886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 48.76%
G = 28.22%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB886F (or 0xEB886F) is known color: New York Pink. HEX triplet: EB, 88 and 6F. RGB value is (235,136,111). Sum of RGB (Red+Green+Blue) = 235+136+111=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB886F is #147790. Grayscale: #A2A2A2. Windows color (decimal): -1341329 or 7309547. OLE color: 7309547.

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

Color convert

RGB 235 136 111 -
CMYK 0 0.42 0.53 0.08
HSL 12.1º 0.76% 0.68% -
HSV(B) 12.1º 0.53% 0.92% -
XYZ 45.93 36.42 19.65 -
YUV 162.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 235 136 111 0 0.42 0.53 0.08 12.1 0.76 0.68
Hex EB 88 6F 0 2A 35 8 C 4C 44
Octal 353 210 157 0 52 65 10 14 114 104
Binary 11101011 10001000 1101111 0 101010 110101 1000 1100 1001100 1000100

Color Harmonies of #EB886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB886F

Black with #EB886F

Text Example


Text Example

White with #EB886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB886F; }

 p { color: rgb(235,136,111); }

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

background-color css

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

 a { background-color: rgb(235,136,111); }

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

border-color css

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

 span { border-color: rgb(235,136,111); }

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