#EBA293

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

Shades of Tonys Pink #EBA293

Tints of Tonys Pink #EBA293

Color information

#EBA293 (or 0xEBA293) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 93. RGB value is (235,162,147). Sum of RGB (Red+Green+Blue) = 235+162+147=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA293 is #145D6C. Grayscale: #B6B6B6. Windows color (decimal): -1334637 or 9675499. OLE color: 9675499.

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

Color convert

RGB235162147-
CMYK00.310.370.08
HSL10.23º68.75%74.9%-
HSV(B)10.23º37.45%92.16%-
XYZ52.4545.6133.64-
YUV182.12108.18165.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=43.20%
G=29.78%
B=27.02%

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
Decimal23516214700.310.370.0810.2368.7574.9
HexEBA29301F258a454b
Octal353242223037451012105113
Binary1110101110100010100100110111111001011000101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA293; }

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

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

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

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

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

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

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

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