#EBA08A

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

Shades of Tonys Pink #EBA08A

Tints of Tonys Pink #EBA08A

Color information

#EBA08A (or 0xEBA08A) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 8A. RGB value is (235,160,138). Sum of RGB (Red+Green+Blue) = 235+160+138=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08A is #145F75. Grayscale: #B4B4B4. Windows color (decimal): -1335158 or 9085163. OLE color: 9085163.

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

Color convert

RGB235160138-
CMYK00.320.410.08
HSL13.61º70.8%73.14%-
HSV(B)13.61º41.28%92.16%-
XYZ51.4244.6429.95-
YUV179.92104.35167.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=44.09%
G=30.02%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516013800.320.410.0813.6170.873.14
HexEBA08A020298e4749
Octal353240212040511016107111
Binary11101011101000001000101001000001010011000111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA08A; }

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

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

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

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

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

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

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

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