#EBA48A

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

Shades of Tonys Pink #EBA48A

Tints of Tonys Pink #EBA48A

Color information

#EBA48A (or 0xEBA48A) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 8A. RGB value is (235,164,138). Sum of RGB (Red+Green+Blue) = 235+164+138=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48A is #145B75. Grayscale: #B6B6B6. Windows color (decimal): -1334134 or 9086187. OLE color: 9086187.

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

Color convert

RGB235164138-
CMYK00.300.410.08
HSL16.08º70.8%73.14%-
HSV(B)16.08º41.28%92.16%-
XYZ52.1246.0530.19-
YUV182.26103.02165.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=43.76%
G=30.54%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516413800.300.410.0816.0870.873.14
HexEBA48A01E298104749
Octal353244212036511020107111
Binary11101011101001001000101001111010100110001000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA48A; }

 p { color: rgb(235,164,138); }

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

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

 a { background-color: rgb(235,164,138); }

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

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

 span { border-color: rgb(235,164,138); }

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