#ECA294

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

Shades of Tonys Pink #ECA294

Tints of Tonys Pink #ECA294

Color information

#ECA294 (or 0xECA294) is unknown color: approx Tonys Pink. HEX triplet: EC, A2 and 94. RGB value is (236,162,148). Sum of RGB (Red+Green+Blue) = 236+162+148=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA294 is #135D6B. Grayscale: #B6B6B6. Windows color (decimal): -1269100 or 9741036. OLE color: 9741036.

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

Color convert

RGB236162148-
CMYK00.310.370.07
HSL9.55º69.84%75.29%-
HSV(B)9.55º37.29%92.55%-
XYZ52.8645.8134.07-
YUV182.53108.52166.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=43.22%
G=29.67%
B=27.11%

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
Decimal23616214800.310.370.079.5569.8475.29
HexECA29401F257a464b
Octal35424222403745712106113
Binary111011001010001010010100011111100101111101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA294; }

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

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

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

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

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

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

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

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