#ECA394

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

Shades of Tonys Pink #ECA394

Tints of Tonys Pink #ECA394

Color information

#ECA394 (or 0xECA394) is unknown color: approx Tonys Pink. HEX triplet: EC, A3 and 94. RGB value is (236,163,148). Sum of RGB (Red+Green+Blue) = 236+163+148=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA394 is #135C6B. Grayscale: #B7B7B7. Windows color (decimal): -1268844 or 9741292. OLE color: 9741292.

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

Color convert

RGB236163148-
CMYK00.310.370.07
HSL10.23º69.84%75.29%-
HSV(B)10.23º37.29%92.55%-
XYZ53.0346.1734.13-
YUV183.12108.18165.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=43.14%
G=29.80%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616314800.310.370.0710.2369.8475.29
HexECA39401F257a464b
Octal35424322403745712106113
Binary111011001010001110010100011111100101111101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA394; }

 p { color: rgb(236,163,148); }

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

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

 a { background-color: rgb(236,163,148); }

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

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

 span { border-color: rgb(236,163,148); }

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