#ECA492

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

Shades of Tonys Pink #ECA492

Tints of Tonys Pink #ECA492

Color information

#ECA492 (or 0xECA492) is unknown color: approx Tonys Pink. HEX triplet: EC, A4 and 92. RGB value is (236,164,146). Sum of RGB (Red+Green+Blue) = 236+164+146=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA492 is #135B6D. Grayscale: #B7B7B7. Windows color (decimal): -1268590 or 9610476. OLE color: 9610476.

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

Color convert

RGB236164146-
CMYK00.310.380.07
HSL12º70.31%74.9%-
HSV(B)12º38.14%92.55%-
XYZ53.0646.4633.37-
YUV183.48106.85165.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=43.22%
G=30.04%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616414600.310.380.071270.3174.9
HexECA49201F267c464b
Octal35424422203746714106113
Binary111011001010010010010010011111100110111110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA492; }

 p { color: rgb(236,164,146); }

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

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

 a { background-color: rgb(236,164,146); }

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

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

 span { border-color: rgb(236,164,146); }

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