#EBA290

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

Shades of Tonys Pink #EBA290

Tints of Tonys Pink #EBA290

Color information

#EBA290 (or 0xEBA290) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 90. RGB value is (235,162,144). Sum of RGB (Red+Green+Blue) = 235+162+144=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA290 is #145D6F. Grayscale: #B5B5B5. Windows color (decimal): -1334640 or 9478891. OLE color: 9478891.

HSL color Cylindrical-coordinate representation of color #EBA290: hue angle of 11.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA290 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235162144-
CMYK00.310.390.08
HSL11.87º69.47%74.31%-
HSV(B)11.87º38.72%92.16%-
XYZ52.2245.5232.42-
YUV181.77106.68165.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=43.44%
G=29.94%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516214400.310.390.0811.8769.4774.31
HexEBA29001F278c454a
Octal353242220037471014105112
Binary1110101110100010100100000111111001111000110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA290; }

 p { color: rgb(235,162,144); }

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

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

 a { background-color: rgb(235,162,144); }

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

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

 span { border-color: rgb(235,162,144); }

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