#EB9A89

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

Shades of Tonys Pink #EB9A89

Tints of Tonys Pink #EB9A89

Color information

#EB9A89 (or 0xEB9A89) is unknown color: approx Tonys Pink. HEX triplet: EB, 9A and 89. RGB value is (235,154,137). Sum of RGB (Red+Green+Blue) = 235+154+137=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A89 is #146576. Grayscale: #B0B0B0. Windows color (decimal): -1336695 or 9018091. OLE color: 9018091.

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

Color convert

RGB235154137-
CMYK00.340.420.08
HSL10.41º71.01%72.94%-
HSV(B)10.41º41.7%92.16%-
XYZ50.3342.5829.23-
YUV176.28105.84169.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=44.68%
G=29.28%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515413700.340.420.0810.4171.0172.94
HexEB9A890222A8a4749
Octal353232211042521012107111
Binary11101011100110101000100101000101010101000101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A89; }

 p { color: rgb(235,154,137); }

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

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

 a { background-color: rgb(235,154,137); }

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

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

 span { border-color: rgb(235,154,137); }

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