#EB9A8B

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

Shades of Tonys Pink #EB9A8B

Tints of Tonys Pink #EB9A8B

Color information

#EB9A8B (or 0xEB9A8B) is unknown color: approx Tonys Pink. HEX triplet: EB, 9A and 8B. RGB value is (235,154,139). Sum of RGB (Red+Green+Blue) = 235+154+139=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A8B is #146574. Grayscale: #B0B0B0. Windows color (decimal): -1336693 or 9149163. OLE color: 9149163.

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

Color convert

RGB235154139-
CMYK00.340.410.08
HSL9.38º70.59%73.33%-
HSV(B)9.38º40.85%92.16%-
XYZ50.4842.6430-
YUV176.51106.84169.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=44.51%
G=29.17%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515413900.340.410.089.3870.5973.33
HexEB9A8B02229894749
Octal353232213042511011107111
Binary11101011100110101000101101000101010011000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A8B; }

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

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

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

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

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

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

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

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