#EBA294

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

Shades of Tonys Pink #EBA294

Tints of Tonys Pink #EBA294

Color information

#EBA294 (or 0xEBA294) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 94. RGB value is (235,162,148). Sum of RGB (Red+Green+Blue) = 235+162+148=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA294 is #145D6B. Grayscale: #B6B6B6. Windows color (decimal): -1334636 or 9741035. OLE color: 9741035.

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

Color convert

RGB235162148-
CMYK00.310.370.08
HSL9.66º68.5%75.1%-
HSV(B)9.66º37.02%92.16%-
XYZ52.5345.6434.06-
YUV182.23108.68165.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=43.12%
G=29.72%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516214800.310.370.089.6668.575.1
HexEBA29401F258a454b
Octal353242224037451012105113
Binary1110101110100010100101000111111001011000101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA294; }

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

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

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

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

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

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

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

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