#EBA48B

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

Shades of Tonys Pink #EBA48B

Tints of Tonys Pink #EBA48B

Color information

#EBA48B (or 0xEBA48B) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 8B. RGB value is (235,164,139). Sum of RGB (Red+Green+Blue) = 235+164+139=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48B is #145B74. Grayscale: #B6B6B6. Windows color (decimal): -1334133 or 9151723. OLE color: 9151723.

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

Color convert

RGB235164139-
CMYK00.300.410.08
HSL15.63º70.59%73.33%-
HSV(B)15.63º40.85%92.16%-
XYZ52.246.0830.57-
YUV182.38103.52165.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=43.68%
G=30.48%
B=25.84%

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
Decimal23516413900.300.410.0815.6370.5973.33
HexEBA48B01E298104749
Octal353244213036511020107111
Binary11101011101001001000101101111010100110001000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA48B; }

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

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

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

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

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

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

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

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