#EB9886

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

Shades of Tonys Pink #EB9886

Tints of Tonys Pink #EB9886

Color information

#EB9886 (or 0xEB9886) is unknown color: approx Tonys Pink. HEX triplet: EB, 98 and 86. RGB value is (235,152,134). Sum of RGB (Red+Green+Blue) = 235+152+134=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9886 is #146779. Grayscale: #AEAEAE. Windows color (decimal): -1337210 or 8820971. OLE color: 8820971.

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

Color convert

RGB235152134-
CMYK00.350.430.08
HSL10.69º71.63%72.35%-
HSV(B)10.69º42.98%92.16%-
XYZ49.7941.8428.01-
YUV174.76105170.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=45.11%
G=29.17%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515213400.350.430.0810.6971.6372.35
HexEB98860232B8b4848
Octal353230206043531013110110
Binary11101011100110001000011001000111010111000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9886; }

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

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

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

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

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

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

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

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