#EBA38A

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

Shades of Tonys Pink #EBA38A

Tints of Tonys Pink #EBA38A

Color information

#EBA38A (or 0xEBA38A) is unknown color: approx Tonys Pink. HEX triplet: EB, A3 and 8A. RGB value is (235,163,138). Sum of RGB (Red+Green+Blue) = 235+163+138=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA38A is #145C75. Grayscale: #B5B5B5. Windows color (decimal): -1334390 or 9085931. OLE color: 9085931.

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

Color convert

RGB235163138-
CMYK00.310.410.08
HSL15.46º70.8%73.14%-
HSV(B)15.46º41.28%92.16%-
XYZ51.9545.6930.13-
YUV181.68103.35166.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=43.84%
G=30.41%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516313800.310.410.0815.4670.873.14
HexEBA38A01F298f4749
Octal353243212037511017107111
Binary1110101110100011100010100111111010011000111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA38A; }

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

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

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

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

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

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

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

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