Html Css Color HEX #EB856D New York Pink

📋 copy color: '#EB856D'

red 235 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #EB856D

Tints of New York Pink #EB856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 49.27%
G = 27.88%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB856D (or 0xEB856D) is known color: New York Pink. HEX triplet: EB, 85 and 6D. RGB value is (235,133,109). Sum of RGB (Red+Green+Blue) = 235+133+109=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB856D is #147A92. Grayscale: #A0A0A0. Windows color (decimal): -1342099 or 7177707. OLE color: 7177707.

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

Color convert

RGB 235 133 109 -
CMYK 0 0.43 0.54 0.08
HSL 11.43º 0.76% 0.67% -
HSV(B) 11.43º 0.54% 0.92% -
XYZ 45.41 35.54 18.93 -
YUV 160.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 235 133 109 0 0.43 0.54 0.08 11.43 0.76 0.67
Hex EB 85 6D 0 2B 36 8 B 4C 43
Octal 353 205 155 0 53 66 10 13 114 103
Binary 11101011 10000101 1101101 0 101011 110110 1000 1011 1001100 1000011

Color Harmonies of #EB856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB856D

Black with #EB856D

Text Example


Text Example

White with #EB856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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