#EB9D8B

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

Shades of Tonys Pink #EB9D8B

Tints of Tonys Pink #EB9D8B

Color information

#EB9D8B (or 0xEB9D8B) is unknown color: approx Tonys Pink. HEX triplet: EB, 9D and 8B. RGB value is (235,157,139). Sum of RGB (Red+Green+Blue) = 235+157+139=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9D8B is #146274. Grayscale: #B2B2B2. Windows color (decimal): -1335925 or 9149931. OLE color: 9149931.

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

Color convert

RGB235157139-
CMYK00.330.410.08
HSL11.25º70.59%73.33%-
HSV(B)11.25º40.85%92.16%-
XYZ50.9843.6430.16-
YUV178.27105.84168.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=44.26%
G=29.57%
B=26.18%

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
Decimal23515713900.330.410.0811.2570.5973.33
HexEB9D8B021298b4749
Octal353235213041511013107111
Binary11101011100111011000101101000011010011000101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D8B; }

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

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

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

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

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

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

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

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