#EBA094

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

Shades of Tonys Pink #EBA094

Tints of Tonys Pink #EBA094

Color information

#EBA094 (or 0xEBA094) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 94. RGB value is (235,160,148). Sum of RGB (Red+Green+Blue) = 235+160+148=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA094 is #145F6B. Grayscale: #B5B5B5. Windows color (decimal): -1335148 or 9740523. OLE color: 9740523.

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

Color convert

RGB235160148-
CMYK00.320.370.08
HSL8.28º68.5%75.1%-
HSV(B)8.28º37.02%92.16%-
XYZ52.1844.9433.94-
YUV181.06109.35166.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=43.28%
G=29.47%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516014800.320.370.088.2868.575.1
HexEBA0940202588454b
Octal353240224040451010105113
Binary11101011101000001001010001000001001011000100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA094; }

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

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

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

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

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

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

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

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