#EBA092

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

Shades of Tonys Pink #EBA092

Tints of Tonys Pink #EBA092

Color information

#EBA092 (or 0xEBA092) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 92. RGB value is (235,160,146). Sum of RGB (Red+Green+Blue) = 235+160+146=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA092 is #145F6D. Grayscale: #B4B4B4. Windows color (decimal): -1335150 or 9609451. OLE color: 9609451.

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

Color convert

RGB235160146-
CMYK00.320.380.08
HSL9.44º68.99%74.71%-
HSV(B)9.44º37.87%92.16%-
XYZ52.0244.8833.11-
YUV180.83108.35166.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=43.44%
G=29.57%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516014600.320.380.089.4468.9974.71
HexEBA0920202689454b
Octal353240222040461011105113
Binary11101011101000001001001001000001001101000100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA092; }

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

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

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

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

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

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

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

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