#EB9786

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

Shades of Tonys Pink #EB9786

Tints of Tonys Pink #EB9786

Color information

#EB9786 (or 0xEB9786) is unknown color: approx Tonys Pink. HEX triplet: EB, 97 and 86. RGB value is (235,151,134). Sum of RGB (Red+Green+Blue) = 235+151+134=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9786 is #146879. Grayscale: #AEAEAE. Windows color (decimal): -1337466 or 8820715. OLE color: 8820715.

HSL color Cylindrical-coordinate representation of color #EB9786: hue angle of 10.1º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB9786 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235151134-
CMYK00.360.430.08
HSL10.1º71.63%72.35%-
HSV(B)10.1º42.98%92.16%-
XYZ49.6341.5227.95-
YUV174.18105.33171.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.19%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=45.19%
G=29.04%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515113400.360.430.0810.171.6372.35
HexEB97860242B8a4848
Octal353227206044531012110110
Binary11101011100101111000011001001001010111000101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9786; }

 p { color: rgb(235,151,134); }

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

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

 a { background-color: rgb(235,151,134); }

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

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

 span { border-color: rgb(235,151,134); }

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