#EB876E

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

Shades of New York Pink #EB876E

Tints of New York Pink #EB876E

Color information

#EB876E (or 0xEB876E) is unknown color: approx New York Pink. HEX triplet: EB, 87 and 6E. RGB value is (235,135,110). Sum of RGB (Red+Green+Blue) = 235+135+110=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB876E is #147891. Grayscale: #A2A2A2. Windows color (decimal): -1341586 or 7243755. OLE color: 7243755.

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

Color convert

RGB235135110-
CMYK00.430.530.08
HSL12º75.76%67.65%-
HSV(B)12º53.19%92.16%-
XYZ45.7436.1219.31-
YUV162.0598.63180.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=48.96%
G=28.12%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513511000.430.530.081275.7667.65
HexEB876E02B358c4c44
Octal353207156053651014114104
Binary1110101110000111110111001010111101011000110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB876E; }

 p { color: rgb(235,135,110); }

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

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

 a { background-color: rgb(235,135,110); }

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

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

 span { border-color: rgb(235,135,110); }

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