#EBA494

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

Shades of Tonys Pink #EBA494

Tints of Tonys Pink #EBA494

Color information

#EBA494 (or 0xEBA494) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 94. RGB value is (235,164,148). Sum of RGB (Red+Green+Blue) = 235+164+148=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA494 is #145B6B. Grayscale: #B7B7B7. Windows color (decimal): -1334124 or 9741547. OLE color: 9741547.

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

Color convert

RGB235164148-
CMYK00.300.370.08
HSL11.03º68.5%75.1%-
HSV(B)11.03º37.02%92.16%-
XYZ52.8846.3534.18-
YUV183.41108.02164.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=42.96%
G=29.98%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516414800.300.370.0811.0368.575.1
HexEBA49401E258b454b
Octal353244224036451013105113
Binary1110101110100100100101000111101001011000101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA494; }

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

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

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

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

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

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

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

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