#EB9E8B

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

Shades of Tonys Pink #EB9E8B

Tints of Tonys Pink #EB9E8B

Color information

#EB9E8B (or 0xEB9E8B) is unknown color: approx Tonys Pink. HEX triplet: EB, 9E and 8B. RGB value is (235,158,139). Sum of RGB (Red+Green+Blue) = 235+158+139=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E8B is #146174. Grayscale: #B3B3B3. Windows color (decimal): -1335669 or 9150187. OLE color: 9150187.

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

Color convert

RGB235158139-
CMYK00.330.410.08
HSL11.88º70.59%73.33%-
HSV(B)11.88º40.85%92.16%-
XYZ51.1543.9830.22-
YUV178.86105.51168.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=44.17%
G=29.70%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515813900.330.410.0811.8870.5973.33
HexEB9E8B021298c4749
Octal353236213041511014107111
Binary11101011100111101000101101000011010011000110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E8B; }

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

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

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

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

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

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

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

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