#EB846C

Color #EB846C New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #EB846C

Tints of New York Pink #EB846C

Color information

#EB846C (or 0xEB846C) is unknown color: approx New York Pink. HEX triplet: EB, 84 and 6C. RGB value is (235,132,108). Sum of RGB (Red+Green+Blue) = 235+132+108=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB846C is #147B93. Grayscale: #A0A0A0. Windows color (decimal): -1342356 or 7111915. OLE color: 7111915.

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

Color convert

RGB235132108-
CMYK00.440.540.08
HSL11.34º76.05%67.25%-
HSV(B)11.34º54.04%92.16%-
XYZ45.2235.2518.61-
YUV160.0698.62181.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=49.47%
G=27.79%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513210800.440.540.0811.3476.0567.25
HexEB846C02C368b4c43
Octal353204154054661013114103
Binary1110101110000100110110001011001101101000101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB846C; }

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

 H1.HeaderClassName
 {
   color: #EB846C;
 }
 .AnyTagClassName
 {
   color: #EB846C;
 }
</style>
background-color css

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

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

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

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

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

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