#EB9C8D

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

Shades of Tonys Pink #EB9C8D

Tints of Tonys Pink #EB9C8D

Color information

#EB9C8D (or 0xEB9C8D) is unknown color: approx Tonys Pink. HEX triplet: EB, 9C and 8D. RGB value is (235,156,141). Sum of RGB (Red+Green+Blue) = 235+156+141=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C8D is #146372. Grayscale: #B2B2B2. Windows color (decimal): -1336179 or 9280747. OLE color: 9280747.

HSL color Cylindrical-coordinate representation of color #EB9C8D: hue angle of 9.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB9C8D is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235156141-
CMYK00.340.40.08
HSL9.57º70.15%73.73%-
HSV(B)9.57º40%92.16%-
XYZ50.9643.3630.88-
YUV177.91107.17168.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=44.17%
G=29.32%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515614100.340.40.089.5770.1573.73
HexEB9C8D022288a464a
Octal353234215042501012106112
Binary11101011100111001000110101000101010001000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C8D; }

 p { color: rgb(235,156,141); }

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

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

 a { background-color: rgb(235,156,141); }

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

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

 span { border-color: rgb(235,156,141); }

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