#EBAB8D

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

Shades of Tonys Pink #EBAB8D

Tints of Tonys Pink #EBAB8D

Color information

#EBAB8D (or 0xEBAB8D) is unknown color: approx Tonys Pink. HEX triplet: EB, AB and 8D. RGB value is (235,171,141). Sum of RGB (Red+Green+Blue) = 235+171+141=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB8D is #145472. Grayscale: #BABABA. Windows color (decimal): -1332339 or 9284587. OLE color: 9284587.

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

Color convert

RGB235171141-
CMYK00.270.40.08
HSL19.15º70.15%73.73%-
HSV(B)19.15º40%92.16%-
XYZ53.6348.7131.77-
YUV186.72102.2162.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=42.96%
G=31.26%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517114100.270.40.0819.1570.1573.73
HexEBAB8D01B28813464a
Octal353253215033501023106112
Binary11101011101010111000110101101110100010001001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB8D; }

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

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

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

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

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

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

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

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